MC64HF0V 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 MC64HF0V 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!
CK_F_TABLES_ALL_REFRESH call function 'CK_F_TABLES_ALL_REFRESH'.
POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting defaultoption = 'J' objectvalue = k_sperr_menge text_after = text-010 text_before = text-007 titel = text-009 importing answer = k_answer exceptions text_too_long = 01.
POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting defaultoption = 'J' objectvalue = k_sperr_menge text_after = text-008 text_before = text-007 titel = text-009 importing answer = k_answer exceptions text_too_long = 01.
CK_F_KEKO_KALNR_SET call function 'CK_F_KEKO_KALNR_SET' exporting kalnr = t_kvmk-kalnr.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = k_fortschritt text = k_text.
PRICING_REFRESH call function 'PRICING_REFRESH' tables tkomk = t_komk tkomv = t_komv exceptions others = 1.
CO_BT_DATA_RESET call function 'CO_BT_DATA_RESET'.
CO_BT_ZAEHLTAB_REFRESH call function 'CO_BT_ZAEHLTAB_REFRESH'.
CK_F_TABLES_ALL_REFRESH call function 'CK_F_TABLES_ALL_REFRESH'.
CM_F_MESSAGE call function 'CM_F_MESSAGE' exporting arbgb = y_ck msgnr = '271' msgty = 'E' msgv1 = kala-kalaid msgv2 = kala-kadat object_dependent = 'X'.
CM_F_MESSAGE call function 'CM_F_MESSAGE' exporting arbgb = y_ck dispo = t_kvmk-dispo ekgrp = t_kvmk-ekgrp labor = t_kvmk-labor msgnr = '151' msgty = 'E' msgv1 = t_kvmk-matnr msgv2 = t_kvmk-werks object_dependent = 'X'.
CO_BT_DATA_RESET call function 'CO_BT_DATA_RESET'. "S11K114483
CO_BT_ZAEHLTAB_REFRESH call function 'CO_BT_ZAEHLTAB_REFRESH'. "S11K114483
CK_F_TABLES_ALL_REFRESH call function 'CK_F_TABLES_ALL_REFRESH'. "K11K114542
CM_F_INFO call function 'CM_F_INFO' "E40ROB exporting "E40ROB all = 'X' "E40ROB importing "E40ROB e_msg_counter_pro = k_e_msg_counter "E40ROB w_msg_counter_pro = k_w_msg_counter. "E40ROB
CM_F_MESSAGE * call function 'CM_F_MESSAGE' * exporting * APPEND_SAME_MSG = ' ' * arbgb = * DISPO = ' ' * EKGRP = ' ' * KOKRS = ' ' * KOSTL = ' ' * LABOR = ' ' * msgnr = * msgty = * MSGV1 = ' ' * MSGV2 = ' ' * MSGV3 = ' ' * MSGV4 = ' ' * MSG_ON_SCREEN = ' ' * OBJECT_DEPENDENT = ' ' * PLANR = ' ' * VAGRP = ' ' * WERKS = ' ' * CMFE_INTO_SMSG = ' ' * exceptions * mesage_type_not_valid = 1 * no_sy_message = 2 * others = 3.
K_WERKS_OF_BUKRS_FIND CALL FUNCTION 'K_WERKS_OF_BUKRS_FIND' EXPORTING bukrs = kala-bukrs tables itab_001w = lt_t001w EXCEPTIONS OTHERS = 1.
DEQUEUE_ECKEKOW CALL FUNCTION 'DEQUEUE_ECKEKOW' exporting mandt = sy-mandt bzobj = '0' * KALNR = ' ' kalka = t_tck03-kalka kadky = k_kadky tvers = kala-tvers bwvar = t_tck03-bwvar kkzma = ' ' werks = lt_t001w-werks x_kkzma = 'X' _scope = '3' _synchron = ' '.
call function 'DEQUEUE_ECKEKOB' exporting mandt = sy-mandt bzobj = '0' * KALNR = ' ' "E40WDX kalka = t_tck03-kalka kadky = k_kadky tvers = kala-tvers bwvar = t_tck03-bwvar kkzma = ' ' bukrs = kala-bukrs x_kkzma = 'X' _scope = '3' _synchron = ' '.
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 MC64HF0V or its description.