cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI "BAPI_POSRVAPS_GETLIST2" not extracting Orders with category BC and BD

Rohit_Bhosale
Explorer
0 Kudos

Hi,

I am using a BAPI "BAPI_POSRVAPS_GETLIST2" to extract the receipts and requirement elements from live cache, however I found that this BAPI does not extract orders with category BC and BD (Stock transfer reservation).

Can you kindly let me know whether this is correct ? BC and BD does not fall in receipt or requirement category ?

If yes then which BAPI should I use to extract orders with BC and BD category ?

Thanks & Regards,

Rohit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Try this FM APO_BAPI_SELECT_GET_ORDID to read Stock Transfer Reservations.pass order type 16 or 41.

Hope this will help you to read BC and BD category.

Another way is to find out orders using FM /SAPAPO/CATT_RESERVATION_CHECK by passing ATP category BC/BD to it.

Regards,

Saurabh

Former Member
0 Kudos

Hi Rohit,

The categories BC & BD are coming under reciepts & requirements only and i guess should be retrived by standard BAPI.

Please try using BAPI BAPI_POSRVAPS_GETLIST3.

and also mention correct 'locationproducts' as mentioned in the below thread.

Initially plese try to retrieve the details by 'Order number' to make sure the BAPI is working fine. Later you can do it by locproducts and ATP category.

Hope it helps.

Regards,

Deepthi

Rohit_Bhosale
Explorer
0 Kudos

Hi Deepthi,

Thanks for your reply, I tried "BAPI BAPI_POSRVAPS_GETLIST3" by giving correct location and product but it still does not fetch the BC and BD orders.

Regards,

Rohit