CF_PRT_FORM 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 CF_PRT_FORM 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: General subprograms for production resources / tools
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CP_CC_P_PROVIDE_REF_TO_BADI CALL FUNCTION 'CP_CC_P_PROVIDE_REF_TO_BADI' EXPORTING i_name = ewb_badi-cewb_gen_menu_intern CHANGING c_instance = obj_ref EXCEPTIONS name_required = 1 OTHERS = 2.
CP_CC_P_PROVIDE_REF_TO_BADI CALL FUNCTION 'CP_CC_P_PROVIDE_REF_TO_BADI' EXPORTING i_name = ewb_badi-cewb_gen_menu_extern CHANGING c_instance = obj_ref EXCEPTIONS name_required = 1 OTHERS = 2.
CP_RC_PARENT_NEXT_MARKED CALL FUNCTION 'CP_RC_PARENT_NEXT_MARKED'.
CP_RC_PARENT_PREV_MARKED CALL FUNCTION 'CP_RC_PARENT_PREV_MARKED'.
CP_RC_PARENT_FIRST_MARKED CALL FUNCTION 'CP_RC_PARENT_FIRST_MARKED'.
CP_RC_PARENT_LAST_MARKED CALL FUNCTION 'CP_RC_PARENT_LAST_MARKED'.
CP_RC_BROWSER_STATUS_UPDATE CALL FUNCTION 'CP_RC_BROWSER_STATUS_UPDATE'.
CP_RC_OPTIONS_SET CALL FUNCTION 'CP_RC_OPTIONS_SET'.
CP_SC_WORKAREA_DETAIL_PROCESS CALL FUNCTION 'CP_SC_WORKAREA_DETAIL_PROCESS' EXPORTING i_flg_external_call = const-flg_yes.
CP_SC_SEL_SHOW_SCREEN_PROVIDE CALL FUNCTION 'CP_SC_SEL_SHOW_SCREEN_PROVIDE'.
CPCC_S_ECM_DATA_PROVIDE_BY_TGR CALL FUNCTION 'CPCC_S_ECM_DATA_PROVIDE_BY_TGR' EXPORTING i_plnty =
-plnty i_plnnr = -plnnr CHANGING c_ecn_s = aennr c_key_date_s = sttag EXCEPTIONS ecm_data_not_suitable = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_RC_GROUP_STATUS_PROVIDE CALL FUNCTION 'CP_RC_GROUP_STATUS_PROVIDE' IMPORTING e_flg_opr_tgr_mode_active = flg_tgr_mode.
CC_PR_CTRL_INFO_PROVIDE CALL FUNCTION 'CC_PR_CTRL_INFO_PROVIDE' IMPORTING effectivity_in_use = effectivity_in_use.
CP_RC_OPTIONS_PROVIDE CALL FUNCTION 'CP_RC_OPTIONS_PROVIDE' IMPORTING e_options = options.
FIELD_SELECTION_CUST_ACTIVE CALL FUNCTION 'FIELD_SELECTION_CUST_ACTIVE' EXPORTING modulpool = repid dynprogruppe = 'PRT' IMPORTING active = s_flg_field_mod_by_customer-prt_active.
IMPORT_DYNPRO CALL FUNCTION 'IMPORT_DYNPRO' EXPORTING dyname = repid dynumb = dynnr TABLES ftab = l_dyn_tab.
FIELD_SELECTION_MODIFY_SINGLE CALL FUNCTION 'FIELD_SELECTION_MODIFY_SINGLE' EXPORTING dynprogruppe = 'PRT' mode = 'C' "customer specific modulpool = repid.
FIELD_SELECTION_TABCNTR_SINGLE
CALL FUNCTION 'FIELD_SELECTION_TABCNTR_SINGLE' EXPORTING dynprogruppe = 'PRT' mode = 'C' modulpool = repid tabcontrol = l_dyn_tab-fnam.
CPCC_S_ECM_DATA_PROVIDE_BY_TGR CALL FUNCTION 'CPCC_S_ECM_DATA_PROVIDE_BY_TGR' EXPORTING i_plnty = g_prt_rep-plnty i_plnnr = g_prt_rep-plnnr CHANGING c_ecn_s = ecn c_key_date_s = key_date EXCEPTIONS ecm_data_not_suitable = 1 OTHERS = 2.
CF_OV_PRT_TEXT_PROCESS CALL FUNCTION 'CF_OV_PRT_TEXT_PROCESS' EXPORTING i_plnty = g_prt_rep-vplty i_plnnr = g_prt_rep-vplnr i_pzlfh = g_prt_rep-pzlfh i_zaehl = g_prt_rep-zaehl i_ktext = g_prt_rep-txtz1 i_key_date = key_date i_ecn = ecn i_aktyp = g_actype IMPORTING e_mark_txt_update = mark_txt_update e_ktext = prt_class_data-txtz1 CHANGING c_txtsp = prt_class_data-txtsp EXCEPTIONS no_text = 1 OTHERS = 2.
CF_OV_PRT_TEXT_PROCESS CALL FUNCTION 'CF_OV_PRT_TEXT_PROCESS' EXPORTING i_plnty = g_prt_rep-plnty i_plnnr = g_prt_rep-plnnr i_pzlfh = g_prt_rep-pzlfh i_zaehl = g_prt_rep-zaehl i_ktext = g_prt_rep-txtz1 i_key_date = key_date i_ecn = ecn i_aktyp = g_actype IMPORTING e_mark_txt_update = mark_txt_update e_ktext = prt_class_data-txtz1 CHANGING c_txtsp = prt_class_data-txtsp EXCEPTIONS no_text = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CF_OV_PRT_EDIT CALL FUNCTION 'CF_OV_PRT_EDIT' EXPORTING i_plnty = prt_class_data-plnty i_plnnr = prt_class_data-plnnr i_plnal = prt_class_data-plnal i_plnfl = prt_class_data-plnfl i_ident = prt_class_data-ident i_mark_txt_update = mark_txt_update i_key_date = key_date i_ecn = ecn.
CP_RC_CTRL_DATA_PROVIDE CALL FUNCTION 'CP_RC_CTRL_DATA_PROVIDE' IMPORTING e_effectivity = effectivity.
CP_RC_GROUP_STATUS_PROVIDE CALL FUNCTION 'CP_RC_GROUP_STATUS_PROVIDE' IMPORTING e_flg_opr_tgr_mode_active = flg_opr_tgr_mode_active.
CP_RC_OPTIONS_PROVIDE CALL FUNCTION 'CP_RC_OPTIONS_PROVIDE' IMPORTING e_options = options.
FIELD_SELECTION_TABCNTR_REFRES CALL FUNCTION 'FIELD_SELECTION_TABCNTR_REFRES' .
CF_CL_S_PRT_PROVIDE CALL FUNCTION 'CF_CL_S_PRT_PROVIDE' EXPORTING i_date_from = g_validity-datuv i_date_to = g_validity-datub i_plnty = g_prt_rep_ins-plnty i_plnnr = g_prt_rep_ins-plnnr i_plnal = g_prt_rep_ins-plnal i_plnfl = g_prt_rep_ins-plnfl i_ident_ref = g_prt_rep_ins-ident_ref i_ident = g_prt_rep_ins-ident i_flg_provide_inv = options-display_deleted IMPORTING e_prt_inv = prt_inv TABLES e_prt_class_data = prt_rep EXCEPTIONS wrong_key = 1.
CF_CL_S_PRT_TGR_PROVIDE CALL FUNCTION 'CF_CL_S_PRT_TGR_PROVIDE' EXPORTING i_date_from = g_validity-datuv i_date_to = g_validity-datub i_plnty = g_prt_rep_ins-plnty i_plnnr = g_prt_rep_ins-plnnr i_plnal = g_prt_rep_ins-plnal i_plnfl = g_prt_rep_ins-plnfl i_ident_ref = g_prt_rep_ins-ident_ref i_ident = g_prt_rep_ins-ident i_flg_provide_inv = options-display_deleted IMPORTING e_prt_inv = prt_inv TABLES e_prt_class_data = prt_rep EXCEPTIONS wrong_key = 1.
CF_CL_S_PRT_CHANGE CALL FUNCTION 'CF_CL_S_PRT_CHANGE' EXPORTING i_ecn_s = i_ecn i_key_date_s = i_key_date i_flg_prt_check = space i_mark_txt_update = i_mark_txt_update i_mark_ktsch_update = i_mark_ktsch_update i_prt_class_data = prt_class_data EXCEPTIONS operation_not_locked = 1 no_valid_prt = 3 no_authority = 4.
CF_CL_S_PRT_CREATE CALL FUNCTION 'CF_CL_S_PRT_CREATE' EXPORTING i_ecn_s = i_ecn i_key_date_s = i_key_date i_flg_prt_check = space i_prt_class_data = prt_class_data IMPORTING e_plnkn = prt_class_data-plnkn e_pzlfh = prt_class_data-pzlfh EXCEPTIONS operation_not_locked = 1 no_valid_operation = 2 no_authority = 5.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_RC_DATA_LOAD CALL FUNCTION 'CP_RC_DATA_LOAD' EXPORTING i_validity = validity i_effectivity = g_effectivity i_context = context i_flg_screen_dark_processing = g_flg_screen_dark_processing i_actype = g_actype EXCEPTIONS OTHERS = 1.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_RC_DATA_LOAD CALL FUNCTION 'CP_RC_DATA_LOAD' EXPORTING i_context = context.
CP_CC_S_SESSION_DATA_PROVIDE CALL FUNCTION 'CP_CC_S_SESSION_DATA_PROVIDE' IMPORTING e_profile = profile.
CP_RC_GROUP_STATUS_PROVIDE CALL FUNCTION 'CP_RC_GROUP_STATUS_PROVIDE' IMPORTING e_flg_opr_tgr_mode_active = flg_opr_tgr_mode_active.
CF_CL_S_PRT_MAX_NUMBER_PROVIDE CALL FUNCTION 'CF_CL_S_PRT_MAX_NUMBER_PROVIDE' EXPORTING i_key_date = g_effectivity-sttag i_plnty = g_context-plnty i_plnnr = g_context-plnnr i_plnal = g_context-plnal i_plnfl = g_context-plnfl i_ident = g_context-ident IMPORTING e_max_prt_number = max_prt_number.
CP_RC_EFF_DATA_SET CALL FUNCTION 'CP_RC_EFF_DATA_SET' EXCEPTIONS no_values_were_set = 1.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_RC_EFF_DATA_SET CALL FUNCTION 'CP_RC_EFF_DATA_SET' IMPORTING e_effectivity = effectivity EXCEPTIONS no_values_were_set = 1.
CP_RC_DELETION_CONFIRM CALL FUNCTION 'CP_RC_DELETION_CONFIRM' EXCEPTIONS no_deletion = 1.
CP_RC_GROUP_STATUS_PROVIDE CALL FUNCTION 'CP_RC_GROUP_STATUS_PROVIDE' IMPORTING e_flg_opr_tgr_mode_active = flg_opr_tgr_mode_active.
CP_CL_S_OPR_CTRL_INFO_PROVIDE CALL FUNCTION 'CP_CL_S_OPR_CTRL_INFO_PROVIDE' EXPORTING i_plnty = wa_prt_ident_tab-plnty i_plnnr = wa_prt_ident_tab-plnnr i_ident = wa_prt_ident_tab-ident IMPORTING e_flg_tsk_group = flg_tsk_group EXCEPTIONS no_valid_operation = 1 operation_locked = 2 wrong_key = 3 OTHERS = 4.
CP_CC_S_DELETE_BY_PRT CALL FUNCTION 'CP_CC_S_DELETE_BY_PRT' EXPORTING i_ecn_s = effectivity-aennr i_key_date_s = effectivity-sttag i_prt_ident = wa_prt_ident_tab IMPORTING e_opr_lock = opr_unlocked EXCEPTIONS no_authority = 1 no_valid_prt = 2 operation_not_locked = 3 ecm_data_not_suitable = 4 prt_is_used = 5.
CP_OV_OPR_LIST_OF_FAILED_LOCKS CALL FUNCTION 'CP_OV_OPR_LIST_OF_FAILED_LOCKS' IMPORTING e_flg_opr_relock = flg_opr_relock TABLES i_opr_unlocked = opr_unlocked.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.
CP_RC_CTRL_DATA_PROVIDE CALL FUNCTION 'CP_RC_CTRL_DATA_PROVIDE' IMPORTING e_effectivity = effectivity.
CP_RC_GROUP_STATUS_PROVIDE CALL FUNCTION 'CP_RC_GROUP_STATUS_PROVIDE' IMPORTING e_flg_opr_tgr_mode_active = flg_opr_tgr_mode_active.
FIELD_SELECTION_TABCNTR_REFRES CALL FUNCTION 'FIELD_SELECTION_TABCNTR_REFRES' .
CP_CC_S_PRT_PROVIDE_BY_MTK CALL FUNCTION 'CP_CC_S_PRT_PROVIDE_BY_MTK' EXPORTING i_date_from = g_validity-datuv i_date_to = g_validity-datub i_material = g_context-matnr i_plant = g_context-werks i_sales_order = g_context-vbeln i_sales_order_item = g_context-posnr i_plnty = g_context-plnty i_plnnr = g_context-plnnr i_plnal = g_context-plnal i_plnfl = g_context-plnfl i_ident_ref = g_context-ident_ref i_ident = g_context-ident i_vornr = g_context-vornr i_flg_tsk_group_type_provide = flg_opr_tgr_mode_active i_flg_provide_inv = g_flg_display_deleted i_filter_expression = g_prt_free_expr IMPORTING e_prt_inv = g_prt_inv_tab TABLES e_prt_class_data = g_prt_rep EXCEPTIONS wrong_key = 1 OTHERS = 2.
CP_CC_S_SESSION_DATA_PROVIDE CALL FUNCTION 'CP_CC_S_SESSION_DATA_PROVIDE' IMPORTING e_workarea = workarea.
CP_RC_BROWSER_STATUS_PROVIDE CALL FUNCTION 'CP_RC_BROWSER_STATUS_PROVIDE' IMPORTING e_flg_browser_active = flg_browser_active.
CPWBBROWSER_UPDATE_DATA_LOAD CALL FUNCTION 'CPWBBROWSER_UPDATE_DATA_LOAD' EXPORTING i_del_handle_tab = c_prt_handle_del i_ins_handle_tab = prt_handle_ins i_objtyp = cwb_class-prt.
CF_CL_S_PRT_HANDLE_PROVIDE CALL FUNCTION 'CF_CL_S_PRT_HANDLE_PROVIDE' EXPORTING i_date_from = g_validity-datuv i_date_to = g_validity-datub i_plnty = wa_i_prt_ident-plnty i_plnnr = wa_i_prt_ident-plnnr i_plnal = wa_i_prt_ident-plnal i_plnfl = wa_i_prt_ident-plnfl i_plnkn = wa_i_prt_ident-plnkn i_ident = wa_i_prt_ident-ident i_pzlfh = wa_i_prt_ident-pzlfh TABLES e_handle_tab = prt_handle.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = scr_const-cf_overview i_structure_name = 'PRT_CLASS_DATA' i_save = 'A' is_variant = variant TABLES t_outtab = prt_class_data.
CP_RC_SCREEN_INFO_PROVIDE CALL FUNCTION 'CP_RC_SCREEN_INFO_PROVIDE' IMPORTING e_flg_screen_detail = flg_screen_detail.
CF_RF_ROUT_FHM_MASTER_READ CALL FUNCTION 'CF_RF_ROUT_FHM_MASTER_READ' EXPORTING objid_imp = g_prt_rep-objid objty_imp = g_prt_rep-objty IMPORTING crfhd_exp = crfhd EXCEPTIONS not_found_fhm = 01.
CF_TA_TCF04_READ CALL FUNCTION 'CF_TA_TCF04_READ' EXPORTING status_imp = crfhd-status IMPORTING tcf04_exp = tcf04 EXCEPTIONS not_found_status = 01.
STATUS_CHANGE_FOR_ACTIVITY CALL FUNCTION 'STATUS_CHANGE_FOR_ACTIVITY' EXPORTING check_only = 'X' objnr = crfhd-eqsto vrgng = fhm_einsetzb IMPORTING activity_not_allowed = hlp_flag EXCEPTIONS activity_not_allowed = 01.
CP_RC_CTRL_DATA_PROVIDE CALL FUNCTION 'CP_RC_CTRL_DATA_PROVIDE' IMPORTING e_validity = validity.
CP_RC_OPTIONS_PROVIDE CALL FUNCTION 'CP_RC_OPTIONS_PROVIDE' IMPORTING e_options = options.
CP_RC_EFF_DATA_SET CALL FUNCTION 'CP_RC_EFF_DATA_SET' IMPORTING e_effectivity = effectivity EXCEPTIONS no_values_were_set = 1.
CP_RC_COPY_TARGET_PROVIDE CALL FUNCTION 'CP_RC_COPY_TARGET_PROVIDE' EXPORTING i_fields_to_hide_for_copy = fields_to_hide_for_copy IMPORTING e_context = context EXCEPTIONS action_aborted = 1.
CP_RC_EFF_DATA_SET CALL FUNCTION 'CP_RC_EFF_DATA_SET' EXPORTING i_flg_provide_source_data = const-flg_yes IMPORTING e_effectivity = effectivity_source EXCEPTIONS no_values_were_set = 1.
CP_MC_OPEN CALL FUNCTION 'CP_MC_OPEN' EXPORTING i_message_handler = message_handler-appl_log i_save_protocoll = const-flg_yes.
CP_MC_CLOSE CALL FUNCTION 'CP_MC_CLOSE'.
CP_RC_CTRL_DATA_PROVIDE CALL FUNCTION 'CP_RC_CTRL_DATA_PROVIDE' IMPORTING e_context = l_context.
CP_RC_DATA_LOAD CALL FUNCTION 'CP_RC_DATA_LOAD' EXPORTING i_context = c_context.
CP_CL_S_OPR_CTRL_INFO_PROVIDE CALL FUNCTION 'CP_CL_S_OPR_CTRL_INFO_PROVIDE' EXPORTING i_key_date_s = i_effectivity-sttag i_plnty = c_context-plnty i_plnnr = c_context-plnnr i_plnal = c_context-plnal i_plnfl = c_context-plnfl i_ident = c_context-ident i_vornr = c_context-vornr IMPORTING e_plnkn = lf_plnkn EXCEPTIONS no_valid_operation = 1 operation_locked = 2 wrong_key = 3 OTHERS = 4.
CP_MC_PRT_SET CALL FUNCTION 'CP_MC_PRT_SET' EXPORTING i_mandt = sy-mandt i_plnty = i_wa_prt_ident_tab-plnty i_plnnr = i_wa_prt_ident_tab-plnnr i_plnal = i_wa_prt_ident_tab-plnal i_plnfl = i_wa_prt_ident_tab-plnfl i_plnkn = i_wa_prt_ident_tab-plnkn i_ident = i_wa_prt_ident_tab-ident i_fhmar = lf_fhmar i_fhmnr = lf_fhmnr EXCEPTIONS message_object_not_set = 1 object_not_supp_by_handler = 2 loss_of_collected_messages = 3 OTHERS = 4.
CF_CL_S_PRT_COPY CALL FUNCTION 'CF_CL_S_PRT_COPY' EXPORTING i_ecn_source = i_effectivity_source-aennr i_key_date_source = i_effectivity-sttag i_ecn_s = i_effectivity-aennr i_key_date_s = i_effectivity-sttag i_plnty_target = c_context-plnty i_plnnr_target = c_context-plnnr i_plnal_target = c_context-plnal i_plnfl_target = c_context-plnfl i_plnkn_target = lf_plnkn i_plnty_source = i_wa_prt_ident_tab-plnty i_plnnr_source = i_wa_prt_ident_tab-plnnr i_plnal_source = i_wa_prt_ident_tab-plnal i_plnfl_source = i_wa_prt_ident_tab-plnfl i_plnkn_source = i_wa_prt_ident_tab-plnkn i_ident_source = i_wa_prt_ident_tab-ident i_pzlfh_source = i_wa_prt_ident_tab-pzlfh i_flg_odp_copy = i_copy_objects_by_prt-odp_prt_copy i_flg_consistency_check = const-flg_yes i_flg_renumber_prt = const-flg_yes IMPORTING e_ecm_data_error_type = ls_ecm_data_error EXCEPTIONS path_source_incomplete = 1 path_target_incomplete = 5 no_valid_source_prt = 2 prt_not_copied = 3 ecm_evaluation_necessary = 4 OTHERS = 6.
CP_RC_DATA_LOAD CALL FUNCTION 'CP_RC_DATA_LOAD' EXPORTING i_context = l_context.
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 CF_PRT_FORM or its description.
CF_PRT_FORM - General subprograms for production resources / tools CF_PRT_DATA - Data definition for production resource/tool screens CF_PRT_CHECK - Subroutine for checking production resources/tools CF_INIT - Include CF_INIT CF_DB_AUFPL_TO_PRT_READ=======FT - CFDBAUFPLTOPRTREAD=======FT CF_CHECK - Constants for check routines (cf_prt_check)