‎2008 Jan 23 1:30 PM
Hi all,
please help me this line soing error.
L_EXTENSION+30(960) = L_ITEMS_EXTENSION
‎2008 Jan 23 1:44 PM
Hi friend,
Use the function module for structure mismatch. But it cannot be used for all scenarios.
CALL FUNCTION 'AA_CUS_TOTAL_TO_LOCAL_TOTAL'
EXPORTING
i_total = L_ITEMS_EXTENSION
CHANGING
e_ls_total = L_EXTENSION+30(960).
‎2008 Jan 23 1:32 PM
If it is a unicode error, I know you cannot use offset unless it a character type field
‎2008 Jan 23 1:44 PM
Hi friend,
Use the function module for structure mismatch. But it cannot be used for all scenarios.
CALL FUNCTION 'AA_CUS_TOTAL_TO_LOCAL_TOTAL'
EXPORTING
i_total = L_ITEMS_EXTENSION
CHANGING
e_ls_total = L_EXTENSION+30(960).