MKC02F50 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 MKC02F50 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!
K_ABC_TPL_TRANSPORT CALL FUNCTION 'K_ABC_TPL_TRANSPORT' EXPORTING kokrs = dkc02-kokrs environmnt = p_envir TABLES tratab = lt_tpl.
K_ABC_ENVIR_TRANSPORT CALL FUNCTION 'K_ABC_ENVIR_TRANSPORT' TABLES tratab = lt_env subclasslist = lt_subcl.
K_ABC_FTREE_TRANSPORT CALL FUNCTION 'K_ABC_FTREE_TRANSPORT' EXPORTING environmnt = p_envir TABLES tratab = lt_ftr.
SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING object = p_object name = ld_name id = ld_id language = '*' TABLES selections = lt_sel EXCEPTIONS wrong_access_to_archive = 1 OTHERS = 2.
K_TRANS_OBJECTS_SELECT CALL FUNCTION 'K_TRANS_OBJECTS_SELECT' TABLES transport_objects = transport.
RKC_TRANSPORT_FILE_DESCR CALL FUNCTION 'RKC_TRANSPORT_FILE_DESCR' EXPORTING I_TABLE_WA = LS TABLES XT_E071 = LT_E071 XT_E071K = LT_E071K.
KPP_XL_TEMPLATE_GET_TRANS_KEY CALL FUNCTION 'KPP_XL_TEMPLATE_GET_TRANS_KEY' EXPORTING IS_TKA52 = TKA52 IMPORTING E_SUBRC = LD_SUBRC E_S_PHIO_ID = LS_PHIO_ID E_S_OBJ_ID_LOG = LS_OBJ_ID_LOG EXCEPTIONS NO_TEMPLATE_FOUND = 1 OTHERS = 2.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = P_TAB IMPORTING X030L_WA = LS_X030L EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MKC02F50 - documentation and ABAP source code 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