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 LIPS table in outbound delivery user exit

Former Member
0 Kudos

Hi,

I wrote a code in outbound delivery user exit (save document userexit) to update LIPS table.

for example

XLIPS-LGORT = '0657'.

XLIPS-PIMNG = I_LIPS-LFMING

(PICKing QUANTITY = DELIVERY QUANTITY)

MODIFY XLIPS TRANSPORTING LGORT PIMNG.

After outbound delivery created i couldn't found my entries in lips table. it shows me as blank.

Can anybody tell me what went wrong?

Thanks and Regards,

Suresh.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Suresh,

If you want to change any delivery data, like LIKP or LIPS you should use the USEREXIT_SAVE_DOCUMENT_PREPARE exit. The exit you are using is called after all delivery data is passed to the update task.

Regards,

John.

1 REPLY 1

Former Member
0 Kudos

Hi Suresh,

If you want to change any delivery data, like LIKP or LIPS you should use the USEREXIT_SAVE_DOCUMENT_PREPARE exit. The exit you are using is called after all delivery data is passed to the update task.

Regards,

John.