Entering content frameOverview documentation Programming Techniques  Locate the document in its SAP Library structure

There are three programming techniques that are likely to be useful in application programs:

With SXPG_CALL_SYSTEM, you can check the user’s authorization for the specified command and run the command. The command runs on the host system on which the function module is executed. The function module is RFC-capable. It can therefore be run on the host system at which a user happens to be active or on another designated host system at which an R/3 server is active.

Function modules:

Function modules:

Maintaining external commands should be carried out by way of the standard R/3 function (transaction SM69), not with additional programs that use the maintenance function modules. You should also note that the Computing Center Management System) offers a standard transaction for running an external command (transaction SM49).

Leaving content frame