Application Development and Automation 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: 
Read only

program called via RFC

Former Member
0 Likes
327

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.

2 REPLIES 2
Read only

Former Member
0 Likes
298

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

Read only

Former Member
0 Likes
298

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....