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
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.
Title: Fill workspace (forms)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.