cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_PIRSRVAPS_GETLIST.

Former Member
0 Kudos

Hello,

One of our program uses the BAPI - BAPI_PIRSRVAPS_GETLIST.

This BAPI does not return anything. I tried inputting all the combinitions of product and location but it do not return anything.

or may be iam doing it wrong. Could anyone tell me the transaction code where we can maintain the product and location in order to

get the results from this BAPI.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I learnt we have to maintain the data through /SAPAPO/SDP94 in order to retrive data from the BAPI - BAPI_PIRSRVAPS_GETLIST. but iam not sure how to use this transaction.

Could any one post the steps to create the planned orders through this transaction.

thanks

Former Member
0 Kudos

To Prodct_selection  give input as :

Prodct_selection-sign = I

Prodct_selection-option = CP

Prodct_selection-low = *

To Location_selection give input as :

Location_selection-sign = I

Location_selection-option = CP

Location_selection-low = *

Former Member
0 Kudos

It still doesnt retrive anything.

I can see it selects lot of records, but when it comes to the FM - /SAPAPO/OM_PEGID_GET_IO

it doesnt return anything. looks like this FM is reading from live cache and its not working.

anymore ideas?