Application Development 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: 

How to know if a program is called by RFC or not

Former Member
0 Kudos

Hi everyone!

I think there is something to know if a program is called by another program or by and RFC. How to know it?

Thanks in advance.

5 REPLIES 5

Former Member
0 Kudos

hi,

check the Object Hierachy........

-Rick

GauthamV
Active Contributor
0 Kudos

Try to use Sql trace - ST05.

Former Member
0 Kudos

Hi Maria,

Program called by program in RFC is something like program calling a RFC function module.We can see whether this function module can be called by other program or not Just by checking the "REMOTE-ENABLED MODULE" option while creating the function module in SE37.Even we can see that option by opening the function module 1st tab(ATTRIBUTES).

So try to open any function module in SE37->select ATTRIBUTES tab .You will see the three option to set the property for the Function Module.

Thanks,

Neelima.

Former Member
0 Kudos

You could do a sy-uname and check if it is an RFC user configured in the calling system.

Former Member
0 Kudos

Hi Maria,

Check wheather submit statement is there are not. u can call another program by submit statement.

Regards,

sathish