cancel
Showing results for 
Search instead for 
Did you mean: 

Sub chain Execution

venkatesh_veera2
Participant
0 Kudos

Hi Gurus,

I know its very basic question but can some one please help me to run the subchain sepeartely.

Development:

I have a requirement to test the chain but it is a sub chain which runs based on a meta chain. But i ahve to execute only this sub chain.

Is there any option?? because its a development system when i try to change the setting to direct scheduling its asking me a TR.

Do anyone know how to execute it?

Venkatesh

Accepted Solutions (0)

Answers (1)

Answers (1)

FCI
Active Contributor
0 Kudos

Hi Venkatesh,

You can execute a subchain with the FM RSPC_API_CHAIN_START (Tx SE37).

It will start immediately.

Regards,

Frederic

venkatesh_veera2
Participant
0 Kudos

Thanks for the reply Frédéric Cincet but the thing is like we need the details like chain id , Variant etc for executing this program. My problem is this chain is in development and we have not even triggered it once. Is there any other way do this?

FCI
Active Contributor
0 Kudos

The only mandatory field is the I_CHAIN parameter. All others are optional.

venkatesh_veera2
Participant
0 Kudos

if i'm not wrong we can't get the chain id for a new chain( i mean without triggering before). Correct me if i missed somethign.

FCI
Active Contributor
0 Kudos

The chain ID is the technical name of the PC. You always have one. This has nothing to do with the log ID.

venkatesh_veera2
Participant
0 Kudos

so by using this we can trigger the sub chain separately right??

thanks alot 🙂