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: 

Getting the System details from the SAP Instance.

Former Member
0 Kudos

I am trying to analyze the RFC profiles in ST03 programatically. For local and remote destinations, st03 gives the Instance of the system (highlighted in yellow).

How do I derive the System Information to which this instance belongs to? Information like, System name, IP Address, maybe the RFC Destination? I am not an expert in ST03. Any leads would be appreciated.

Regards,

Mou.

2 REPLIES 2

matt
Active Contributor
0 Kudos

Have you tried debugging or sql tracing the processes you use to get this information manually?

Former Member
0 Kudos

I haven't tried debugging or SQL tracing. I have tried to look for FMs or tables where I can find system details against the instance. I have also talked to my Basis Team, but they informed me that there is no specific T-Code or Table where I can find this info. According to them, if I need to know which system an instance belongs to, I have to manually go and check system wise. I might be wrong, but I am not very convinced. I am not sure I understand what you mean? Do you want me to execute a RFC call and then check the contents in st03 for the same? Or do you want me to debug st03 RFC Profile to check how this info is fetched?