SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable | Basic Functions(FI-CA-BF) SAP FI

REMMALOADAPPLLOG SAP ABAP Report - Check and Comparison of Messages of Application Log w. SLG1 & SLG_ISU







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT REMMALOADAPPLLOG. "Basic submit
SUBMIT REMMALOADAPPLLOG AND RETURN. "Return to original report after report execution complete
SUBMIT REMMALOADAPPLLOG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT REMMALOADAPPLLOG

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name REMMALOADAPPLLOG or its description.