Application Development 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: 

Problem in Updating Movement type in Badi LE_SHP_DELIVERY_PROC

former_member632458
Participant
0 Kudos

HI

I am using a badi LE_SHP_DELIVERY_PROC method SAVE_DOCUMENT_PREPARE for T-code: VL02N to save or PGI . During this process if my movement type is 643 I need to modify XLIPS-bwart to 641. I have modified the structure CT_XLIPS

. But still its not updating in the trasaction.

Thanks in advance

Raj

2 REPLIES 2

nabheetscn
Active Contributor
0 Kudos

Have you used the modify statement after assigning the calues. XLIPS is aninternal table. If you have not used it the contents of internal table remains the same and hence no data modification

Debug it again or use the user exit MV45AFZZZ provided by SAP for the same.

Nabheet

Former Member
0 Kudos

One more option instead of going for modify statement is to use field symbols which will directly make the changes in the

desired destination since it references the memory..

No need to go for explicit modify statement while using field symbols. just assign the new values or modified values to field symbol ..

Regards,

Bharath