MKKACF03 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 MKKACF03 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_KKB_SAVE_MODE_GET CALL FUNCTION 'K_KKB_SAVE_MODE_GET' IMPORTING E_SAVE = gd_save_mode.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING I_SAVE = gd_save_mode CHANGING cs_variant = ld_variant EXCEPTIONS WRONG_INPUT = 1 NOT_FOUND = 2 PROGRAM_ERROR = 3 OTHERS = 4 .
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = LS_CURRVARIANT * I_SAVE = CON_VARIANT_SAVE "46A I_SAVE = gd_save_mode "46A
IMPORTING E_EXIT = LD_EXIT ES_VARIANT = LS_TEMPVARIANT.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = LD_DYNAME DYNUMB = LD_DYNUMB TABLES DYNPFIELDS = LT_DYNPFIELDS.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING * I_SAVE = CON_VARIANT_SAVE "46A I_SAVE = gd_save_mode "46A CHANGING CS_VARIANT = LS_TEMPVARIANT EXCEPTIONS WRONG_INPUT = 01 NOT_FOUND = 02 "Meldung des FB ungeeignet PROGRAM_ERROR = 03.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = I_D020S-PROG DYNUMB = I_D020S-DNUM PERFORM_INPUT_CONVERSION = 'X' TABLES DYNPFIELDS = T_DYNPREAD EXCEPTIONS OTHERS = 1.
KK_F_PKOSA_LIST_ALL CALL FUNCTION 'KK_F_PKOSA_LIST_ALL' EXPORTING I_MATNR = x_matnr I_WERKS = x_pwerk I_PROCNR = x_procnr I_NO_LOEVM = 'X' * I_POPUP_TITLE = ' ' I_NO_OLD_PKOSA = 'X' IMPORTING * E_PKOSA = e_pkosa E_PROCNR = e_procnr EXCEPTIONS WRONG_INPUT = 1 NONE_PICKED = 2 OTHERS = 3.
CKML_MGV_PROCALTN_TEXT_READ CALL FUNCTION 'CKML_MGV_PROCALTN_TEXT_READ' EXPORTING I_KALNR = e_procnr I_LANGUAGE = sy-langu * I_KONTEXT = ' ' * I_EDIT_LENGTH = IMPORTING * ES_HEADER_DATA = E_VALID_NAME = e_text * E_GENER_NAME = * E_GENER_NAME_SHORT = * E_MANU_NAME = * E_SORT_NAME = * E_RESTTOPF = * E_BOM_EXISTS = * CHANGING * CT_ALPROC_TEXTS = EXCEPTIONS KALNR_NOT_FOUND = 1 OTHERS = 2.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = I_D020S-PROG DYNUMB = I_D020S-DNUM TABLES DYNPFIELDS = T_DYNPREAD.
KKA_CHECK_PERIOD_LOCK_INIT CALL FUNCTION 'KKA_CHECK_PERIOD_LOCK_INIT'.
KKA_CHECK_PERIOD_LOCK CALL FUNCTION 'KKA_CHECK_PERIOD_LOCK' EXPORTING i_fiscal_year = KKA0100-BIS_ABGR_J i_co_area = AUFK-KOKRS i_period = KKA0100-BIS_ABGR_M i_version = VERSIONS i_business_transaction = 'KABG' i_check_dependent_versions = 'X' EXCEPTIONS PERIOD_LOCKED = 1 MAX_CHECKS_REACHED = 0 OTHERS = 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.