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

Re: RFC enabled Function Module to retrieve configuration parameters

$
0
0

Hi Martin,

 

with "configuration parameters" do you mean "profile parameters"? For reading profile parameters there is the TaskHandler function module TH_GET_PROFILE_VALUE. But there are two "problems" with it:

 

  1. It's not RFC-enabled. So you would have to create your own RFC-enabled wrapper FM around it.
  2. It does not give a "list" of all profile parameters defined in the system, but reads only one parameter at a time. So either you are anyway only interested in a fixed set of parameters, then you call the FM x times for the x parameters you would like to read, or you look around a bit in the other TaskHandler FMs: there is quite a few of them, all starting with TH_ and some give quite interesting details about the current system state, like status of the work processes, logged in users, ressource usage of the app servers, etc. Perhaps there is also one that returns a full list of current profile parameters?!

 

Best Regards, Ulrich


Viewing all articles
Browse latest Browse all 3125

Trending Articles



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