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: 

RE: BAPI FINDING: Need Help

Former Member
0 Kudos

Hi

every one,

i got a requirement to write a report to Dump all Material Master data of all Transaction,, So i Came to know there is BAPI for it in 4.6c PLs ..let me know .

urgent .

regards

farukh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Farukh,

What you can do is SELECT the list of materials from MARA table and then use the BAPI (BAPI_MATERIAL_GETALL /

BAPI_MATERIAL_GET_ALL depending on your requirement)

to get the details of each of the material.

I guess it will long time to get details of all the materials, so you might want to run it only in the background.

Regards,

Ravi

Note : Please reward the posts that help you.

3 REPLIES 3

Former Member
0 Kudos

Farukh,

What you can do is SELECT the list of materials from MARA table and then use the BAPI (BAPI_MATERIAL_GETALL /

BAPI_MATERIAL_GET_ALL depending on your requirement)

to get the details of each of the material.

I guess it will long time to get details of all the materials, so you might want to run it only in the background.

Regards,

Ravi

Note : Please reward the posts that help you.

suresh_datti
Active Contributor
0 Kudos

BAPI_MATERIAL_GET_ALL?

Regards,

Suresh Datti

vinod_gunaware2
Active Contributor
0 Kudos

Hi

Use : BAPI_MATERIAL_DISPLAY

BAPI_MATERIAL_GET_DETAIL

BAPI_MATERIAL_EXISTENCECHECK

BAPI_MATERIAL_GETBATCHES

BAPI_MATERIAL_GETLIST

U can use Select from mara directly before use MARA

Regard

vinod