Hi ,
here's a very <b>dangerous</b> fm
<b>RFC_ABAP_INSTALL_AND_RUN</b>
I'd not use fm on a productive remote system !
regards Andreas
Also, perhaps, you can write an RFC enabled function that accepts a program name to run and a table of structure RSPARAMS. Then the function can execute the program via:
SUBMIT rep WITH SELECTION-TABLE seltab
This way you can run any program remotely through this one function. Other parameters could be used to set standard program execution options. See the help documentation for SUBMIT.
The down side is that there could be security concerns with this solution. That should be considered before trying this.
Hope this helps.
Add a comment