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,807

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.

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.

4 REPLIES 4
Read only

FredericGirod
Active Contributor
0 Likes
1,653

Search with keyword "RFC ..."

for example : RFC_GET_ATTRIBUTES

Read only

0 Likes
1,653

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,653
sap_master_student

No.

Is function module RFC_SYSTEM_INFO better?

Read only

1,653

SCUI_GET_SAPCORE_INFO actually solved the problem