SAP Reports / Programs | Production Planning and Control (PP) enhancements | Mill Products Industry Solution | Production Planning and Control (PP) enhancements(IS-MP-PP) SAP IS

/SAPMP/PP_COHV_F01 SAP ABAP INCLUDE - /SAPMP/PPCOHVF01







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


INCLUDES used within this REPORT /SAPMP/PP_COHV_F01

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:

CLSE_SELECT_CABN_VIA_NAME CALL FUNCTION 'CLSE_SELECT_CABN_VIA_NAME' EXPORTING characteristic = p_atnam TABLES t_cabn = lt_cabn EXCEPTIONS no_entry_found = 1 OTHERS = 2.

CLSE_SELECT_CABNT CALL FUNCTION 'CLSE_SELECT_CABNT' EXPORTING language = sy-langu TABLES in_cabn = lt_atinn_range t_cabnt = lt_cabnt EXCEPTIONS no_entry_found = 1 OTHERS = 2.

CTCV_TRANSLATE_TO_USER_MASK CALL FUNCTION 'CTCV_TRANSLATE_TO_USER_MASK' EXPORTING iv_db_mask = gs_cabn-atsch IMPORTING ev_user_mask = gs_cabn-atsch.

CTCV_SYNTAX_CHECK CALL FUNCTION 'CTCV_SYNTAX_CHECK' EXPORTING attribut = gs_cabn-atnam baseunit = gs_cabn-msehi decimals = gs_cabn-anzdz exponent = gs_cabn-atdim exponent_art = gs_cabn-atdex format = gs_cabn-atfor interval = gs_cabn-atint length = gs_cabn-anzst lowercase = gs_cabn-atkle mask = gs_cabn-atsch negativ = gs_cabn-atvor string = p_atwrt TABLES tstrg = lt_strg EXCEPTIONS currency_check = 1 date_check = 2 format_check = 3 illegal_internal_baseunit = 4 interval_check = 5 pattern_check = 6 time_check = 7 unit_check = 8 no_valid_dimension = 9 interval_not_allowed = 10 presentation_not_possible = 11 OTHERS = 12.

CLSE_SELECT_CAWN CALL FUNCTION 'CLSE_SELECT_CAWN' TABLES in_cabn = lt_atinn_range t_cawn = lt_cawn EXCEPTIONS no_entry_found = 1 OTHERS = 2.

CLSE_SELECT_CAWNT CALL FUNCTION 'CLSE_SELECT_CAWNT' EXPORTING language = sy-langu TABLES in_cabn = lt_atinn_range t_cawnt = lt_cawnt EXCEPTIONS no_entry_found = 1 OTHERS = 2.

CTHE_CHARACT_VALUE_F4 CALL FUNCTION 'CTHE_CHARACT_VALUE_F4' EXPORTING charact_name = gs_cabn-atnam IMPORTING es_cawn = gs_cawn es_cawnt = ls_cawnt EXCEPTIONS charact_not_found = 1 no_values_found = 2 value_conversion = 3 check_function_error = 4 OTHERS = 5.

RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING report = 'PPIO_ENTRY' internal_call = 'X' variant = p_var IMPORTING sel_variant = p_var sel_variant_text = lv_vtext EXCEPTIONS no_report = 01 report_not_existent = 02 report_not_supplied = 03.

RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = 'PPIO_ENTRY' variant = p_var IMPORTING r_c = lv_subrc EXCEPTIONS not_authorized = 1 no_report = 2 report_not_existent = 3 report_not_supplied = 4 OTHERS = 5.

RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = 'PPIO_ENTRY' variant = p_var TABLES valutab = gt_rsparams EXCEPTIONS variant_non_existent = 1 variant_obsolete = 2 OTHERS = 3.

RS_VARIANT_TEXT CALL FUNCTION 'RS_VARIANT_TEXT' EXPORTING curr_report = 'PPIO_ENTRY' langu = sy-langu variant = p_var IMPORTING v_text = lv_vtext EXCEPTIONS no_text = 1 OTHERS = 2.

CUCB_ALL_INSTANCE_OBSERVERS CALL FUNCTION 'CUCB_ALL_INSTANCE_OBSERVERS' EXPORTING instance = ls_ibst-instance IMPORTING observers = lt_observer EXCEPTIONS no_observers_registered = 1 OTHERS = 2.

CO_61_CHECK_ORD_TO_SDOC CALL FUNCTION 'CO_61_CHECK_ORD_TO_SDOC' EXPORTING vbeln_imp = ls_vbap-vbeln vbelp_imp = ls_vbap-posnr TABLES orinf_tab = lt_orders EXCEPTIONS order_comp = 01 order_exists = 02 order_inwork = 03.

CUCB_ALL_INSTANCE_OBSERVERS CALL FUNCTION 'CUCB_ALL_INSTANCE_OBSERVERS' EXPORTING instance = ls_ibst-root IMPORTING observers = lt_observer EXCEPTIONS no_observers_registered = 1 OTHERS = 2.

CO_61_CHECK_ORD_TO_SDOC CALL FUNCTION 'CO_61_CHECK_ORD_TO_SDOC' EXPORTING vbeln_imp = ls_vbap-vbeln vbelp_imp = ls_vbap-posnr TABLES orinf_tab = lt_orders EXCEPTIONS order_comp = 01 order_exists = 02 order_inwork = 03.



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 /SAPMP/PP_COHV_F01 or its description.