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.