SAP Reports / Programs | Controlling | Overhead Cost Controlling | Cost Center Accounting(CO-OM-CCA) SAP CO

MKDELF01 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MKDELF01

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TITEL = SPOP-TITEL TEXTLINE1 = SPOP-TEXTLINE1 TEXTLINE2 = SPOP-TEXTLINE2 IMPORTING ANSWER = ANSWER.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TITEL = SPOP-TITEL TEXTLINE1 = SPOP-TEXTLINE1 TEXTLINE2 = SPOP-TEXTLINE2 IMPORTING ANSWER = ANSWER.

RK_AL_CYCLE_DELETE CALL FUNCTION 'RK_AL_CYCLE_DELETE' EXPORTING IM_T811C = LS_T811C *..neuer Parameter, damit man auch verbuchte Zyklen löschen kann

RK_AL_CYCLE_SHOW CALL FUNCTION 'RK_AL_CYCLE_SHOW' EXPORTING TAB = GS_FIELDS-TABNAME CYCLE = GT_T811C-CYCLE SDATE = GT_T811C-SDATE * ALART = * IPKNZ = * SEQNR = EXCEPTIONS CYCLE_NOT_FOUND = 1 SEGMENT_NOT_FOUND = 2 OTHERS = 3.

K_VRGNG_AUTHORITY_CHECK CALL FUNCTION 'K_VRGNG_AUTHORITY_CHECK' EXPORTING ACTVT = '06' "Delete KOKRS = GS_SEL_CRIT-ORG_UNIT_FROM VRGNG = 'KSU4'.

K_LOGSYSTEM_CHECK CALL FUNCTION 'K_LOGSYSTEM_CHECK' EXPORTING I_KOKRS = GS_SEL_CRIT-ORG_UNIT_FROM.

RK_AL_DIVIDE_CYCLE_NAME CALL FUNCTION 'RK_AL_DIVIDE_CYCLE_NAME' EXPORTING TAB = LS_T811C-TAB * appl = CYCLENAME = LS_T811C-CYCLE IMPORTING * ex_appl = ld_appl GROUP = LD_GROUP CYCLE = LD_CYCLE.

K_AL_CYCLE_TRANSPORT CALL FUNCTION 'K_AL_CYCLE_TRANSPORT' EXPORTING APPL = GS_FIELDS-APPL CYCLE = LD_CYCLE * ls_it811c = ls_t811c IPKNZ = LS_T811C-IPKNZ OBJECT = LD_GROUP SDATE = LS_T811C-SDATE WITH_SETS = ' ' ALART = LS_T811C-ALART TABLES TAB1 = LD_TABKEY TAB2 = LD_GROUPS EXCEPTIONS APPLICATION_NOT_VALID = 1 CYCLE_NOT_VALID = 2 LEDGER_NOT_VALID = 3 OTHERS = 4.

K_TRANS_AUTOMATIC_INSERT CALL FUNCTION 'K_TRANS_AUTOMATIC_INSERT' EXPORTING E_SOBJ_NAME = GD_TRANS_OBJ E_SOBJ_TYPE = GD_TRANS_TYPE * E_OBJ_IN_TASK = ' ' TABLES T_E071K = LD_E071K EXCEPTIONS TRANSPORT_OBJECT_ERROR = 1 ERROR_DURING_INSERT = 2 OTHERS = 3.

K_TRANS_AUTOMATIC_CHECK CALL FUNCTION 'K_TRANS_AUTOMATIC_CHECK' EXPORTING E_SOBJ_NAME = GD_TRANS_OBJ E_SOBJ_TYPE = GD_TRANS_TYPE * E_OBJ_IN_TASK = ' ' IMPORTING NO_AUTOMATIC_RECORDING = GD_NO_RECORDING EXCEPTIONS TRANSPORT_OBJECT_ERROR = 1 SHOW_DATA_ONLY = 2 ERROR_CANCEL_TRANSACTION = 3 OTHERS = 4.



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