Application Development 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: 

Delivery Address in PO

Former Member
0 Kudos

Hi,

Can anyone let me know from where delivery address is picked in Purchase order.

Regards,

SP

2 REPLIES 2

former_member181962
Active Contributor
0 Kudos

The field ADRN2 in EKPO table contains the Adress number of the delivery address.

Using that, you can get the full address from ADRC table.

Regards,

Ravi

uwe_schieferstein
Active Contributor
0 Kudos

Hello Sandeep

Using BAPI_PO_GETDETAIL you can get this information in the EXPORTING parameter PO_ADDRESS (ADDRNUMBER including details).

Regards

Uwe