MKC02F40 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 MKC02F40 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.
Title: FORM routines: CCA-customizing transport
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RK_BUKRS_OF_KOKRS CALL FUNCTION 'RK_BUKRS_OF_KOKRS' EXPORTING kokrs = dkc02-kokrs TABLES t_bukrs = buk.
K_TRANS_BUILT_OBJECT_STANDARD CALL FUNCTION 'K_TRANS_BUILT_OBJECT_STANDARD' EXPORTING i_kokrs = dkc02-kokrs i_hiertype = 'S' IMPORTING e_string = helpkey EXCEPTIONS OTHERS = 1.
K_LIS_TRANSPORT CALL FUNCTION 'K_LIS_TRANSPORT' EXPORTING wrttp = wt kokrs = dkc02-kokrs obart = object * version = space "immer alle Versionen * gjahr = space "immer alle Geschäftsj.
JV_INSTALLED CALL FUNCTION 'JV_INSTALLED' IMPORTING installed = jv_flag.
K_AL_CYCLE_TRANSPORT CALL FUNCTION 'K_AL_CYCLE_TRANSPORT' EXPORTING alart = aloc appl = '2' ipknz = cycltype object = dkc02-kokrs with_sets = inclsets TABLES tab1 = cyclkey tab2 = cyclset EXCEPTIONS application_not_valid = 1 ledger_not_valid = 2.
K_SC_SCHEME_TRANSPORT CALL FUNCTION 'K_SC_SCHEME_TRANSPORT' EXPORTING i_sctyp = 'C' i_kokrs = dkc02-kokrs with_groups = dkc02-tgrp4 TABLES keytab = splikey grouptab = spliset EXCEPTIONS OTHERS = 1. "ALRK008554
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'KZ' msgty = 'I' msgv1 = t msgv2 = ld_msgv msgv3 = ld_natxt msgv4 = ' ' txtnr = '555'.
RKD_TRANSPORT_OBJECTS CALL FUNCTION 'RKD_TRANSPORT_OBJECTS' EXPORTING correction_number = knumber language = sy-langu mandant = i3zs-mandt application = i3zs-applclass objectkey = i3zs objecttype = 'I3ZS' return_objecttypes = 'R3ZS' with_external_tabs = ' ' with_user_action = 'X' filter_program = ' ' filter_form = ' ' EXCEPTIONS bad_objecttype = 01 object_not_found = 02 no_correction_number = 03 user_abort = 04 job_failure = 05.
K_TRANS_HIGHEST_NODES CALL FUNCTION 'K_TRANS_HIGHEST_NODES' EXPORTING i_feld = f_feld i_searchfld = f_searchfld i_tab = f_tab TABLES t_highest_nodes = hino.
K_TRANS_BUILT_OBJECT CALL FUNCTION 'K_TRANS_BUILT_OBJECT' EXPORTING i_class = f_class i_objtype = itrgr-mark "n 821959 i_setnr = f_setnr i_tab = 'CCSS' IMPORTING e_string = helpkey.
K_FIND_STANDARD_HIERARCHY CALL FUNCTION 'K_FIND_STANDARD_HIERARCHY' EXPORTING i_kokrs = dkc02-kokrs i_type = 'S' IMPORTING e_hierarchy = standard EXCEPTIONS hierarchy_not_found = 1 invalid_kokrs = 2 invalid_type = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MKC02F40 - FORM routines: CCA-customizing transport MKC02F30 - FORM routines: CCA-customizing transport MKC02F20 - FORM routines: CCA-customizing transport MKC02F10 - FORM routines: CCA-customizing transport MKC02F00 - FORM routines: CCA-customizing transport MKC01TOP - documentation and ABAP source code