Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Extract process chains data from SAP BW into a CSV

Former Member
0 Kudos

Hello everyone,

I'm new to SAP BI.

I would like to monitor the process chains with their Start data and time and their end date and time.

I've been told that I this info is normally stored in tables like RSPCPROCESSLOG and a simple program can be created to download this data in a csv on a scheduled basis.

Being completly new to ABAP, I would like some help on writing this program. Still I have a strong knowledge in SQL if this can help.

Regards,

Zakaria.

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
0 Kudos

I think you can search the web for "from RSPCPROCESSLOG" site:scn.sap.com

transaction SE38 to create an ABAP program, you need a "developer key" for developing (ask your company).

To download to your laptop, search "gui_download".

To download to the application server, search "open dataset".

Background jobs may be scheduled periodically using transaction SE38 or SM36.

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

I think you can search the web for "from RSPCPROCESSLOG" site:scn.sap.com

transaction SE38 to create an ABAP program, you need a "developer key" for developing (ask your company).

To download to your laptop, search "gui_download".

To download to the application server, search "open dataset".

Background jobs may be scheduled periodically using transaction SE38 or SM36.