SAP Reports / Programs | Controlling | Product Cost Controlling | Product Cost Planning(CO-PC-PCP) SAP CO

CKEKMLCWSFORMS16 SAP ABAP INCLUDE - Fill workspace (forms)







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


Text pool values


Title: Fill workspace (forms)


INCLUDES used within this REPORT CKEKMLCWSFORMS16

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:

K_ASSEMBLY_CACHED_READ CALL FUNCTION 'K_ASSEMBLY_CACHED_READ' EXPORTING extnr = l_extnr kokrs = g_kokrs spras = sy-langu IMPORTING kbs1_exp = l_kbs1 * RC = EXCEPTIONS not_found_on_db = 1.

K_UNITCOSTING_KEY_TO_OBJ_GET CALL FUNCTION 'K_UNITCOSTING_KEY_TO_OBJ_GET' EXPORTING kuk_extnr = l_extnr kuk_kokrs = g_kokrs kuk_spras = sy-langu IMPORTING kuk_bwvar = l_kekokey-bwvar kuk_bzobj = l_kekokey-bzobj kuk_kadky = l_kekokey-kadky kuk_kalka = l_kekokey-kalka kuk_kalnr = l_kekokey-kalnr kuk_kkzma = l_kekokey-kkzma * KUK_LEDNR = l_kekokey-lednr kuk_tvers = l_kekokey-tvers EXCEPTIONS assembly_not_found = 1 bzobj_not_found = 2 cost_needs_date = 3 cost_not_found = 4 cost_object_not_found = 5 klvar_not_found = 6 order_not_found = 7 psp_not_found = 8 type_not_found = 9 vers_not_found = 10 "but is not set there wrong_cost_object_kokrs = 11 wrong_order_kokrs = 12 wrong_psp_kokrs = 13 component_not_found = 14 network_activity_not_found = 15 OTHERS = 16.

CKEK_MM_NODE_ADD CALL FUNCTION 'CKEK_MM_NODE_ADD' EXPORTING bo_type = cnt_b_node bo_key = l_kekokey bo_data1 = l_data1 IMPORTING mm_node_id = l_m_n_node * RC_EXP = CHANGING meta_model = g_meta_model EXCEPTIONS bo_type_error = 1 OTHERS = 2.

CKEK_MM_NODE_B_CREATE CALL FUNCTION 'CKEK_MM_NODE_B_CREATE' EXPORTING i_extnr = l_extnr i_kokrs = g_kokrs IMPORTING e_new_mm_node = l_m_n_node * E_MM_NODE_ALREADY_EXISTED = CHANGING c_meta_model = g_meta_model EXCEPTIONS bpo_not_found = 1 costing_not_found = 2 OTHERS = 3.

K_ASSEMBLY_CACHED_READ CALL FUNCTION 'K_ASSEMBLY_CACHED_READ' EXPORTING extnr = l_extnr kokrs = g_kokrs spras = sy-langu IMPORTING kbs1_exp = l_kbs1 * RC = EXCEPTIONS not_found_on_db = 1.

K_UNITCOSTING_KEY_TO_OBJ_GET CALL FUNCTION 'K_UNITCOSTING_KEY_TO_OBJ_GET' EXPORTING kuk_extnr = l_extnr kuk_kokrs = g_kokrs kuk_spras = sy-langu IMPORTING kuk_bwvar = l_kekokey-bwvar kuk_bzobj = l_kekokey-bzobj kuk_kadky = l_kekokey-kadky kuk_kalka = l_kekokey-kalka kuk_kalnr = l_kekokey-kalnr kuk_kkzma = l_kekokey-kkzma * KUK_LEDNR = l_kekokey-lednr kuk_tvers = l_kekokey-tvers EXCEPTIONS assembly_not_found = 1 bzobj_not_found = 2 cost_needs_date = 3 cost_not_found = 4 cost_object_not_found = 5 klvar_not_found = 6 order_not_found = 7 psp_not_found = 8 type_not_found = 9 vers_not_found = 10 "but is not set there wrong_cost_object_kokrs = 11 wrong_order_kokrs = 12 wrong_psp_kokrs = 13 component_not_found = 14 network_activity_not_found = 15 OTHERS = 16.

CKEK_MM_NODE_ADD CALL FUNCTION 'CKEK_MM_NODE_ADD' EXPORTING bo_type = cnt_b_node bo_key = l_kekokey bo_data1 = l_data1 IMPORTING mm_node_id = l_m_n_node * RC_EXP = CHANGING meta_model = g_meta_model EXCEPTIONS bo_type_error = 1 OTHERS = 2.

CKEK_MM_NODE_B_CREATE CALL FUNCTION 'CKEK_MM_NODE_B_CREATE' EXPORTING i_extnr = l_extnr i_kokrs = g_kokrs IMPORTING e_new_mm_node = l_m_n_node * E_MM_NODE_ALREADY_EXISTED = CHANGING c_meta_model = g_meta_model EXCEPTIONS bpo_not_found = 1 costing_not_found = 2 OTHERS = 3.

CKEK_MM_GET_CHILDS CALL FUNCTION 'CKEK_MM_GET_CHILDS' EXPORTING mm_node_top_imp = l_mm_parent_node meta_model = g_meta_model IMPORTING mm_node_tab = l_child_mm_nodes rc_exp = l_rc.



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