REMMALOADAPPLLOG 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 REMMALOADAPPLLOG 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: MSG_TXT = Display Messages in Txt Format
Selection Text: P_FLG = Suppress Other Messages
Selection Text: S_DATE = D .
Selection Text: S_EXTNUM = D .
Selection Text: S_LOGNO = D .
Selection Text: S_MODE = D .
Selection Text: S_MSGID1 = D .
Selection Text: S_MSGID2 = D .
Selection Text: S_MSGNO1 = D .
Selection Text: S_MSGNO2 = D .
Selection Text: S_OBJECT = D .
Selection Text: S_SUBOBJ = D .
Selection Text: S_TCODE = D .
Selection Text: S_TIME = D .
Selection Text: S_USER = D .
Title: Check and Comparison of Messages of Application Log w. SLG1 & SLG_ISU
Text Symbol: 001 = Only Display These Messages
Text Symbol: 002 = Messages To Be Suppressed
Text Symbol: 003 = Select either only messages to be displayed or messages to be suppressed
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting I_STRUCTURE_NAME = 'EMMA_HDR_ALV' I_BYPASSING_BUFFER = 'X' changing CT_FIELDCAT = GT_FIELDCAT.
REUSE_ALV_FIELDCATALOG_MERGE * CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' * EXPORTING * i_structure_name = 'EMMA_LOGINFO_OUT' * i_bypassing_buffer = 'X' * CHANGING * ct_fieldcat = gt_fieldcat.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting I_CALLBACK_PROGRAM = SY-REPID I_CALLBACK_USER_COMMAND = 'ALV_USER_COMMAND' I_CALLBACK_PF_STATUS_SET = 'ALV_STATUS_SET' IS_LAYOUT = LS_LAYOUT IT_FIELDCAT = ET_FIELDCAT I_SAVE = 'A' tables T_OUTTAB = ET_OUTPUT_HDR exceptions PROGRAM_ERROR = 1 others = 2.
EMMA_LOG_PROCESS_CHECK_ACTIVE call function 'EMMA_LOG_PROCESS_CHECK_ACTIVE' exporting IV_BPCODE = LS_EMMA_HDR-BPCODE importing EV_BPA_ACTIVE = LV_ACTIVE.
EMMA_NUMBER_GET_NEXT call function 'EMMA_NUMBER_GET_NEXT' exporting IV_OBJECT = 'EMMA_RUNID' iv_bpcode = ls_emma_hdr-bpcode importing EV_NUMBER = LS_EMMA_HDR-RUNID exceptions NUMBER_ERROR = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REMMALOADAPPLLOG - Check and Comparison of Messages of Application Log w. SLG1 & SLG_ISU REMMALOADAPPLLOG - Check and Comparison of Messages of Application Log w. SLG1 & SLG_ISU REMMAJOBPROC - Business Process Analysis: Process Jobs REMMAJOBPROC - Business Process Analysis: Process Jobs REMMAJOBLIST - Business Process Analysis: Job List REMMAJOBLIST - Business Process Analysis: Job List