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: 

SAP Delivery custom field updation

Former Member
0 Kudos

Hi Experts,

I have a requirement to update a custom field in Delivery header. I will be getting the field value in USEREXIT_SAVE_DOCUMENT of MV50AFZ1. Any suggestions on how to update the value in delivery. I tried updating in XLIKP with UPDKZ - U. and also tried using BADI. but the value is not getting updated.

Thanks in advance

Regards,

Sathya

8 REPLIES 8

former_member185414
Active Contributor
0 Kudos

Hi,

Seems like this - https://archive.sap.com/discussions/thread/2090890 explains your problem and solution.

Thanks to srivishnu.tallapragada.

PS: Please search forum before asking such questions.

Reg

0 Kudos

Hi Ankit,

Thanks a lot for your help. The solution given was for Sales order user exit. I need for Delivery user exit. I searched in forum before posting, still could not find anything related to Delivery. Even though the internal table XLIKP is changed with the custom field value, it was not updating the value, as the delivery save happens in Update task using RV_DELIVERIES_SAVE.

Please let me know if there is any solution to achieve this.

Thanks in advance.

Regards,

Sathya

0 Kudos

My bad...

Did you try debugging the update Work Process ? Is custome field value available and do we get any messages?

0 Kudos

No the value is not updated. It still has the old value in the table. And there are no messages as well.

Regards,

Sathya

0 Kudos

I mean is the custom field's value available in the update FM?

0 Kudos

yes it is available..

0 Kudos

and there is no message or update termination error as well ? In that case check SAP note or wait for other members.

0 Kudos

ok thanks...

Regards,

Sathya