REMMACASELIST 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 REMMACASELIST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EMMACL - Clarification 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: INTNR = D .
Selection Text: LOGSYS = D .
Selection Text: MAXHITS = D .
Selection Text: MOBJKEY = D .
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: REACODE = D .
Selection Text: RUNID = D .
Selection Text: STATUS = D .
Selection Text: TDEPTH = D .
Selection Text: WEGID = D .
Selection Text: ENDDA = D .
Selection Text: LSTRFRSH = D .
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 .
INCLUDE IEMMA_CASE_TOP.
INCLUDE IEMMACL_CLSELSCREEN. "#EC SHAREOK
INCLUDE IEMMACL_CUSTSELFIELDS. "#EC SHAREOK
INCLUDE IEMMACL_ORGSELSCREEN. "#EC SHAREOK
INCLUDE IEMMACASELISTEVT. "#EC SHAREOK
INCLUDE IEMMACL_DBSELECTIONCUST. "#EC SHAREOK
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'EMMA_CASELIST_OUT' * i_bypassing_buffer = cl_emma_case=>co_true CHANGING ct_fieldcat = et_fieldcat.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = '1000' translate_to_upper = 'X' TABLES dynpfields = lt_dynpfields EXCEPTIONS OTHERS = 1.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = '1000' translate_to_upper = 'X' TABLES dynpfields = lt_dynpfields EXCEPTIONS OTHERS = 1.
RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = plvar otype = otype seark = '*' set_mode = lv_mode orgbeg = begda orgend = endda IMPORTING sel_object = ls_sel_objec TABLES marked_objects = lt_marked_objects sel_objects = lt_sel_objects EXCEPTIONS OTHERS = 1.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = '1000' translate_to_upper = 'X' TABLES dynpfields = lt_dynpfields EXCEPTIONS OTHERS = 1.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING list_name = 'TEST' list_text = 'SUBMIT CASELIST TO SAP-SPOOL' immediately = 'X' new_list_id = 'X' line_size = 132 line_count = 65 layout = 'X_PAPER' sap_cover_page = 'X' no_dialog = 'X' IMPORTING out_parameters = ls_params valid = lv_valid.
EMMA_CONV_OBJKEY_FVAL_EXTERNAL CALL FUNCTION 'EMMA_CONV_OBJKEY_FVAL_EXTERNAL' EXPORTING iv_refobjtype = ls_outtab-mainobjtype CHANGING cv_id = ls_outtab-mainobjkey.
AM_READ_TEXT_ON_DOMAIN_VALUE CALL FUNCTION 'AM_READ_TEXT_ON_DOMAIN_VALUE' EXPORTING i_langu = sy-langu i_doval = lv_domvalue i_donam = gc_domname-prio IMPORTING e_dtext = ls_outtab-priotxt.
AM_READ_TEXT_ON_DOMAIN_VALUE CALL FUNCTION 'AM_READ_TEXT_ON_DOMAIN_VALUE' EXPORTING i_langu = sy-langu i_doval = lv_domvalue i_donam = gc_domname-status IMPORTING e_dtext = ls_outtab-statustxt.
AM_READ_TEXT_ON_DOMAIN_VALUE CALL FUNCTION 'AM_READ_TEXT_ON_DOMAIN_VALUE' EXPORTING i_langu = sy-langu i_doval = lv_domvalue i_donam = gc_domname-prioorig IMPORTING e_dtext = ls_outtab-prioorigtxt.
SWO_TEXT_OBJTYPE CALL FUNCTION 'SWO_TEXT_OBJTYPE' EXPORTING language = sy-langu objtype = ls_outtab-mainobjtype IMPORTING shorttext = ls_outtab-objtypetxt.
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 REMMACASELIST or its description.
REMMACASELIST - Clarification Case List REMMACASELIST - Clarification Case List REMMACASEBO - Program for Object Type EMMACASE: Case REMMACASEBO - Program for Object Type EMMACASE: Case REMIG_WRAP_METHOD - Program for a Calling Method in a Service Function Module REMIG_WRAP_METHOD - Program for a Calling Method in a Service Function Module