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
Below is a list of transaction codes which are relevant to this SAP report
EMMACAP - Run Automatic Processes for Cases
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: 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 .
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
No SAP DATABASE tables are accessed within this REPORT code!
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 * .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REMMA_CLIST_AUTPROC_EXEC - Execute Automatic Processes REMMA_CLIST_AUTPROC_EXEC - Execute Automatic Processes REMMA_CASE_ARCHIVE_WRITE - Write Program for Archiving Clarification Cases REMMA_CASE_ARCHIVE_WRITE - Write Program for Archiving Clarification Cases REMMA_CASE_ARCHIVE_RELOAD - Program for Reloading Archived Clarification Cases REMMA_CASE_ARCHIVE_RELOAD - Program for Reloading Archived Clarification Cases