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 Get Details

Former Member
0 Kudos

Hii,

Is there any Function Module or Bapi for getting details of a vendor.

Other than this three functional module

1) read_lfa1

2) read_lfb1

3) vendor_read

Regards

Hiren K.Chitalia

8 REPLIES 8

Former Member
0 Kudos

BAPI_VENDOR_GETDETAIL

Regards,

Ravi

Former Member
0 Kudos

GET_VENDOR_DETAILS

BAPI_VENDOR_GETDETAIL

STT_VENDOR_GETDETAIL

WSRS_O_VENDOR_GET_DETAIL

0 Kudos

Hi,

did you check this bapi <b>BAPI_VENDOR_GETDETAIL</b>

Regards

vijay

FredericGirod
Active Contributor
0 Kudos

Hi,

go in SE37 and used : BAPI_VENDOR* and press button F4

Rgd

Frédéric

Former Member
0 Kudos

Tried all the function modules which were suggeseted in the replies but i am not able get complete details of the vendor and also if anyone can suggest me any function module which will give purchasing organisation data when we feed in the vendor number and purchasing organisation.

Regards

Hiren K.Chitalia

0 Kudos

Hi hiren,

1. LFM1

2. we can get data from this table

regards,

amit m.

0 Kudos

Hi again,

1. BBP_VENDOR_GET_DATA2

2. use this FM.

3. In tables prameters,

there is ITAB_ID_LIST (with only one field LIFNR)

4. In that put one record of the

vendor u want.

5. then execute the FM.

6. u will get your data in

the following different tables

ITAB_LFA1

ITAB_LFBK

ITAB_LFM1

ITAB_ADRC

ITAB_ADRP

ITAB_ADR2

ITAB_ADR3

ITAB_ADR6

ITAB_IF_IBU

ITAB_IF_CF

regards,

amit m.

0 Kudos

Hello Friends, 

If anyone still looking for one stop solution to extract complete vendor master data (If you are on 7.4),

Explore VMD_EI_API_EXTRACT=>GET_DATA method by simply passing the vendor no and object_task as M/I. I just tried and it gives the complete information .

Thanks & Regards,

Naresh K