‎2007 Mar 23 9:43 AM
hi,
how to find out that a program is called directly i.e within the system <b>or</b> from an external system via <b>RFC</b>? Is there any function module or any other method to find out ?
thanks in advance.
‎2007 Mar 26 2:57 PM
Hi,
maybe you could use a Trace only for that program or tou could check transaction SPAD an select by program name (default selection is a 10 minutes span use carefully).
Regards,
Alfonso
‎2007 Mar 26 3:07 PM
You can find it by seeing the SUBMIT statement of the program..
SUBMIT <PROG> .. via <RFC Destination>
It indicates that we are calling that program through RFC...
Reward if helpful....