Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

error

Former Member
0 Likes
457

Hi all,

please help me this line soing error.

L_EXTENSION+30(960) = L_ITEMS_EXTENSION

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
437

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).

2 REPLIES 2
Read only

Former Member
0 Likes
437

If it is a unicode error, I know you cannot use offset unless it a character type field

Read only

Former Member
0 Likes
438

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).