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: 

Finding Application instance names?

Former Member
0 Kudos

Hello,

I'm sure this is stored on a table somewhere in SAP however, I'm not having a whole lot of luck finding it. I want to be able to log onto a system and retrieve the list of application instances that is has.

Is there a function already for this (couldn't find one, but perhaps it was how I was searching) or which table is best to get the data from?

Thank you!

2 REPLIES 2

ChristianFi
Active Participant
0 Kudos

Have a closer look to Function module TH_SERVER_LIST

Christian

0 Kudos

Thank you very much! Not sure how I overlooked that one.