cancel
Showing results for 
Search instead for 
Did you mean: 

/SAPAPO/RRP3 product view and reports

Former Member
0 Kudos

Hi

Do you know any report in order to extract the same information that the transaction /SAPAPO/RRP3?

Thanks and Best Regards

Accepted Solutions (1)

Accepted Solutions (1)

frank_horlacher
Employee
Employee

You can use BAPI

Method GetReqsReceipts

Business object PPDSServiceAPS

Short description Reading Receipts and Reqmts for Se

Function module BAPI_PPDSSRVAPS_GET_IO_NODES

it gives the same results as the product view.

Nik2
Explorer
0 Kudos

Could you explain me what parameters should i pass for the BAPI BAPI_PPDSSRVAPS_GET_IO_NODES. i want the pegging information from the pegging_output_nodes.

Former Member
0 Kudos

<u>For BAPI_PPDSSRVAPS_GET_IO_NODES:</u>

You need to give a logical system (in "logical_system"). If you are not aware of logical system, go to table /SAPAPO/LOCMAP and find the logical system value corresponding to location record that you would be entering corresponding to the location. You also need to give the product (in "product_selection") & location (in "location_selection") combination. (This is one of the different selection options). Hope this helps.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can try "/SAPAPO/OM_ORDER_GETDATA" function module. Or a custom build program using BAPI "BAPI_PBSRVAPS_GETDETAIL".

-Shibu

Thanks in advance for rewarding the points if this answer helps you.