Application Development and Automation 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: 
Read only

Modify Delivery header Text

Former Member
0 Likes
1,051

I have a requirement where I need to modify a header text of delivery and update it . The header text however is copied from STO (we are creating delivery from STO) through a copy routine.
I need to know the user exit / badi / extension where I can implement this logic. The point where STO header text is copied from Delivery and I can acess this data before delivery save and update it.
I tried many user exits but the text was not available until that point.

1 REPLY 1
Read only

Former Member
0 Likes
650

Hi Neha,

I would recommend you to create the copy of the routine xxx to 9xx that does the part of copying the text from STO to delivery and then after configuring the same routine in SPRO instead of the standard one.

In the copied routine i.e. 9xx you can add the code and see the change happen.

Please validate the same at your end as well, please come back if any inputs from my end are required on this.

BR/Thanks

Pranav Agrawal