SAP Reports / Programs | Controlling | Product Cost Controlling | Actual Costing/Material Ledger(CO-PC-ACT) SAP CO

CKML_RUN_TYPE_ADMINISTER SAP ABAP Report - Costing Run Profile: Create, Change, etc.







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


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


Text pool values


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


INCLUDES used within this REPORT CKML_RUN_TYPE_ADMINISTER

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:

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.



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