Process chain monitoring
ST13 – Analysis and services tool lunch pad
Select tool name – BW-TOOL -> execute it
Select th process chain analysis
Click on execute
Give the date and time as per the project standards
Select the status green, yellow, red -> execute it.
Chain – PC technical name
LOG id – automatically system generated while activating thePC
Sub chains – how many chains included
Steps – how many steps completed
Day – sun/mon/xxx/
Date – date
Time – what time started the PC
Run time – total time taken for completing the PC
End date – end date
End time – what time PC completed
If steps will failure
If there is any failure in a particular step in process chain, we’ll correct it and will repeatthe process such that the further steps will get executed.
When to use function module:
Even after correcting that particular step in process chain if the status won’t go green,then we have to correct it manually and have to set the status of that
particular step to green manually such that remaining steps in that particular process chain will get executed.
In such cases we have to go for function module concept
Right click on the particular step which got failed and go to display messages as below
Go to chain tab
Copy paste the variant and instance into note pad
Go to se11 transaction code in separate session
Enter RSPCPROCESSLOG in database table and nter display
Go to contexts in the next screen as below
Enter process variants and Instance id as below and execute it
We will get the entire details of theparticular step like time stamp, job id, status everything related to thatparticular step as below
Go to another new session and enter
transaction code SE37 for entering function module
Enter RSPC_PROCESS_FINISHin that function moduleand execute it
We will get the below screen, enter every particular detail of that screen by taking RSPCPROCESSLOG screen as reference
Set the state as G - Successfuly completed such that we aremanually putting the status of that particular step to green and execute it.
Thanks,
Phani.