cancel
Showing results for 
Search instead for 
Did you mean: 

how is execution of the file transfer done via batch job scheduling?

Former Member
0 Kudos

Hello experts,

i'd like to implement the following abap code on the application server(SM61) in the background.how to do it?

unixcmd = ' /userdata/system/scripts/transfer_script/********* '

CALL 'SYSTEM' ID 'COMMAND' FIELD unixcmd

ID 'TAB' FIELD it_tab-sys.

do i need to create a job? how should it implement the unix command?

Thanks a lot.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

who can help me?

it's urgent for me.

Thanks a lot

sascha_tubbesing
Employee
Employee
0 Kudos

Hi,

I am no developer, but to execute an os command you can define an external command (SM49, SM69), which can be executed in a background job.

There also is the report RSBDCOS0 which is able to execute an os command. Maybe you just have a look at the coding of this report.

Regards,

Sascha