Note 2491302 Routine PDF
Note 2491302 Routine PDF
Disclaimer: This document is a draft, and provided as a reference. This document is not to be considered
final, and all information contained herein is subject to change. As such, this document is not to be quoted,
cited in any reference, or used by anyone for any purpose other than as a draft document.
Kindly replace the logic of the routine delivered via Note: 2458404 with below code.
If xkomv-krech = 'A'.
If sy-subrc = 0.
SELECT * FROM j_1iexcdefn
INTO TABLE lt_excdefn
WHERE kschl = xkomv-kschl AND
cond_name eq 'CCQIMPSEOF' or
cond_name eq 'CCQIMPINV'.
IF sy-subrc <> 0.
XKWERT = Xkwert + ex_drseg-customs_val.
ENDIF.
ENDIF.
ELSE.
If sy-cprog = 'SAPLMR1M'.
1|Page
If sy-subrc <> 0.
XKWERT = 0.
ENDIF.
ENDIF.
ENDIF.
2|Page