Quantcast
Channel: SCN: Message List - ABAP Connectivity
Viewing all articles
Browse latest Browse all 3125

Re: Find number of inactive app servers

$
0
0

This FM should return only alive servers

CALLFUNCTION'TH_SERVER_LIST'

    EXPORTING

      services      = 25 " all services

      active_server = 0

    TABLES

      list          = t_servers

    EXCEPTIONS

      no_server_list = 1

      OTHERS        = 2.

Field state in returned table should contains 1 for active server, 2 for passive else server isn't-active.

 

 

 

Regards,

Raymond


Viewing all articles
Browse latest Browse all 3125

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>