Application Development 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: 

Create an external command

Former Member
0 Kudos

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

Regards,

pandu

2 REPLIES 2

dhorions
Contributor
0 Kudos

Your question is not quite clear.

If you want to define a connection to an other system, for a remote procedure call (RPC) you can use transaction SM59.

If you want to create an external command ( a command on the operating system level that runs the sap server) you need transaction SM69.

Another way to access other systems is via a web service, you can use the soap client ( class CL_SOAP_APPLICATION_CLIENT, or some other CL_SOAP_*-class)

former_member235056
Active Contributor
0 Kudos

Hi,

There is a provision for simulation in SAP through which we can call different systems through SAP als SAP XI is used for integration to external systems.

Regards,

Ameet