SAP Reports / Programs

REMMACASELIST SAP ABAP Report - Clarification Case List







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


Transaction Code(s):

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

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





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 .
Title: Clarification Case List
Text Symbol: 001 = General Selection Criteria
Text Symbol: 002 = Organizational Structure
Text Symbol: 003 = Structure Parameters
Text Symbol: 005 = Plan Version
Text Symbol: 006 = Object Type
Text Symbol: 007 = Object
Text Symbol: 008 = Evaluation Path
Text Symbol: 012 = Text for Case Category Not Found
Text Symbol: 013 = Text for Forwarding Reason Not Found
Text Symbol: CHD = Time of Change
Text Symbol: CRT = Created At
Text Symbol: CUS = Customer Selection Criteria
Text Symbol: DUE = Due Date/Time
Text Symbol: ORI = Original Date/Time
Text Symbol: QI3 = No. of Cases
Text Symbol: TO_ = To


INCLUDES used within this REPORT REMMACASELIST

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


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



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