REMMALOADJOBLOG_DARK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program analyzes messages of any job logs of background jobs of enhanced message management...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter REMMALOADJOBLOG_DARK into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EMMAJOBLOG_DARK - Analyze Job Log Using BPEM
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: J_ABORT = Canceled
Selection Text: J_ACTIVE = Active
Selection Text: J_FINISH = Completed
Selection Text: BRGRU = D .
Selection Text: FORCENEW = D .
Selection Text: JOBCOUNT = D .
Selection Text: JOBNAME = D .
Selection Text: PREPARE = D .
Selection Text: PREPCASE = D .
Selection Text: PROGNAME = D .
Selection Text: SDLSTRDT = D .
Selection Text: SDLSTRTM = D .
Selection Text: SDLUNAME = D .
Title: Analysis of Job Log with BPEM (Background)
Text Symbol: 001 = General Selection Criteria for Jobs
Text Symbol: 002 = Job Status
Text Symbol: 003 = BPEM Control Parameters
Text Symbol: S01 = Active
Text Symbol: S02 = Completed
Text Symbol: S03 = Canceled
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REMMALOADJOBLOG_DARK - Analysis of Job Log with BPEM (Background) REMMALOADJOBLOG_DARK - Analysis of Job Log with BPEM (Background) REMMALOADJOBLOG - Analyze Background Jobs with Enhanced Message Management REMMALOADJOBLOG - Analyze Background Jobs with Enhanced Message Management REMMALOADIDOCLOG - Analyze IDocs with Enhanced Message Management REMMALOADIDOCLOG - Analyze IDocs with Enhanced Message Management