REMMAJOBLIST 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 REMMAJOBLIST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EMMAJL - Job List
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: PV_LOG = Log Display in Modeless Window
Selection Text: PV_CJOB = D .
Selection Text: PV_DAT_F = D .
Selection Text: PV_DAT_T = D .
Selection Text: PV_JNONP = D .
Selection Text: PV_JPREP = D .
Selection Text: PV_LSYS = D .
Selection Text: PV_MAX = D .
Selection Text: PV_PRCL = D .
Selection Text: PV_TIM_F = D .
Selection Text: PV_TIM_T = D .
Selection Text: ST_BPA = D .
Selection Text: ST_BPC = D .
Selection Text: ST_CASE = D .
Selection Text: ST_EXTID = D .
Selection Text: ST_INTNR = D .
Selection Text: ST_USER = D .
Selection Text: ST_TCODE = D .
Selection Text: ST_RUNID = D .
Selection Text: ST_OBWAR = D .
Selection Text: ST_OBSUC = D .
Selection Text: ST_OBJTY = D .
Selection Text: ST_OBJKY = D .
Selection Text: ST_OBERR = D .
Selection Text: ST_OBALL = D .
Selection Text: ST_MSWAR = D .
Selection Text: ST_MSSUC = D .
Selection Text: ST_MSGTY = D .
Selection Text: ST_MSGNO = D .
Selection Text: ST_MSGID = D .
Selection Text: ST_MSERR = D .
Selection Text: ST_MSALL = D .
Title: Business Process Analysis: Job List
Text Symbol: USR = User
Text Symbol: TO_ = To
Text Symbol: TEI = Technical Information
Text Symbol: TCD = Transaction
Text Symbol: T02 = Additional Selection Criteria
INCLUDE IEMMAJOBLISTTOP.
INCLUDE IEMMAJOBLISTF01.
INCLUDE IEMMAJOBLISTF02.
INCLUDE IEMMAJOBLISTF03.
INCLUDE IEMMAJOBLISTF04.
INCLUDE IEMMAJOBLISTF05.
INCLUDE IEMMAJOBLISTF06.
INCLUDE IEMMAJOBATSEL.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting IT_FIELDCAT = GT_FCAT_HDR IT_SORT = GT_SORT_HDR IS_LAYOUT = GS_LAYOUT I_CALLBACK_PROGRAM = GS_VARIANT-REPORT IT_EVENTS = GT_EVENT_HDR IS_VARIANT = GS_VARIANT I_SAVE = 'A' tables T_OUTTAB = GT_ALV_HDR exceptions others = 1.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting IT_FIELDCAT = GT_FCAT_HDR IT_SORT = GT_SORT_HDR IS_LAYOUT = GS_LAYOUT I_CALLBACK_PROGRAM = GS_VARIANT-REPORT IT_EVENTS = GT_EVENT_HDR IS_VARIANT = GS_VARIANT I_SAVE = 'A' tables T_OUTTAB = GT_ALV_HDR exceptions others = 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.
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 REMMAJOBLIST or its description.