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/RFC FOR MB52

Former Member
0 Likes
7,278

PLS PROVIDE BAPI/RFC FOR MB52.

OR

PLS PROVIDE BAPI/RFC TO READ MARD-LABST.

PLS HELP I AM NEW TO SAP.

I tried

BAPI_MATERIAL_AVAILABILITY

but it wont provied al stock for some material it provided error

EAG024No checking group is maintained for product 000000002000181306, plant JGE1 in matl master.

my requiremts is

material/plant/sloc/batch/fr_stk kid of table

<MOVED BY MODERATOR TO THE CORRECT FORUM>

Edited by: Alvaro Tejada Galindo on Feb 14, 2011 5:23 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,289

Hi,

I think you can use,

BAPI_MATERIAL_STOCK_REQ_LIST.

Let me know if it helps.

Thanks

PLS PROVIDE BAPI/RFC FOR MB52.

OR

PLS PROVIDE BAPI/RFC TO READ MARD-LABST.

PLS HELP I AM NEW TO SAP.

I tried

BAPI_MATERIAL_AVAILABILITY

but it wont provied al stock for some material it provided error

EAG024No checking group is maintained for product 000000002000181306, plant JGE1 in matl master.

my requiremts is

material/plant/sloc/batch/fr_stk kid of table

<MOVED BY MODERATOR TO THE CORRECT FORUM>

Edited by: Alvaro Tejada Galindo on Feb 14, 2011 5:23 PM

3 REPLIES 3
Read only

Former Member
0 Likes
3,290

Hi,

I think you can use,

BAPI_MATERIAL_STOCK_REQ_LIST.

Let me know if it helps.

Thanks

Read only

madhu_vadlamani
Active Contributor
0 Likes
3,289

Hi Gautam,

Check the bapi BAPI_MATERIAL_STOCK_REQ_LIST. it contains various parameters like MATERIAL

PLANT,MRP_AREA,0PLAN_SCENARIO,SELECTION_RULE,DISPLAY_FILTER,PERIOD_INDICATOR,GET_ITEM_DETAILS

GET_IND_LINES,GET_TOTAL_LINES,IGNORE_BUFFER,MATERIAL_EVG

Read the documentation of this Bapi . If you wont get all parameters what you require better to go for a Zbapi. Please tell if require more help on this

Regards,

Madhu.

Read only

Former Member
0 Likes
3,289

Hi,

To read table MARD with field LABST use the following function module:

MARD_SINGLE_READ.

For providing stock try the following FM:

MB_READ_MATERIAL_STOCKS

BAPI_WHSE_STOCK_GET_DETAIL

MD_STOCK_REQUIREMENTS_LIST_API

Regards,

Bhaskar