REMMALOGANALYSIS 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 REMMALOGANALYSIS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EMMA - Log Analysis and Case Creation
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: USER = D .
Selection Text: TIME = D .
Selection Text: TCODE = D .
Selection Text: RUNID = D .
Selection Text: PREPCASE = D .
Selection Text: PREPARE = D .
Selection Text: OBJTYP = D .
Selection Text: OBJKEY = D .
Selection Text: MSGNR = D .
Selection Text: INTNR = D .
Selection Text: EXTRUNID = D .
Selection Text: DELETE = D .
Selection Text: DELCASE = D .
Selection Text: DATE = D .
Selection Text: BPCODE = D .
Selection Text: BPAREA = D .
Selection Text: ARBGB = D .
Selection Text: PREP = Prepared Jobs
Selection Text: NONPREP = Jobs Not Prepared Yet
Title: Business Process Analysis and Case Generation
Text Symbol: OBW = Business Objects with Warnings
Text Symbol: OBS = Business Objects Successfully Processed
Text Symbol: OBP = Number of Business Objects Processed
Text Symbol: OBE = Incorrect Business Objects
Text Symbol: MSW = Other Warning Messages
Text Symbol: MSS = Find Messages
Text Symbol: MSI = Other Information Messages
Text Symbol: MSE = Other Error Messages
Text Symbol: MOW = Warning Messages
Text Symbol: MOI = Information Messages
Text Symbol: MOE = Error Messages
Text Symbol: MAL = All Messages
Text Symbol: ITO = Until
Text Symbol: IS4 = Preparation Deleted
Text Symbol: IS3 = Job with Info/Success Messages
Text Symbol: IS2 = Job with Warnings
Text Symbol: IS1 = Job with Error Messages
Text Symbol: IM2 = Test Run
INCLUDE: EMMA_TOP.
INCLUDE MALOGANALYSIS_ALV_LAYOUT_HDF01.
INCLUDE MALOGANALYSIS_ALV_FIELDCATF01.
INCLUDE MALOGANALYSIS_USERACTION_PRF01.
INCLUDE MALOGANALYSIS_BATCH_ANALYSIF01.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gt_list_top_hdr.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gt_list_top_int.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gt_list_top_msg.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gt_list_top_ctbusobj.
EMMA_JOB_MSG_CCAT_XREF call function 'EMMA_JOB_MSG_CCAT_XREF' exporting it_emma_hdr = lt_emma_hdr.
POPUP_DISPLAY_TEXT_WITH_PARAMS call function 'POPUP_DISPLAY_TEXT_WITH_PARAMS' exporting language = sy-langu popup_title = text-024 "'EMMA' start_column = 10 start_row = 3 text_object = text_object help_modal = co_false tables parameters = params exceptions error_in_text = 1 text_not_found = 2 others = 3.
HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'NA' doklangu = sy-langu dokname = gv_object msg_var_1 = gs_emma_txtmsg-msgv1 msg_var_2 = gs_emma_txtmsg-msgv2 msg_var_3 = gs_emma_txtmsg-msgv3 msg_var_4 = gs_emma_txtmsg-msgv4 tables links = lt_line exceptions others = 0.
EMMA_DISPLAY_MSG_BUSOBJS call function 'EMMA_DISPLAY_MSG_BUSOBJS' exporting is_msg = ls_msg exceptions no_business_objects_found = 1 no_variable_values = 2 others = 0.
EMMA_CASE_TRANSACTION_START call function 'EMMA_CASE_TRANSACTION_START' exporting iv_casenr = gs_emma_txtmsg-casenr iv_wmode = cl_emma_case_txn=>co_wmode_display iv_allow_toggle_dispchan = co_true exceptions case_not_found = 1 incorrect_workmode = 2 others = 3.
EMMA_CALL_BUSOBJ_METHOD call function 'EMMA_CALL_BUSOBJ_METHOD' exporting iv_objtype = lv_objtype iv_objkey = lv_objkey iv_method = space exceptions busobj_does_not_exist = 1 error_calling_method = 2 others = 3.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = lv_text1 text_question = lv_text2 text_button_1 = 'Ja'(018) text_button_2 = 'Nein'(019) default_button = '1' display_cancel_button = 'X' start_column = 25 start_row = 6 importing answer = gv_ans exceptions others = 0.
EMMA_BAPIRETURN_GET2 call function 'EMMA_BAPIRETURN_GET2' exporting type = 'I' number = '355' par1 = es_classinfo-classcountmsg par2 = 'EMMA_TCODE' importing return = ls_return.
EMMA_BAPIRETURN_GET2 call function 'EMMA_BAPIRETURN_GET2' exporting type = 'I' number = '360' par1 = es_classinfo-classcountmsg par2 = 'EMMA_BPC' importing return = ls_return.
EMMA_BAPIRETURN_GET2 call function 'EMMA_BAPIRETURN_GET2' exporting type = 'E' number = '359' par1 = 'EMMA_BPC' importing return = ls_return.
EMMA_BAPIRETURN_GET2 call function 'EMMA_BAPIRETURN_GET2' exporting type = 'I' number = '355' par1 = es_classinfo-classcountmsg par2 = 'EMMA_TCODE' importing return = ls_return.
EMMA_BAPIRETURN_GET2 call function 'EMMA_BAPIRETURN_GET2' exporting type = 'I' number = '359' par1 = iv_tcode importing return = ls_return.
EMMA_BAPIRETURN_GET2 call function 'EMMA_BAPIRETURN_GET2' exporting type = 'I' number = '323' par2 = 'V_EMMA_BPC' importing return = ls_return.
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 REMMALOGANALYSIS or its description.
REMMALOGANALYSIS - Business Process Analysis and Case Generation REMMALOGANALYSIS - Business Process Analysis and Case Generation REMMALOADMIGBNCHJOB - documentation and ABAP source code REMMALOADMIGBNCHJOB - documentation and ABAP source code REMMALOADJOBLOG_DARK - Analysis of Job Log with BPEM (Background) REMMALOADJOBLOG_DARK - Analysis of Job Log with BPEM (Background)