cancel
Showing results for 
Search instead for 
Did you mean: 

BTC JOBS ,EXTERNAL COMMANDS.

0 Kudos

Hello Guru's

I was going through the documents related to the BTC jobs and wondered how EXTERNAL COMMANDS and EXTERNAL PROGRAMS actually help.

can someone explain about them?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

One example why some times OS level program is required is for doing FTP. From any ABAP program when you want to transfer files from one server to other server, you can call a sftp script which resides in OS level. For that you can create command in sm69 and give path of script.

Sriram2009
Active Contributor
0 Kudos
former_member188883
Active Contributor
0 Kudos

Hi Sri,

You can have some OS level commands schedule using batch jobs and send out details every day via email.

For eg: Capture the file system size using df -k command on Unix and send the details via email

This is execution of external command using SAP. Sending of email is an additional feature explained by me.

Hope this helps.

Regards,

Deepak Kori