2006 May 04 9:09 AM
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
2006 May 04 9:12 AM
2006 May 04 9:13 AM
GET_VENDOR_DETAILS
BAPI_VENDOR_GETDETAIL
STT_VENDOR_GETDETAIL
WSRS_O_VENDOR_GET_DETAIL
2006 May 04 9:17 AM
Hi,
did you check this bapi <b>BAPI_VENDOR_GETDETAIL</b>
Regards
vijay
2006 May 04 9:13 AM
Hi,
go in SE37 and used : BAPI_VENDOR* and press button F4
Rgd
Frédéric
2006 May 04 9:39 AM
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
2006 May 04 9:44 AM
Hi hiren,
1. LFM1
2. we can get data from this table
regards,
amit m.
2006 May 04 9:47 AM
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.
2024 Feb 07 8:42 PM
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