SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable | Basic Functions(FI-CA-BF) SAP FI

REMMA_CLIST_AUTPROC_EXEC SAP ABAP Report - Execute Automatic Processes







REMMA_CLIST_AUTPROC_EXEC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = docu -> fi -> fica With this program you can select a quantity of clarification cases and then execute the automatic processes assigned to the cases...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 REMMA_CLIST_AUTPROC_EXEC 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

EMMACAP - Run Automatic Processes for Cases


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 REMMA_CLIST_AUTPROC_EXEC. "Basic submit
SUBMIT REMMA_CLIST_AUTPROC_EXEC AND RETURN. "Return to original report after report execution complete
SUBMIT REMMA_CLIST_AUTPROC_EXEC 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: MOBJTYPE = D .
Selection Text: OBJID = D .
Selection Text: OTYPE = D .
Selection Text: PLVAR = D .
Selection Text: PRIO = D .
Selection Text: PRIOORIG = D .
Selection Text: PV_CHD_F = D .
Selection Text: PV_CHD_T = D .
Selection Text: PV_CHT_F = D .
Selection Text: PV_CHT_T = D .
Selection Text: PV_CRD_F = D .
Selection Text: PV_CRD_T = D .
Selection Text: PV_CRT_F = D .
Selection Text: PV_CRT_T = D .
Selection Text: PV_DUD_F = D .
Selection Text: PV_DUD_T = D .
Selection Text: PV_DUT_F = D .
Selection Text: PV_DUT_T = D .
Selection Text: PV_ORD_F = D .
Selection Text: PV_ORD_T = D .
Selection Text: PV_ORT_F = D .
Selection Text: PV_ORT_T = D .
Selection Text: P_CLSEL = D .
Selection Text: REACODE = D .
Selection Text: RUNID = D .
Selection Text: STATUS = D .
Selection Text: TDEPTH = D .
Selection Text: WEGID = D .
Selection Text: MOBJKEY = D .
Selection Text: LSTRFRSH = Autom. Update to Max. Hits
Selection Text: OLD_ORIG = Oldest Cases First
Selection Text: UNSORTED = Unsorted
Selection Text: YNG_DUE = Next Due Cases First
Selection Text: YNG_ORIG = Newest Cases First
Selection Text: BEGDA = D .
Selection Text: BPCODE = D .
Selection Text: CANCODE = D .
Selection Text: CASENO = D .





Selection Text: CCAT = D .
Selection Text: CHGEDBY = D .
Selection Text: CRTDBY = D .
Selection Text: CTYPE = D .
Selection Text: CURRPROC = D .
Selection Text: ENDDA = D .
Selection Text: INTNR = D .
Selection Text: LOGSYS = D .
Selection Text: MAXHITS = D .
Title: Execute Automatic Processes
Text Symbol: TO_ = To
Text Symbol: ORI = Original Date/Time
Text Symbol: DUE = Due Date/Time
Text Symbol: CUS = Customer Selection Criteria
Text Symbol: CRT = Created At
Text Symbol: CHD = Time of Change
Text Symbol: 003 = Structure Parameters
Text Symbol: 002 = Organizational Structure
Text Symbol: 001 = General Selection Criteria


INCLUDES used within this REPORT REMMA_CLIST_AUTPROC_EXEC

INCLUDE REMMACLIST_AUTPROC_EXEC_TOP . " GLOBAL DATA
INCLUDE IEMMACL_CLSELSCREEN. "#EC SHAREOK
INCLUDE IEMMACL_CUSTSELFIELDS. "#EC SHAREOK
INCLUDE IEMMACL_ORGSELSCREEN. "#EC SHAREOK
INCLUDE IEMMACASELISTEVT. "#EC SHAREOK


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:

RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting CURR_REPORT = GC_THIS_PROGRAM tables SELECTION_TABLE = GT_SELTABLE exceptions NOT_FOUND = 1 NO_REPORT = 2 others = 3.

BAPI_USER_DISPLAY call function 'BAPI_USER_DISPLAY' exporting USERNAME = LS_OUTTAB-CURRPROC exceptions others = 0.

BAPI_USER_DISPLAY call function 'BAPI_USER_DISPLAY' exporting USERNAME = LS_OUTTAB-PREVPROC exceptions others = 0.

BAPI_USER_DISPLAY call function 'BAPI_USER_DISPLAY' exporting USERNAME = LS_OUTTAB-CREATED_BY exceptions others = 0.

BAPI_USER_DISPLAY call function 'BAPI_USER_DISPLAY' exporting USERNAME = LS_OUTTAB-CHANGED_BY exceptions others = 0.

BAL_DSP_LOG_DISPLAY * CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' * EXPORTING * i_s_display_profile = * i_t_log_handle = it_loghandle ** I_T_MSG_HANDLE = ** I_S_LOG_FILTER = * i_s_msg_filter = ** I_T_LOG_CONTEXT_FILTER = ** I_T_MSG_CONTEXT_FILTER = ** I_AMODAL = ' ' ** IMPORTING ** E_S_EXIT_COMMAND = ** 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 REMMA_CLIST_AUTPROC_EXEC or its description.