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

Create an external command

Former Member
0 Likes
489

How to Created an external Commands to call other systems from SAP?

Regards,

pandu

2 REPLIES 2
Read only

messier31
Active Contributor
0 Likes
466

Hi,

Use transaction code SM69 to maintain external commands.

1. Create new command

2. Enter command name --- This is command u will use in SAP. to pass func module mentioned below.

3. Enter your operating systen and type. This where your command will be execute.

4. Operating system command - This is the command of operating that will be exectuing when you call above created command in SAP using function modu below.

5. Now use following function module to call this external command in your code.

<b>'SXPG_COMMAND_EXECUTE'</b>

Hope this helps.

Enjoy SAP.

Pankaj Singh.

Read only

dhorions
Contributor
0 Likes
466

There is no need to cross-post, I answered in your other thread :