cancel
Showing results for 
Search instead for 
Did you mean: 

Include(MV50AFZ1) Exit nameUSEREXIT_SAVE_DOCUMENT

Former Member
0 Kudos

Hi,

Guru,

In User exit I write a code for PGI for VLo2n T.Code for count Pallet no in end I calculate Pallet no this pallet number must be update in LIKP-ANZPK field. But Guru It's not updating LIKP -ANZPK field. I dont why . Any one can tall me.

Its very urgent for me.

Points will rewarded.

Thaknd

Durgesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check that you have done the code in FORM USEREXIT_MOVE_FIELD_TO_LIKP.

of include MV50AFZ1 . If this is doesnt works then u can try to put the code in FORM USEREXIT_SAVE_DOCUMENT_PREPARE of the same include . This will most likely solve ur issue .

Reward points if useful:)

Former Member
0 Kudos

Hi,

I please Include in FORM USEREXIT_MOVE_FIELD_TO_LIKP or FORM USEREXIT_SAVE_DOCUMENT_PREPARE but its not working. What I am doing

I calculate pallet no. finally i assign pallet no by this code.

<b>IF lv_lfimg IS NOT INITIAL.

xlikp-anzpk = lv_lfimg.

xlikp-updkz = 'U'.

endif.</b>

But finally when inside SAP while looping It's not update new value(lv_lfimg) , Its simply take existing likp-anzpk field value. What may reasion plase give me guidlines as soon as possible.

Points will rewarded.

.

<u>I also use my code in this Form but i didnt get no result.</u>

Check that you have done the code in FORM USEREXIT_MOVE_FIELD_TO_LIKP.

of include MV50AFZ1 . If this is doesnt works then u can try to put the code in FORM USEREXIT_SAVE_DOCUMENT_PREPARE of the same include . This will most likely solve ur issue .

Thanks

ramakrishna