Skip to Content
0
Jan 03, 2023 at 11:28 AM

getting blocked material via FM > BAPI_MATERIAL_STOCK_REQ_LIST

86 Views

Hi Experts,

My requirement is to fetch OPEN PO QUANTITY for a material and plant,

BAPI_MATERIAL_STOCK_REQ_LIST fulfills my requirement via BAPI_MATERIAL_STOCK_REQ_LIST > MRP_STOCK_DETAIL-PUR_ORDERS.

but it even show data if respective material is blocked in a PO.

i want to get details only when material is not blocked/deleted, ie Deletion indicator is blank for respective material in EKPO.

Note: No i don't want to get data from EKPO or any table via select statements. only need to use a FM only like above.