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: 

how to use sm69

4 REPLIES 4
Read only

Former Member
0 Likes
1,516

Refer

Read only

Former Member
0 Likes
1,516

Hi Sajith,

Maintaining External Commands

Use

You can create, display, change, delete, rename, and copy external commands. SAP commands cannot, however, be changed in customer systems.

External commands can only be processed individually. For example, you cannot delete several external commands at the same time. External commands cannot be used by multiple users simultaneously.

Procedure

1. Choose CCMS ® Configuration ® External Commands, or call transaction SM69.

2. You can then display or change the external commands. To display a list of all external commands defined in the system, choose Display « Change.

External commands are uniquely identified by a user-definable logical name and an operating system.

3. You can specify the name of an ABAP function module which, at the time of execution, decides whether the specific command should be executed or not. The interface to this check module must be the same as for the check module SXPG_DUMMY_COMMAND_CHECK delivered by SAP.

Regards,

Antony Thomas

Reward poits if find useful.

Read only

Former Member
0 Likes
1,516

Hi,

you can create an external command using transaction code SM69.

SM69 is used to create/Change the External Operating System Commands.after creation Did you check it in SM49 . SM49 is to execute the created Command.

See the below link for more info

http://help.sap.com/saphelp_nw2004s/helpdata/en/27/cbdf3b8dc95136e10000000a114084/content.htm

<b>Reward points</b>

Regards

Message was edited by:

skk

Read only

Former Member
0 Likes
1,516

Hi,

u can create external command using transaction sm69and u can test it in sm49.

http://searchsap.techtarget.com/general/0,295582,sid21_gci1156933,00.html

***do rewards if usefull

vijay