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: 

can Z field of LIPS Be filled using BAPI_OUTB_DELIVERY_CHANGE or other FM

Former Member
0 Kudos

Hi Exparts,

We have some Z fields in LIPS. If this Z fields can be filled using BAPI_OUTB_DELIVERY_CHANGE.

I implement the badi 'SMOD_V50B0001 ' and some how in delivery user exit ( MV50AFZ1 ) form USEREXIT_SAVE_DOCUMENT

I am populating the XLIPS ( also I have extended the structure LIPSVB to add the Z fields ) internal tables Z fields but going forwar it is not updating the Z fields of table LIPS.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Write your code for updating Z fields in form-routine "USEREXIT_SAVE_DOCUMENT_PREAPARE" of user exit 'MV50AFZ1". Also check whether XLIPS-UPDKZ is having the value 'U' or 'I'.

Regards

Vinod

0 Kudos

As I have already mensioned that I have populated xlips tables z field in USEREXIT_SAVE_DOCUMENT_PREAPARE" of user exit 'MV50AFZ1". Also check whether XLIPS-UPDKZ is having the value 'U' ; at this level XLIPS-ZFLD is getting populated but going forward still it is not updating the LIPS-ZFLD