cancel
Showing results for 
Search instead for 
Did you mean: 

scheduling an ABAP Program Using Process Chains

Former Member
0 Kudos

hi experts,

I have an ABAP program which downloads ODS data to a flat file

i am trying to schedule this using process chains

can some body give me some hints on this

as when i try to schedule this using the process type ABAP program

the chain is activated and starts ok but it is completed without

downloading the file.

the process gets finished without any errors. kindly help me

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi dear,

maybe you already read this doc...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3507aa90-0201-0010-6891-d7df8c47...

Maybe it can be useful to check your procedure...

Bye,

Roberto

Former Member
0 Kudos

Ah,

just to be sure: function module you are using in the ABAP pgm can be executed in background mode ? (since this is not always possible...)

Try to run your pgm in background from SE38 and let us know...

Bye,

Roberto

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

thanks for your valuable advice.

Former Member
0 Kudos

Some good feedback ?