cancel
Showing results for 
Search instead for 
Did you mean: 

TABLES TO STORE FAILED PROCESS CHAINS

Former Member
0 Kudos

Hi All

As we know RSPCPROCESSLOG table contain variant, instance and status but we don't have process chain technical name information , so  could you please any one let me know the tables which are stored process chain names and it's status.

i would need to generate one automatic report with all failed process chains  using abap code. appreciate if i have quick informationn.

thanks

Bhaskar

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member183012
Active Contributor
0 Kudos

Hi bhaskar,

As you said you want to create ABAP report then

you do using to tables you can find the required info.

Process chain tables you can find using RSPC*

1)RSPCCHAINT - contains text of process chain and tech name of process chain using tech name you can check in RSPCPROCESSLOG for required infot.

Try this.

Regards,

Ganesh Bothe

Former Member
0 Kudos

Hi Bhaskar,

Check tables RSPCLOGCHAIN &RSPCCHAIN.

Check this too..

Hope it will be helpful for you.

Regards,

Kannan

RamanKorrapati
Active Contributor
0 Kudos

Hi,

table - RSPCPROCESSLOG is the only one table which can have all logs of process chains.

But it stores the all logs process step wise not chain wise.

Even you can try to check thru ST13--> process chain analysis.

Thanks