cancel
Showing results for 
Search instead for 
Did you mean: 

How to download output process receipt /SAPAPO/RRP4 using a background job.

Former Member
0 Kudos

Hello,

I am taking download for various location and product in the /SAPAPO/RRP4 , /SAPAPO/RRP1 or /SAPAPO/POV1.

But as the size of the output data is very high, many times it loggs out.

Can anybody suggest how to run this report in background ad take download.

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

I missed to mention that above BAPI is used to get the list of orders only to replace only RRP4.

Thanks

Venkat

Former Member
0 Kudos

Hi,

We also had similar requirement and we have tried in many ways to set the job to run in background and to download the output but we failed. Then we developed the Z program using BAPIs with excel interface. You can use BAPI - BAPI_POSRVAPS_GETLIST3 to get the list and then filter as you require and download the put put using excel interface.

It works.

Regards

Venkat

former_member847057
Discoverer
0 Kudos

Thanks for sharing, how to use this BAPI to get the list? Could you show the code?