Skip to Content
0
Former Member
Nov 09, 2005 at 05:27 PM

status in process chain

30 Views

Hi Friends,

Let me explain the situation we have in a detailed manner before I ask for suggestions

The system:

WE have developed a custom ABAP program for loading flat file data into one of our ODS and InfoCube. This program has a selection selection where the user gets to browse for the file from his workstation and this file gets uploaded to the application server through the ABAP program. Then the program pastes the file path of the file in the app. server in the InfoPackage and triggers the process chain. After triggering the process chain the program also updates a database table called "LogTable" with the user's name, time, date, filename etc.

The problem:

We need to update the table I mentioned above "LogTable" with the status of the process chain. The process chain has the following stages:

1. Load Data

2. Update from PSA

3. ODSO Data

4. Further Processing

The table should be updated with either "Success" for overall success of the process chain or "failed" even if one stage fails in the above 4.

I have researched a lot and found that the table RSPCPROCESSLOG gives the status of each stage of the process chain, but I have no way of mapping these results to the fields in "LogTable" except date. But this option won't work since there may be more than one user using the ABAP load program on the same day and even the same time.

Can anyone help me with suggestions as to how I can update my LogTable with the status of the process chain.

Any hints or suggestions would be a huge help since I have come to a dead end with ideas.

Thank you for your time