cancel
Showing results for 
Search instead for 
Did you mean: 

Address in scripts

Former Member
0 Kudos

Hi All,

I need help in the SAP Scripts for Purchase Scheduling Agreement Layouts.

We are using standard driver program and using the custom layout copied from standard.

We have modified it accordingly and are facing with a small issue in the Ship to Address.Address is not displayed.Can anyone explain where the ship to address( Address Number ) is picked from in the layout.

Thanks in Advance,

Kash

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member188005
Contributor
0 Kudos

Kash,

You have to write a subroutine in SAP script were in you have to pass the Ship to party number to the subroutine. Then Fetch the data from KNA1 table for the Ship to party and using the ADRNR you have to fetch the complete address data from ADRC table using the ADRNR. If your requirement is Satisfied with the data in KNA1 table (which has limited address data) then there is not need for fetching the data from ADRC table.

Regards..

Edited by: Shakeel on Oct 28, 2008 7:18 AM

Edited by: Shakeel on Oct 28, 2008 7:18 AM

Former Member
0 Kudos

All the addresses must be stored in ADRC table.