Application Development and Automation 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: 
Read only

Extract System Information using PyRFC

0 Likes
1,823

Hi everyone,

I am currently trying to read all the information shown in the system status view including installation number, host data etc.

I cannot find the table in which these information are stored. Any clue how to do so using the pyrfc package?

Thanks in advance.

Unfortunately this does not help me as I get the attributes of the calling system. I need to extract through python the current system information. Are they maybe stored in a table that I can extract with RFC_READ_TABLE?

4 REPLIES 4
Read only

FredericGirod
Active Contributor
0 Likes
1,669

Search with keyword "RFC ..."

for example : RFC_GET_ATTRIBUTES

Read only

0 Likes
1,669

Unfortunately this does not help me as I get the attributes of the calling system. I need to extract through python the current system information. Are they maybe stored in a table that I can extract with RFC_READ_TABLE?

Read only

0 Likes
1,669
sap_master_student

No.

Is function module RFC_SYSTEM_INFO better?

Read only

1,669

SCUI_GET_SAPCORE_INFO actually solved the problem