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

Sap script

Former Member
0 Likes
354

Hi,

I have a req to correct the shipping address using sap script. Previous form is not printing po box num and state correctly. I have the previous form and prog. Can you please give me an idea of how to do this.

Also if you have good notes or links on sap script, can you please send it to me.

Thanks

Veni.

3 REPLIES 3
Read only

Former Member
0 Likes
338

First check in XD02 whether PO box is maintained for the Ship to customer. If yes you can get the address from ADRC table.

Read only

0 Likes
338

here is link for doucmentation:

http://www.sap-img.com/sapscripts.htm

Read only

Former Member
0 Likes
338

Hi Veni,

Proabably you need to find out the window where exactly that address is printing. This you can do it by taking a print and compare with the graphical version of script layout.

After that you need to go to that window and check if that address in under any Element, if so, then go to that driver program and find for that Element and just before calling that element, change the Po box num and State and populate in the same variables which are used to print in the script. If they are not under any element then probably you need to change this PO box num and state and populate into same variables which are used in script before calling open_form

Thats it, you will get the correct address.

Enjoy SAP,

Satya