Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to create a external command in SM69

Former Member
0 Likes
3,721

Hi all,

I wrote a UNIX script and I need to call that as single command in ABAP in FM SXPG_COMMAND_EXECUTE.

Can anybody tell the steps for creating the single command in the SM69.so that i can use with SXPG_command_execute.

Thanx in advance

Hi all,

I wrote a UNIX script and I need to call that as single command in ABAP in FM SXPG_COMMAND_EXECUTE.

Can anybody tell the steps for creating the single command in the SM69.so that i can use with SXPG_command_execute.

Thanx in advance

5 REPLIES 5
Read only

Former Member
0 Likes
1,537

Hi ,

I think you Can go to Change mode and u can add your command in the similar way that already defiend ones.

Regards

Vijay

Read only

Former Member
0 Likes
1,537

Hi hk

Its Quite Simple .

1. Open tcode sm69. A List will come.

2. Click the EDIT Button on toolbar.

3. Again a List will come.

This time click the CREATE Button on toolbar.

4. An entry screen will appear.

Enter the fields.

a) command name

b) OS

c) OS command

d) Parameters (if any)

5. Click Save.

6. Exit the tcode.

6. From sm49, you can check if it has been created or not.

from there, u can even test it.

HOPE THE ABOVE HELPS.

Regards,

Amit M.

Read only

0 Likes
1,537

Hi,thnx for INFO..

but i create a script so its contained multile commands..so is how to do it for it??

Read only

0 Likes
1,537

Is it related SAP or UNIX.

Regards

vijay

Read only

0 Likes
1,537

sorry