2007 Sep 28 2:39 PM
Hi experts.
I need a BAPI's which returns
<b>Material Master,
Customer Master</b> detail.
Regard
Anees
9886358645
2007 Sep 28 2:49 PM
You can use Below BAPI's :
BAPI_MATERIAL_GET_DETAIL
BAPI_CUSTOMER_GETDETAIL2
Thanks
Seshu
2007 Sep 29 7:23 AM
Hi Seshu Maramreddy , and All,
<b>BAPI_MATERIAL_GET_DETAIL</b> is used to get the single record when we pass material no. but my requirement is get the all the record from material master without any condition i mean without passing the material no.
The same with <b>BAPI_CUSTOMER_GETDETAIL2</b>.
Now u can ask me to use the loop and call the BAPI but i cant do this because i have thousands of material and that is other R/3 system not is local R/3 system.
I got 2 more BAPI's
BAPI_MATERIAL_DISPLAY
BAPI_CUSTOMER_DISPLAY.
I think this BAPI's also use to display only one record at a time.
Regard
Anees
9886358645
2007 Sep 28 2:57 PM
Hi Anees,
For future reference, transaction BAPI should help you to find BAPI's.
Gareth.
2007 Sep 28 3:04 PM
Try these:
BAPI_MATERIAL_SAVEDATA
BAPI_CUSTOMER_CREATEFROMDATA1
BAPI_CUSTOMER_CREATE
Sri
2007 Oct 23 1:09 PM
HI All
There is no such BAPI which give all the materila or customers at a time.
It is possible to one record after executing the BAPI.
Here i ahve created my Own RFC to get it.
Thansk & Regards
Anees
9886358645