MSCEMI01 is a standard ABAP INCLUDE 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 MSCEMI01 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STC1_SET_COMMAND CALL FUNCTION 'STC1_SET_COMMAND' EXPORTING command = ok * EXCEPTIONS * INVALID_CURSORPOSITION = 1 * OTHERS = 2 .
CAT_EDITOR CALL FUNCTION 'CAT_EDITOR' EXPORTING user_mode = mode action = ok CHANGING ablnr = catf-ablnr.
STC1_SET_COMMAND CALL FUNCTION 'STC1_SET_COMMAND' EXPORTING command = tc_ok IMPORTING picked_line = fav_stru picked_handle = tabhandle EXCEPTIONS invalid_cursorposition = 1 OTHERS = 2.
SPROJECT_USER_SETTINGS * CALL FUNCTION 'SPROJECT_USER_SETTINGS' * EXPORTING ** PROJECT_CLASS = * APPLICATION = 'CATT' * .
RS_CATT_MAINTAIN CALL FUNCTION 'RS_CATT_MAINTAIN' EXPORTING ablnr = catf-ablnr * teilobjekt = 'FUNC' aktion = 'ENTR' * FIRSTLINE = 1 * CONFIRMATION = 'X' * WITH_NAVI = ' ' * TCODE = ' ' * FBAU = ' ' devclass = '' korrnum = '' * CATTTYP = 'C' * KTEXT = ' ' * BAUSTEIN = ' ' * IMPORTING * ABLNR = EXCEPTIONS wrong_call = 1 internal_error = 2 OTHERS = 3 .
S_TWB_A_ATTRIBUTES_MAINTAIN CALL FUNCTION 'S_TWB_A_ATTRIBUTES_MAINTAIN' EXPORTING twb_testcase_head = twb_head * IN_DEVCLASS = * IN_FRANGE = * IN_TITLE = * IN_STATUS = 'X' * IN_LANGU = * NO_CUSTOMER_DELIVERY = 'X' * WE_ORDER_IN = * WE_TASK_IN = action = 'D' * CALLED_FROM_CATALOGUE = 'X' * IN_CREATE_NO_DIALOGUE = ' ' * IN_TRANSPORT_TYPE = 'K' * IN_CREATE_AS_MODEL = ' ' cat_editor_user_mode = mode * IMPORTING * RET_TWB_TESTCASE_HEAD = * RET_ATTRIBUTES_TNODE02_A = * RET_ATTRIBUTES_CATT = * WE_ORDER_OUT = * WE_TASK_OUT = * RET_CATT_ACTION = * RET_DISPLAY_ONLY = * RET_TC_DELETED = * RET_DOCU_CALL = * MESSAGE = * EXCEPTIONS * ENQUEUE_ERROR = 1 * USER_CANCEL = 2 * CREATE_TESTCASE_EXISTS = 3 * WRONG_PARAMETERS = 4 * NO_AUTHORITY = 5 * TESTCASE_NOT_EXISTS = 6 * OTHERS = 7 .
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'SAPMSCEM' dynumb = '0100' TABLES dynpfields = dynpfield EXCEPTIONS invalid_abapworkarea = 01 invalid_dynprofield = 02 invalid_dynproname = 03 invalid_dynpronummer = 04 invalid_request = 05 no_fielddescription = 06 undefind_error = 07.
CAT_ABLNR_F4_REQUEST CALL FUNCTION 'CAT_ABLNR_F4_REQUEST' IMPORTING background = background CHANGING object_name = catf-ablnr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.