cancel
Showing results for 
Search instead for 
Did you mean: 

Settings in Process maintenance :ABAP program

Former Member
0 Kudos

Hello Xperts,

I have added ABAP program to one of the process chains in RSPC.

I want to know what are the settings I have to check...I want the call mode ASYNCHRONOUS..

Can any one explain what are CALLED FROM and PROGRAM TO CALL tabs.(what I have to give there?)

I already added RSPC_ABAP_FINISH in my ABAP program(written in SE38)to make the events trigger one after other.

Any answers are always appreciated

Thank You,

JB

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Use Local for 'Call From'.

Program to call:

  • if u want to call directly to the program use 'Program'

  • if you want to triger a batch job use 'Scheduled Program' by stating the event, that u put in the job in SM37.

Reg's

Edan