SAP Reports / Programs

CCMSBI_TESTENV_TESCASE_ADMIN SAP ABAP dialog Program - CCMS/BW: Administration of Test Cases + Associated Data







CCMSBI_TESTENV_TESCASE_ADMIN is a standard Module pool for a dialog screen ABAP Program 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 CCMSBI_TESTENV_TESCASE_ADMIN into the relevant SAP transactions such as SE38 or SE80


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 CCMSBI_TESTENV_TESCASE_ADMIN. "Basic submit
SUBMIT CCMSBI_TESTENV_TESCASE_ADMIN AND RETURN. "Return to original report after report execution complete
SUBMIT CCMSBI_TESTENV_TESCASE_ADMIN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: CCMS/BW: Administration of Test Cases + Associated Data
Text Symbol: 001 = Test Type
Text Symbol: 002 = Tst.case
Text Symbol: 003 = Transport Test Case
Text Symbol: 004 = Copy Test Case
Text Symbol: 005 = Delete Test Case
Text Symbol: 006 = Really Delete?


INCLUDES used within this REPORT CCMSBI_TESTENV_TESCASE_ADMIN

INCLUDE RSALEXTI. " CPH CONSTANTS
INCLUDE RSCCMSBI_EXTR_EXTI. " CONSTANTS USED FOR EXTRACTING CCMS DATA


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:

CCMSBI_COPY_TESTCASE CALL FUNCTION 'CCMSBI_COPY_TESTCASE' EXPORTING SOURCE_TEST_TYPE = TESTCASE_DISPLAY_ROW-TESTTYPE SOURCE_TESTDESCR = TESTCASE_DISPLAY_ROW-TESTDESCR DIALOG_MODE = 'X' EXCEPTIONS OPERATION_ABORTED = 1 OTHERS = 99.

CCMSBI_GET_TESTCASE_DIRECTORY CALL FUNCTION 'CCMSBI_GET_TESTCASE_DIRECTORY' EXPORTING TEST_TYPE = CCMSBI_TESTENV_TSTCASEADM_7001-TEST_TYPE TESTDESCR = CCMSBI_TESTENV_TSTCASEADM_7001-TESTDESCR IMPORTING TESTCASES = TESTCASES_DISPLAY_TBL EXCEPTIONS NO_TESTCASES_FOUND = 1 OTHERS = 99.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-005 TEXT_QUESTION = TEXT-006 DISPLAY_CANCEL_BUTTON = 'X' IMPORTING ANSWER = POPUP_ANSWER EXCEPTIONS OTHERS = 99.

CCMSBI_DELETE_TESTCASE CALL FUNCTION 'CCMSBI_DELETE_TESTCASE' EXPORTING TEST_TYPE = TESTCASE_DISPLAY_ROW-TESTTYPE TESTDESCR = TESTCASE_DISPLAY_ROW-TESTDESCR EXCEPTIONS TESTCASE_DOES_NOT_EXIST = 1 OTHERS = 99.

CCMSBI_GET_TESTCASE_DIRECTORY CALL FUNCTION 'CCMSBI_GET_TESTCASE_DIRECTORY' EXPORTING TEST_TYPE = CCMSBI_TESTENV_TSTCASEADM_7001-TEST_TYPE TESTDESCR = CCMSBI_TESTENV_TSTCASEADM_7001-TESTDESCR IMPORTING TESTCASES = TESTCASES_DISPLAY_TBL EXCEPTIONS NO_TESTCASES_FOUND = 1 OTHERS = 99.

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING IV_CATEGORY = 'CUSY' IMPORTING EV_ORDER = TR_AUFTRAG EV_TASK = TR_KORREKTUR EXCEPTIONS NO_CORRECTION_SELECTED = 1 OTHERS = 99.

TR_APPEND_TO_COMM_OBJS_KEYS CALL FUNCTION 'TR_APPEND_TO_COMM_OBJS_KEYS' EXPORTING WI_TRKORR = TR_KORREKTUR TABLES WT_E071 = TR_OBJ_TABLE WT_E071K = TR_KEY_TABLE EXCEPTIONS OTHERS = 99.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = I_STRUCTURE_NAME = 'CCMSBI_TESTCASE_KEY' * I_CLIENT_NEVER_DISPLAY = ' ' * I_BYPASSING_BUFFER = ' ' * I_INTERNAL_TABNAME = ' ' CHANGING CT_FIELDCAT = TESTCASES_ALV_FIELDCAT EXCEPTIONS OTHERS = 99.

CCMSBI_GET_TESTCASE_DIRECTORY CALL FUNCTION 'CCMSBI_GET_TESTCASE_DIRECTORY' EXPORTING TEST_TYPE = CCMSBI_TESTENV_TSTCASEADM_7001-TEST_TYPE TESTDESCR = CCMSBI_TESTENV_TSTCASEADM_7001-TESTDESCR IMPORTING TESTCASES = TESTCASES_DISPLAY_TBL EXCEPTIONS TEST_TYPE_NOT_SPECIFIED = 1 NO_TESTCASES_FOUND = 2 OTHERS = 99.

CCMSBI_PROCESS_F4_FOR_TESTTYPE CALL FUNCTION 'CCMSBI_PROCESS_F4_FOR_TESTTYPE' EXPORTING TEST_TYPE = CCMSBI_TESTENV_TSTCASEADM_7001-TEST_TYPE INCLUDE_F4_TESTCASE_ALL = 'X' IMPORTING SELECTED_TESTTYPE = CCMSBI_TESTENV_TSTCASEADM_7001-TEST_TYPE EXCEPTIONS ACTION_ABORTED = 1 CANT_GET_TESTTYPES = 2 NO_TEST_TYPES_FOUND = 3 OTHERS = 99.

CCMSBI_PROCESS_F4_FOR_TESTCASE CALL FUNCTION 'CCMSBI_PROCESS_F4_FOR_TESTCASE' EXPORTING INCLUDE_F4_TESTCASE_ALL = 'X' TEST_TYPE = CCMSBI_TESTENV_TSTCASEADM_7001-TEST_TYPE TESTDESCR = CCMSBI_TESTENV_TSTCASEADM_7001-TESTDESCR IMPORTING SELECTED_TESTCASE = CCMSBI_TESTENV_TSTCASEADM_7001-TESTDESCR EXCEPTIONS ACTION_ABORTED = 1 CANT_GET_TESTCASES = 2 NO_TESTCASES_FOUND = 3 OTHERS = 99.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = 'CCMSBI_TESTENV_TSTCASEADM_7001' TABLES DFIES_TAB = DFIES_TAB EXCEPTIONS OTHERS = 99.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = SY-REPID DYNUMB = SY-DYNNR TABLES DYNPFIELDS = DYNPRO_FIELDS EXCEPTIONS OTHERS = 99.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = SY-REPID DYNUMB = SY-DYNNR TABLES DYNPFIELDS = DYNPRO_FIELDS EXCEPTIONS OTHERS = 99.



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