RSA1LOG is a standard ABAP INCLUDE 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 RSA1LOG 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 0 TEXT = &1.
RSA6_LOG_OPEN CALL FUNCTION 'RSA6_LOG_OPEN'.
RSA6_LOG_WRITE CALL FUNCTION 'RSA6_LOG_WRITE' EXPORTING I_MSGID = &1 I_MSGTY = &2 I_MSGNO = &3 I_MSGV1 = &4 I_MSGV2 = &5 I_MSGV3 = &6 I_MSGV4 = &7.
RSA6_LOG_MULTI_WRITE CALL FUNCTION 'RSA6_LOG_MULTI_WRITE' EXPORTING I_T_MESSAGES = &1.
RSA6_LOG_GET CALL FUNCTION 'RSA6_LOG_GET' IMPORTING E_T_MESSAGES = &1.
RSA6_LOG_CLOSE CALL FUNCTION 'RSA6_LOG_CLOSE'.
RSA6_LOG_STATE_GET CALL FUNCTION 'RSA6_LOG_STATE_GET' EXPORTING I_T_MESSAGES = &1 IMPORTING E_MSGTY = &2.
RSA6_LOG_SHOW CALL FUNCTION 'RSA6_LOG_SHOW'.
RSA2_RSADMIN_GET CALL FUNCTION 'RSA2_RSADMIN_GET' EXPORTING I_OBJECT = 'CONTENT_SYSTEM' CHANGING C_VALUE = &1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSA1LOG - Log Makros für MAPI RSA1K04 - Typisierung von Feldern RSA1HSIM - BW-RHIE: Simulation of Hierarchies from Source System RSA1HSIM - BW-RHIE: Simulation of Hierarchies from Source System RSA1HMOS - BW-RHIE: Generate the BW Hierarchy Metadata 1.2B -> 2.0A () RSA1HMOS - BW-RHIE: Generate the BW Hierarchy Metadata 1.2B -> 2.0A ()