SAP Reports / Programs

REMMAJOBLIST SAP ABAP Report - Business Process Analysis: Job List







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EMMAJL - Job List


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 REMMAJOBLIST. "Basic submit
SUBMIT REMMAJOBLIST AND RETURN. "Return to original report after report execution complete
SUBMIT REMMAJOBLIST 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: 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





Text Symbol: T01 = Main Selection Criteria
Text Symbol: SIM = Test Run
Text Symbol: SET = Technical Settings
Text Symbol: QI3 = Number of Jobs
Text Symbol: QI2 = Delete Selection Criterion
Text Symbol: QI1 = Delete Entire Selection
Text Symbol: IJ3 = Job Canceled
Text Symbol: IJ2 = Job Active
Text Symbol: IJ1 = Job Complete
Text Symbol: IC3 = Cases Deleted
Text Symbol: IC2 = Cases Partly Generated
Text Symbol: IC1 = Cases Generated
Text Symbol: HDR = & Jobs
Text Symbol: FRM = From
Text Symbol: D_T = Date and Time
Text Symbol: CCM = Clarification Case Categories That Use Message
Text Symbol: BTA = All & Business Object Types
Text Symbol: BPR = Business Process
Text Symbol: BPI = Business Process Information
Text Symbol: BOW = & Business Objects with Warnings
Text Symbol: BOS = & Successful Business Objects
Text Symbol: BOE = & Incorrect Business Objects
Text Symbol: BOB = Business Object Counter
Text Symbol: BOA = All & Business Objects
Text Symbol: BMS = Message Counter
Text Symbol: BIN = Interval Counter
Text Symbol: BCS = Clarification Case Counter
Text Symbol: AMS = All Messages Suppressed for
Text Symbol: OTW = & Business Objects with Warnings of Type
Text Symbol: OTS = & Successful Business Objects of Type
Text Symbol: OTE = & Incorrect Business Objects of Type
Text Symbol: OTA = Every & Business Objects of Type
Text Symbol: OBJ = Primary Business Object
Text Symbol: MSW = & Warning Messages Without Business Object Reference
Text Symbol: MSS = & Messages Fulfilling the Selection Criteria
Text Symbol: MSI = & Information Messages Without Business Object Reference
Text Symbol: MSG = Message
Text Symbol: MSE = & Error Messages Without Business Object Reference
Text Symbol: MSA = Every & Messages





Text Symbol: MCR = Statistics for & Messages
Text Symbol: JST = Job Status
Text Symbol: JOB = Job
Text Symbol: JIN = Interval
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: INT = & Job Intervals
Text Symbol: IM2 = Test Run
Text Symbol: IM1 = Update Run


INCLUDES used within this REPORT REMMAJOBLIST

INCLUDE IEMMAJOBLISTTOP.
INCLUDE IEMMAJOBLISTF01.
INCLUDE IEMMAJOBLISTF02.
INCLUDE IEMMAJOBLISTF03.
INCLUDE IEMMAJOBLISTF04.
INCLUDE IEMMAJOBLISTF05.
INCLUDE IEMMAJOBLISTF06.
INCLUDE IEMMAJOBATSEL.


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_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.



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 REMMAJOBLIST or its description.