SAP Reports / Programs | Enterprise Controlling | Executive Information System | Data Collection(EC-EIS-DCM) SAP EC

MKCCOF70 SAP ABAP INCLUDE - SAP-EIS: Edit Aspect, Transport Functions







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


Text pool values


Title: SAP-EIS: Edit Aspect, Transport Functions


INCLUDES used within this REPORT MKCCOF70

No INCLUDES are used within this REPORT code!


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:

ENQUEUE_ESDICT * CALL FUNCTION 'ENQUEUE_ESDICT' * EXPORTING OBJTYPE = 'TABL' * OBJNAME = LC_TABNM * EXCEPTIONS FOREIGN_LOCK = 4 * OTHERS = 6.

TR_ORDER_CHOICE_CORRECTION * CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' * EXPORTING * IV_CATEGORY = 'SYST' * IV_CLI_DEP = 'X' * IMPORTING * EV_TASK = E070_TRKORR * EXCEPTIONS * OTHERS = 04.

ENQUEUE_E_TRKORR * CALL FUNCTION 'ENQUEUE_E_TRKORR' * EXPORTING TRKORR = E070_TRKORR * EXCEPTIONS FOREIGN_LOCK = 1.

RKC_TRANSPORT_ASPECT * CALL FUNCTION 'RKC_TRANSPORT_ASPECT' * EXPORTING ASPET = FM_ASPET * TABLES E071K_TAB = E071K_TAB * E071_TAB = E071_TAB.

TR_APPEND_TO_COMM * CALL FUNCTION 'TR_APPEND_TO_COMM' * EXPORTING PI_KORRNUM = E070_TRKORR * WI_E071 = E071_TAB * TABLES WT_E071K = E071K_TMP * EXCEPTIONS NO_SYSTEMNAME = 01 * NO_SYSTEMTYPE = 02 * TR_CHECK_KEYSYNTAX_ERROR = 03 * TR_CHECK_OBJ_ERROR = 04 * TR_ENQUEUE_FAILED = 05 * TR_ILL_KORRNUM = 06 * TR_KEY_WITHOUT_HEADER = 07 * TR_LOCKMOD_FAILED = 08 * TR_MODIF_ONLY_IN_MODIF_ORDER = 09 * TR_NOT_OWNER = 10 * TR_NO_APPEND_OF_CORR_ENTRY = 11 * TR_NO_APPEND_OF_C_MEMBER = 12 * TR_NO_SHARED_REPAIRS = 13 * TR_ORDER_NOT_EXIST = 14 * TR_ORDER_RELEASED = 15 * TR_ORDER_UPDATE_ERROR = 16 * TR_REPAIR_ONLY_IN_REPAIR_ORDER = 17 * TR_WRONG_ORDER_TYPE = 18 * OTHERS = 20.

DEQUEUE_E_TRKORR * CALL FUNCTION 'DEQUEUE_E_TRKORR' * EXPORTING TRKORR = E070_TRKORR.

DEQUEUE_ESDICT * CALL FUNCTION 'DEQUEUE_ESDICT' * EXPORTING OBJTYPE = 'TABL' * OBJNAME = LC_TABNM.



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