Application Development and Automation 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: 
Read only

BAPI Required: Material master and customer master

Former Member
0 Likes
779

Hi experts.

I need a BAPI's which returns

<b>Material Master,

Customer Master</b> detail.

Regard

Anees

9886358645

5 REPLIES 5
Read only

Former Member
0 Likes
736

You can use Below BAPI's :

BAPI_MATERIAL_GET_DETAIL

BAPI_CUSTOMER_GETDETAIL2

Thanks

Seshu

Read only

0 Likes
736

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

Read only

Former Member
0 Likes
736

Hi Anees,

For future reference, transaction BAPI should help you to find BAPI's.

Gareth.

Read only

Former Member
0 Likes
736

Try these:

BAPI_MATERIAL_SAVEDATA

BAPI_CUSTOMER_CREATEFROMDATA1

BAPI_CUSTOMER_CREATE

Sri

Read only

Former Member
0 Likes
736

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