cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi or function that let obtain information that generated in /SAPAPO/RRP4

0 Kudos


Hi Gurus,

I need to know if is there any bapi or function that generate information like that appear in /sapapo/rrp4, because  i need to create a job that generate the information dialy,  and with the transacción  /sapapo/rrp4 i can't use in a Job.

Any Suggestions ??

Kind Regards

Noemí

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member216565
Participant
0 Kudos


Hi Noemi,

There is no direct bapi/fm available as such for /sapapo/rrp4. However, you can get the entire data shown in /sapapo/rrp4 from livecahce, using various bapis like,

for manafacturing orders(planned order,process orders etc) - BAPI_MOSRVAPS_GETLIST2

for stocks(unrestricted,transit etc) - BAPI_STSRVAPS_GETLIST2

for procurement orders( purchase req's, purchase orders etc) - BAPI_POSRVAPS_GETLIST3

Basically, different order categories are retreived with the help of different BAPI's from Livecache.

You can find more information on available bapis in APO with T-code "BAPI". Also please go through this link for more technical information.

APO-Technical - Supply Chain Management (SCM) - SCN Wiki

Thanks,

Santosh KB.