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: 

vendor address

Former Member
0 Kudos

Hi I need to find out the address of a vendor,its not there in lfa1,but its in xd02..

so is there any table to store address of vendor and customer

1 ACCEPTED SOLUTION

Former Member
0 Kudos

From LFA1 table fetch address number field (ADRNR).

Then goto ADRD (Address table) and map address number to fetch the addess as below.

ADRC-ADDRNUMBER = LFA1-ADRNR.

3 REPLIES 3

Former Member
0 Kudos

From LFA1 table fetch address number field (ADRNR).

Then goto ADRD (Address table) and map address number to fetch the addess as below.

ADRC-ADDRNUMBER = LFA1-ADRNR.

Former Member
0 Kudos

Hi,

Take Adress number (ADRNR) from LFA1 and goto table ADRC and fetch address.

Thanks,

Navneeth K.

Former Member
0 Kudos

Hi Mahesh,

You can use BAPI_VENDOR_GETDETAIL to fetch address of the vendor.

Also go through the following link:

Regards,

Nitin.