‎2007 Aug 17 11:10 AM
How to Created an external Commands to call other systems from SAP?
Regards,
pandu
‎2007 Aug 17 11:30 AM
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.
‎2007 Aug 17 11:59 AM