‎2007 Feb 14 7:05 AM
Hi experts,
I have to do LSMW Load by using BAPI.
For that I need to search Function Module.
I have only transaction FLBPC1 and it's description.
I would like to know that how should I search BAPI
Function module for this transaction specifically.
or some one knows it already please let me know.
Thanks,
Yogesh
‎2007 Feb 14 7:07 AM
Hey Yogesh,
You will find all the BAPIs/Function Modules related to a module in BAPI Transaction only...Check it...
‎2007 Feb 14 7:17 AM
Hi,
Try the following BAPI's.
BAPI_BUSPARTNER_CHANGE
BAPI_BUSPARTNER_CREATE
BAPI_BUSPARTNER_GETDETAIL
BAPI_BUSPARTNER_GETLIST
BAPI_BUSPARTNER_GETLISTCUST
BAPI_BUSPARTNER_GETLISTEMPL
BAPI_BUSPARTNER_GETLISTHOSP
BAPI_BUSPARTNER_GETLISTINSPROV
BAPI_BUSPARTNER_GETLISTPERSON
You can search for BAPI's in SE37 transaction using BAPI* and using the Text 'BUSINESS PARTNER' in the displayed BAPI's.
Hope one of them will hepful to you for the Transaction FLBPC1.
Regards,
Anji
‎2007 Feb 14 7:32 AM
Hi Yougesh,
see below BAPI FM for Business Partner
<b>BAPI_BUSINESS_PARTNER_CHANGE</b> - BAPI for Changing Business Partner
<b>BAPI_BUSINESS_PARTNER_CREATE</b> - BAPI for Creating Business Partner
<b>BAPI_BUSINESS_PARTNER_MODIFY</b> - BAPI for Modifying (Creating/Changing) Business Partner
<b>BAPI_BUSINESS_PARTN_GET_DETAIL</b> - Business Partner Detailed Information
reward if useful.