cancel
Showing results for 
Search instead for 
Did you mean: 

getting details of RRP3 tcode in ABAP program

Former Member
0 Kudos

Hi Experts,

I want to get the sales order numbers and purchase requisition etc., which we see in RRP3 tcode in a ABAP report. So i tried something like this.

i have first called the FM /SAPAPO/RRP_SIMSESSION_CREATE' to create the session guid and then used /SAPAPO/OM_PEGID_GET_IO to get the I/O nodes ( these values come in the table ET_IONODES ) of the FM. this table consists bunch guids ( like ACT id and ORDID ). I have stuck after this.

I have tried using the ord ids got in the second FM in 2 FM like

/SAPAPO/DM_ORDERHEAD_SELECT and /SAPAPO/DM_ORDKEY_SELECT_ORDNO to get the order numbers from the ord id, but both the FMs are not giving any result. can anybody suggest something??

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Did you try /SAPAPO/RRP_LC_ORDER_GET_DATA?

You can get use the following too:

BAPI_SLSRVAPS_GETLIST2 for sales orders

BAPI_MOSRVAPS_GETLIST2 for Planned + production orders

BAPI_POSRVAPS_GETLIST3 for Purchase Requisitions + Purchase orders + Stock transfers

Answers (0)