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

Need BAPI for stock list

johannes_beck
Explorer
0 Likes
1,301

Hi,

I am looking for a BAPI which provides us a stock list with the following details:

-Material

-Plant

(-Storage Location)

-Batch

-Special Stock Indicator

Our developpers need it for getting stock related data from ECC into xMII. I am not an ABAP-expert, so try to make it "idiot-proof"

Thanks a lot, Johannes

Hi,

I am looking for a BAPI which provides us a stock list with the following details:

-Material

-Plant

(-Storage Location)

-Batch

-Special Stock Indicator

Our developpers need it for getting stock related data from ECC into xMII. I am not an ABAP-expert, so try to make it "idiot-proof"

Thanks a lot, Johannes

5 REPLIES 5
Read only

Former Member
0 Likes
973

Hi,

please check out the link below it might help you

http://www.sapbapi.com/bapi-list/

***************please reward points if the information is helpful to you****************

Read only

Former Member
0 Likes
973

Have you tried BAPI_MATERIAL_GET_ALL ?

Read only

Former Member
0 Likes
973

Hi,

BAPI_MATERIAL_AVAILABILITY

<b>Reward points</b>

Regards

Read only

0 Likes
973

BAPI_MATERIAL_AVAILABILITY give the ATP quantities? Not the physical stock, isnt it?

I need the physical stock per plant/storage location with Batch number and special stock indicator.

With the above BAPIs I couldnt get the information, or am I doint sth wrong?

Read only

0 Likes
973

Hi,

Use a combination of MARD (Storage location wise details for the material) and MBEW (Material valuation) tables. This might satisfy your needs.

<b>Reward points</b>

Regards