CKML_RUN_TYPE_ADMINISTER is a standard Executable ABAP Report 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 CKML_RUN_TYPE_ADMINISTER 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.
Selection Text: IKTEXT = D Name of costing run profile
Selection Text: IRABUKRS = D Company code
Selection Text: IRAKOKRS = D Controlling area
Selection Text: IRAWERKS = D Plant
Selection Text: IRUNTYPE = D Costing run profile
Selection Text: I_METHOD = Method
Title: Costing Run Profile: Create, Change, etc.
Text Symbol: 003 = Organizational unit selection
Text Symbol: 004 = Actual costing: Create costing run profile
Text Symbol: 005 = Actual costing: Change costing run profile
Text Symbol: 006 = Actual costing: Display costing run profile
Text Symbol: 007 = Valuation areas can participate
Text Symbol: 008 = Valuation areas will not participate
Text Symbol: 009 = Plants can participate
Text Symbol: 010 = Plants can not participate
Text Symbol: 100 = and additional
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_SUBMIT_INFO CALL FUNCTION 'RS_SUBMIT_INFO' IMPORTING P_SUBMIT_INFO = F_SUBMIT_INFO.
CKML_RUN_VALUATION_LEVEL_GET CALL FUNCTION 'CKML_RUN_VALUATION_LEVEL_GET' * EXPORTING * I_KZRFB = IMPORTING E_BWKRS_CUS = G_BWKRS_CUS * EXCEPTIONS * not_found = 1 * valuation_level_initial = 2 * valuation_level_wrong = 3 * OTHERS = 4 .
RK_BUKRS_OF_KOKRS CALL FUNCTION 'RK_BUKRS_OF_KOKRS' EXPORTING KOKRS = LF_TKA01-KOKRS TABLES T_BUKRS = HT_BUKRS EXCEPTIONS NO_BUKRS_FOUND = 0 * not_found = 0 * OTHERS = 3 .
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = H_REPID I_INTERNAL_TABNAME = 'T_ALV' I_STRUCTURE_NAME = 'CKML_RUN_ORG_DATA_EXTENDED' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = CHANGING CT_FIELDCAT = LT_ALV_FIELDCAT * exceptions * inconsistent_interface = 1 * program_error = 2 * OTHERS = 3 .
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = H_REPID I_CALLBACK_PF_STATUS_SET = 'ALV_PF_STATUS_SET' I_CALLBACK_USER_COMMAND = 'ALV_USER_COMMAND' * I_STRUCTURE_NAME = IS_LAYOUT = LF_LAYOUT IT_FIELDCAT = LT_ALV_FIELDCAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * i_save = ckru0_co_y_x * IS_VARIANT = ' ' IT_EVENTS = LT_EVENTS * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 IMPORTING E_EXIT_CAUSED_BY_CALLER = P_EXIT_CAUSED_BY_CALLER ES_EXIT_CAUSED_BY_USER = FP_EXIT_CAUSED_BY_USER TABLES T_OUTTAB = T_ALV * exceptions * program_error = 1 * OTHERS = 2 .
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = 'CKMLRUNTYPE' * FIELDNAME = ' ' * LANGU = SY-LANGU * LFIELDNAME = ' ' * ALL_TYPES = ' ' * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = TABLES DFIES_TAB = T_DFIES EXCEPTIONS NOT_FOUND = 0 * internal_error = 2 * OTHERS = 3 .
CKML_RUN_TYPE_GET CALL FUNCTION 'CKML_RUN_TYPE_GET' EXPORTING I_RUN_TYPE = IP_RUN_TYPE IMPORTING ES_CKMLRUNTYPE = LF_CKMLRUNTYPE E_KTEXT = EP_KTEXT EXCEPTIONS RUN_TYPE_NOT_EXISTENT = 1 * OTHERS = 2.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING P_STATUS = L_PFKEY P_PROGRAM = 'RSSYSTDB' TABLES P_EXCLUDE = LT_EXFCODE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CKML_RUN_TYPE_ADMINISTER - Costing Run Profile: Create, Change, etc. CKML_RUN_TYPE_ADMINISTER - Costing Run Profile: Create, Change, etc. CKML_RUN_STATUS - Update of Totals Status in the INDX Table CKML_RUN_STATUS - Update of Totals Status in the INDX Table CKML_RUN_SELSCREEN_PERIOD_EXT - CKMLRUNSELSCREENPERIODEXT CKML_RUN_SELSCREEN_F4_EVENTS - CKMLRUNSELSCREENF4EVENTS