cancel
Showing results for 
Search instead for 
Did you mean: 

how to list servers and functions?

Former Member
0 Kudos

Hello,

i want to list same information as i can see in visual studio enviroment. SERVERS->SAP->APPLICATION SERVERS->SERVERNAME1->BOR->... . I want to access to these informations programatically from my program, but i don`t know where can i find this datas. Can you help me?

Thank you. Palo

Accepted Solutions (0)

Answers (1)

Answers (1)

reiner_hille-doering
Active Contributor
0 Kudos

This is all standard RFC calls, RPY_BOR_TREE_INIT and RPY_BOR_TREE_EXPAND.

Only for curiosity: Why do you need it? Do you want to create your own .NET Connector design time?

Former Member
0 Kudos

Thank you, no i dont want to create my own .NET connector. I jsut want to explore this information.