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: 

FM for sold-to, ship-to

Former Member
0 Kudos

Hi experts

Is there any Function modules to fetch the Shipping Address, Ordering Address and Billing Address

by passing the order (VBAK-VBELN)

or any method to fetch.

Pls provide solution

sai

2 REPLIES 2

Former Member
0 Kudos

Hi,

You will need to fetch the customer data from KNA1 table with the fields KUNNR, and for address map ADRNR field of KNA1 with table ADRC.

-Maharshi

Former Member
0 Kudos

get adrnr from kna1 or vbpa and use this function module.

call function 'ADDR_GET'

alternatively you can get from adrc.

regards.