SAP Reports / Programs

REMMAJOBPROC SAP ABAP Report - Business Process Analysis: Process Jobs







REMMAJOBPROC 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 REMMAJOBPROC 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

EMMAJP - Process Job


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 REMMAJOBPROC. "Basic submit
SUBMIT REMMAJOBPROC AND RETURN. "Return to original report after report execution complete
SUBMIT REMMAJOBPROC 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_JPREP = D .
Selection Text: PV_LSYS = D .
Selection Text: PV_MAX = D .
Selection Text: PV_PRCL = D .
Selection Text: PV_PREP = 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_MSALL = D .
Selection Text: ST_MSERR = D .
Selection Text: ST_MSSUC = D .
Selection Text: ST_MSWAR = D .
Selection Text: ST_OBALL = D .
Selection Text: ST_OBERR = D .
Selection Text: ST_OBSUC = D .
Selection Text: ST_OBWAR = D .
Selection Text: ST_RUNID = D .
Selection Text: ST_TCODE = D .
Selection Text: ST_USER = D .
Selection Text: PV_JNONP = D .
Selection Text: PV_ESOP = D .
Selection Text: PV_DELP = D .
Selection Text: PV_DELC = D .
Selection Text: PV_DAT_T = D .
Selection Text: PV_DAT_F = D .
Selection Text: PV_CREC = D .
Selection Text: PV_CJOB = D .
Title: Business Process Analysis: Process Jobs
Text Symbol: ACT = Activities
Text Symbol: BCS = Clarification Case Counter
Text Symbol: BIN = Interval Counter
Text Symbol: BMS = Message Counter
Text Symbol: BOB = Business Object Counter
Text Symbol: BPI = Business Process Information





Text Symbol: D_T = Date and Time
Text Symbol: FRM = From
Text Symbol: JST = Job Status
Text Symbol: PRO = Process
Text Symbol: RES = Reset
Text Symbol: SET = Technical Settings
Text Symbol: TEI = Technical Information
Text Symbol: TO_ = To


INCLUDES used within this REPORT REMMAJOBPROC

INCLUDE IEMMAJOBSEL.


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:

EMMA_BAPIRETURN_GET2 CALL FUNCTION 'EMMA_BAPIRETURN_GET2' EXPORTING type = 'E' number = '014' parameter = cl_swf_app_log=>gc_probclass_very_high IMPORTING return = gs_return.

EMMA_BAPIRETURN_GET2 CALL FUNCTION 'EMMA_BAPIRETURN_GET2' EXPORTING type = 'I' number = '027' par1 = gs_count-sel par2 = gs_count-delp par3 = gs_count-delc parameter = cl_swf_app_log=>gc_probclass_high IMPORTING return = gs_return.

EMMA_BAPIRETURN_GET2 CALL FUNCTION 'EMMA_BAPIRETURN_GET2' EXPORTING type = 'I' number = gs_return-number par1 = gs_count-sel par2 = gs_count-prep par3 = gs_count-crec parameter = cl_swf_app_log=>gc_probclass_high IMPORTING return = gs_return.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY'.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = lv_log_handle.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_msg i_log_handle = lv_log_handle.

EMMA_BAPIRETURN_GET2 CALL FUNCTION 'EMMA_BAPIRETURN_GET2' EXPORTING cl = sy-msgid type = sy-msgty number = sy-msgno par1 = sy-msgv1 par2 = sy-msgv2 par3 = sy-msgv3 par4 = sy-msgv4 parameter = cl_swf_app_log=>gc_probclass_very_high IMPORTING return = gs_return.

EMMA_BAPIRETURN_GET2 CALL FUNCTION 'EMMA_BAPIRETURN_GET2' EXPORTING cl = gs_msg-msgid type = gs_msg-msgty number = gs_msg-msgno par1 = gs_msg-msgv1 par2 = gs_msg-msgv2 par3 = gs_msg-msgv3 par4 = gs_msg-msgv4 parameter = gs_msg-probclass IMPORTING return = gs_return.

EMMA_BAPIRETURN_GET2 CALL FUNCTION 'EMMA_BAPIRETURN_GET2' EXPORTING cl = gs_msg-msgid type = gs_msg-msgty number = gs_msg-msgno par1 = gs_msg-msgv1 par2 = gs_msg-msgv2 par3 = gs_msg-msgv3 par4 = gs_msg-msgv4 parameter = gs_msg-probclass IMPORTING return = gs_return.



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