‎2005 Nov 05 12:05 AM
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.
‎2005 Nov 05 12:26 AM
First check in XD02 whether PO box is maintained for the Ship to customer. If yes you can get the address from ADRC table.
‎2005 Nov 05 12:32 AM
‎2005 Nov 05 6:03 PM
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