cancel
Showing results for 
Search instead for 
Did you mean: 

C++ NW RFC SDK read "Object Description" from CCMS

0 Kudos
376

Hello,

how can I read the "Object Description" string from the CCMS with the sap rfc sdk for c++ ?

e.g. <SID>\<sap_server>\Server Configuration\Host

is there a BAPI that I can use for it ?

Best regards

Tobias Reineck

View Entire Topic

Hello,

I found a solution.

I used the function module "BAPI_SYSTEM_MTE_GETTXTPROP".

Please take a look at

https://github.com/Rocket-Search/sap-mon/blob/main/sap_mon.cpp

line 2730