cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Modify Ship-to-party's address during sales order change

MdZohaibAkhter
Explorer
0 Likes
936

Hi All,

We have got a requirement where to modify ship-to-party's address in sales order header.

During order creation or change, user can change the address manually. This has to be verified using an external API call and correct address has to be updated.

Can anyone provide any user exits or any modification option at code level to achieve this.

Thanks

SAP ERP SD (Sales and Distribution) #Enhancement #user exits #badi

Accepted Solutions (0)

Answers (1)

Answers (1)

Lakshmipathi
SAP Champion
SAP Champion
0 Likes

Try with USEREXIT_SAVE_DOCUMENT_PREPARE in MV45AFZZ

MdZohaibAkhter
Explorer
0 Likes

Hi Lakshmipathi,

Tried the same and modified XVBADR table entry for ship-to-party with update indicator as U. Still it is not working.

Thanks