Skip to Content
0
Former Member
May 27, 2009 at 07:13 AM

server name message when triggering process chain through ABAP PROGRAM

55 Views

Hi all,

When I am trying to execute one process chain with variant as a APD ( In this APD data is getting loaded form one Query to Transactional ODS.) This process chainis being executing through one ABAP program using the following code

CALL FUNCTION 'RSPC_API_CHAIN_SCHEDULE'

EXPORTING

I_CHAIN = 'XYZ'. ( Dummy Process chain name)

While executing this program I am getting following message :

You can specify the name of the application server here

on which all jobs in the chain are scheduled

If you do not specify a name, the jobs from batch

management are divided between the available servers

How to avoid this message.

Can we write any code in the above program to assign any fixed server name so that it will not ask for any server name.

Your help is much appreciated.

Thanks,

Uday.