cancel
Showing results for 
Search instead for 
Did you mean: 

Fetching Data in APO - Process Order

Former Member
0 Kudos

Hi Friends,

I am writing a program to fetch data and display in APO.

Input for my program will be :  Product ,  Location and Planning version

And i want to fetch output similar to that of tcode  /SAPAPO/RRP1

I am able to get the list of recpt / reqmnt elements by using FM /SAPAPO/RRP_LC_PEGID_GET_IO,  but what I want now is Process Order number related to that.

This number we can see on the title bar if we double click any of the items on the list.

Kindly let me know, how I can fetch this data.

Thanks,

Brijesh Soni

Accepted Solutions (1)

Accepted Solutions (1)

rupesh_brahmankar3
Active Contributor
0 Kudos

Hi Brijesh,

You can extract information by using BAPI BAPI_MOSRVAPS_GETLIST2 or BAPI_ORSRVAPS_GETLIST.


Regards,

R.Brahmankar

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Guys.

I was able to achieve this using   /SAPAPO/RRP_LC_PEGID_GET_IO and  RPM_DEMAND_FIND_ORDERS.

Thanks for ur suggestions.

babu_kilari4
Active Contributor
0 Kudos

Hello Brijesh,

Did you try using *OM*ORDER*GET*DATA* function module. Hopefully, it should help you achieve what you're looking fro.


Babu Kilari