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 from USEREXIT_SAVE_DOCUMENT

Former Member
0 Kudos

Hi,

I am working with VL01N,VL02N.

I have created a custom field in table lips and am supposed to update that based on certain logic.

I have written my logic in include MV50AFZ1, USEREXIT_SAVE_DOCUMENT.

Here, I have updated XLIPS-custom field with my desired value but table LIPS is not getting updated.

Please suggest how to update the table LIPS from this exit....

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Write the code in the form-routine "USEREXIT_SAVE_DOCUMENT_PREPARE". Ensure that XLIPS-UPDKZ is having the value 'U' or 'I'.

Regards

Vinod

4 REPLIES 4

Former Member
0 Kudos

Hi,

Write the code in the form-routine "USEREXIT_SAVE_DOCUMENT_PREPARE". Ensure that XLIPS-UPDKZ is having the value 'U' or 'I'.

Regards

Vinod

0 Kudos

I have set UPDKZ to U.

Yet it is not updating....

0 Kudos

Just write here if someone search for the topic. I got the same issue and after several debugs, I found out that if you want to update LIPS, need to move data from XLIPS to YLIPS.

BR,

Pho

hassan_nia
Explorer
0 Kudos

I got "Dump" when adding entry to XLIPS (new item).

Setting XLIPS-UPDKZ to 'I', was the solution for it.

Thans a lot