RSRGDT01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSRGDT01 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: GET = Get
Selection Text: PRO_KEY = Key
Selection Text: PRO_SECT = Section
Selection Text: SET = Set
Selection Text: SET_VAL = Set value
Title: Registry Test for Windows
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WS_QUERY CALL FUNCTION 'WS_QUERY' EXPORTING QUERY = 'WS' IMPORTING RETURN = WINSYS.
REGISTRY_SET CALL FUNCTION 'REGISTRY_SET' EXPORTING KEY = PRO_KEY SECTION = PRO_SECT VALUE = SET_VAL.
REGISTRY_GET CALL FUNCTION 'REGISTRY_GET' EXPORTING SECTION = PRO_SECT KEY = PRO_KEY IMPORTING VALUE = GET_VAL.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSRGDT01 - Registry Test for Windows RSRGDT01 - Registry Test for Windows RSRFCXPT - Report to Test Directly the RFC-Based SAPXPG RSRFCXPT - Report to Test Directly the RFC-Based SAPXPG RSRFCXC - Check Function Module Interface for Complex Parameters RSRFCXC - Check Function Module Interface for Complex Parameters