SAP Reports / Programs | Quality Management | Quality Planning | Inspection Planning(QM-PT-IP) SAP QM

CQ_CL_CHA_FORM SAP ABAP INCLUDE - CQCLCHAFORM







CQ_CL_CHA_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 CQ_CL_CHA_FORM 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 CQ_CL_CHA_FORM. "Basic submit
SUBMIT CQ_CL_CHA_FORM AND RETURN. "Return to original report after report execution complete
SUBMIT CQ_CL_CHA_FORM 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 CQ_CL_CHA_FORM

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:

CTUT_CHARACT_GET_TEXTS CALL FUNCTION 'CTUT_CHARACT_GET_TEXTS' EXPORTING characteristic = i_cha_data-atinn key_date = key_date language = sy-langu TABLES charact_texts = general_charact_texts EXCEPTIONS not_found = 1 OTHERS = 2.

QPSD_METHOD_VERSION_READ CALL FUNCTION 'QPSD_METHOD_VERSION_READ' EXPORTING methode = i_cha_data-pmethode version = i_cha_data-pmtversion werk = i_cha_data-qmtb_werks sprache = sy-langu kz_nichtfrei = const-flg_yes IMPORTING qmtb_exp = l_qmtb qmtb_ktext_meth = e_cha_view-qpmt_ktext EXCEPTIONS no_free_version = 1 no_method = 2 * No valid version found for method &, plant & no_version = 3 .

QPK1_CODE_TEXT CALL FUNCTION 'QPK1_CODE_TEXT' EXPORTING i_katalogart = catalog-defects i_codegruppe = i_cha_data-codegrqual i_code = i_cha_data-codequal i_sprache = sy-langu IMPORTING e_text = e_cha_view-codetxtql EXCEPTIONS no_match_in_range = 01.

QPK1_CODE_TEXT CALL FUNCTION 'QPK1_CODE_TEXT' EXPORTING i_katalogart = catalog-defects i_codegruppe = i_cha_data-codegr9u i_code = i_cha_data-code9u i_sprache = sy-langu IMPORTING e_text = e_cha_view-codetxtu EXCEPTIONS no_match_in_range = 01.

QPK1_CODE_TEXT CALL FUNCTION 'QPK1_CODE_TEXT' EXPORTING i_katalogart = catalog-defects i_codegruppe = i_cha_data-codegr9o i_code = i_cha_data-code9o i_sprache = sy-langu IMPORTING e_text = e_cha_view-codetxto EXCEPTIONS no_match_in_range = 01.

QDLI_DYN_RULE_PLAN_TEXT_READ CALL FUNCTION 'QDLI_DYN_RULE_PLAN_TEXT_READ' EXPORTING dynregel = i_cha_data-qdynregel sprache = sy-langu IMPORTING kurztext = e_cha_view-dynregtxt EXCEPTIONS no_entry = 1.

TQ11_READ CALL FUNCTION 'TQ11_READ' EXPORTING prfql_imp = i_cha_data-pruefquali IMPORTING tq11t_exp = l_tq11t EXCEPTIONS no_entry = 1.

TQ17A_READ CALL FUNCTION 'TQ17A_READ' EXPORTING merkklasse_imp = i_cha_data-merkgew IMPORTING tq17u_exp = l_tq17u EXCEPTIONS no_entry = 1.

QELA_FRACTION_DEFECTIVE_LIST CALL FUNCTION 'QELA_FRACTION_DEFECTIVE_LIST' EXPORTING i_langu = sy-langu i_qmkst = cha_control_indicators i_tq72_antverf = i_cha_data-eeantverf IMPORTING e_tq72t_kurztext = e_cha_view-antverftxt EXCEPTIONS no_data_found = 01 no_data_selected = 02 not_consistent = 03.

TQ15_READ CALL FUNCTION 'TQ15_READ' EXPORTING katalog_imp = i_catalog IMPORTING tq15t_exp = l_catalog_text_wa EXCEPTIONS no_entry = 1.

QPK1_SL_SET_PICKUP CALL FUNCTION 'QPK1_SL_SET_PICKUP' EXPORTING i_auswahlmge = i_catalog_entry i_katalogart = i_catalog i_sprache = i_language i_werks = i_plant_of_set i_return_if_one = 'X' IMPORTING e_qpam = l_selection_set_text_wa EXCEPTIONS no_match_in_range = 01 no_user_selection = 02.

QPK1_GP_GROUP_PICKUP CALL FUNCTION 'QPK1_GP_GROUP_PICKUP' EXPORTING i_katalogart = i_catalog i_codegruppe = i_catalog_entry i_sprache = i_language i_return_if_one = 'X' IMPORTING e_qpk1gr = l_code_group_text_wa EXCEPTIONS no_match_in_range = 01 no_user_selection = 02.

QSS0_FLTP_TO_CHAR_CONVERSION CALL FUNCTION 'QSS0_FLTP_TO_CHAR_CONVERSION' EXPORTING i_number_of_digits = i_number_of_digits i_fltp_value = i_cha_data_quantitat-sollwert i_value_not_initial_flag = i_cha_data_quantitat-sollwni i_screen_fieldlength = field_length IMPORTING e_char_field = e_cha_class_view_fltp-sollwert.

QSS0_FLTP_TO_CHAR_CONVERSION CALL FUNCTION 'QSS0_FLTP_TO_CHAR_CONVERSION' EXPORTING i_number_of_digits = i_number_of_digits i_fltp_value = i_cha_data_quantitat-toleranzob i_value_not_initial_flag = i_cha_data_quantitat-tolobni i_screen_fieldlength = field_length IMPORTING e_char_field = e_cha_class_view_fltp-toleranzob.

QSS0_FLTP_TO_CHAR_CONVERSION CALL FUNCTION 'QSS0_FLTP_TO_CHAR_CONVERSION' EXPORTING i_number_of_digits = i_number_of_digits i_fltp_value = i_cha_data_quantitat-toleranzun i_value_not_initial_flag = i_cha_data_quantitat-tolunni i_screen_fieldlength = field_length IMPORTING e_char_field = e_cha_class_view_fltp-toleranzun.

QSS0_FLTP_TO_CHAR_CONVERSION CALL FUNCTION 'QSS0_FLTP_TO_CHAR_CONVERSION' EXPORTING i_number_of_digits = i_number_of_digits i_fltp_value = i_cha_data_quantitat-tolerweiob i_value_not_initial_flag = i_cha_data_quantitat-tolwobni i_screen_fieldlength = field_length IMPORTING e_char_field = e_cha_class_view_fltp-tolerweiob.

QSS0_FLTP_TO_CHAR_CONVERSION CALL FUNCTION 'QSS0_FLTP_TO_CHAR_CONVERSION' EXPORTING i_number_of_digits = i_number_of_digits i_fltp_value = i_cha_data_quantitat-tolerweiun i_value_not_initial_flag = i_cha_data_quantitat-tolwunni i_screen_fieldlength = field_length IMPORTING e_char_field = e_cha_class_view_fltp-tolerweiun.

QSS0_FLTP_TO_CHAR_CONVERSION CALL FUNCTION 'QSS0_FLTP_TO_CHAR_CONVERSION' EXPORTING i_number_of_digits = i_number_of_digits i_fltp_value = i_cha_data_quantitat-klasmitte i_value_not_initial_flag = i_cha_data_quantitat-klasmini i_screen_fieldlength = field_length IMPORTING e_char_field = e_cha_class_view_fltp-klasmitte.

QSS0_FLTP_TO_CHAR_CONVERSION





CALL FUNCTION 'QSS0_FLTP_TO_CHAR_CONVERSION' EXPORTING i_number_of_digits = i_number_of_digits i_fltp_value = i_cha_data_quantitat-klasbreite i_value_not_initial_flag = i_cha_data_quantitat-klasbrni i_screen_fieldlength = field_length IMPORTING e_char_field = e_cha_class_view_fltp-klasbreite.

QSS0_FLTP_TO_CHAR_CONVERSION CALL FUNCTION 'QSS0_FLTP_TO_CHAR_CONVERSION' EXPORTING i_number_of_digits = i_number_of_digits i_fltp_value = i_cha_data_quantitat-grenzeob1 i_value_not_initial_flag = i_cha_data_quantitat-grenzob1ni i_screen_fieldlength = field_length IMPORTING e_char_field = e_cha_class_view_fltp-grenzeob1.

QSS0_FLTP_TO_CHAR_CONVERSION CALL FUNCTION 'QSS0_FLTP_TO_CHAR_CONVERSION' EXPORTING i_number_of_digits = i_number_of_digits i_fltp_value = i_cha_data_quantitat-grenzeun1 i_value_not_initial_flag = i_cha_data_quantitat-grenzun1ni i_screen_fieldlength = field_length IMPORTING e_char_field = e_cha_class_view_fltp-grenzeun1.

QSS0_FLTP_TO_CHAR_CONVERSION CALL FUNCTION 'QSS0_FLTP_TO_CHAR_CONVERSION' EXPORTING i_number_of_digits = i_number_of_digits i_fltp_value = i_cha_data_quantitat-grenzeob2 i_value_not_initial_flag = i_cha_data_quantitat-grenzob2ni i_screen_fieldlength = field_length IMPORTING e_char_field = e_cha_class_view_fltp-grenzeob2.

QSS0_FLTP_TO_CHAR_CONVERSION CALL FUNCTION 'QSS0_FLTP_TO_CHAR_CONVERSION' EXPORTING i_number_of_digits = i_number_of_digits i_fltp_value = i_cha_data_quantitat-grenzeun2 i_value_not_initial_flag = i_cha_data_quantitat-grenzun2ni i_screen_fieldlength = field_length IMPORTING e_char_field = e_cha_class_view_fltp-grenzeun2.

QSS0_FLTP_TO_CHAR_CONVERSION CALL FUNCTION 'QSS0_FLTP_TO_CHAR_CONVERSION' EXPORTING i_number_of_digits = i_number_of_digits i_fltp_value = i_cha_data_quantitat-plausioben i_value_not_initial_flag = i_cha_data_quantitat-plausiobni i_screen_fieldlength = field_length IMPORTING e_char_field = e_cha_class_view_fltp-plausioben.

QSS0_FLTP_TO_CHAR_CONVERSION CALL FUNCTION 'QSS0_FLTP_TO_CHAR_CONVERSION' EXPORTING i_number_of_digits = i_number_of_digits i_fltp_value = i_cha_data_quantitat-plausiunte i_value_not_initial_flag = i_cha_data_quantitat-plausiunni i_screen_fieldlength = field_length IMPORTING e_char_field = e_cha_class_view_fltp-plausiunte.

CP_CC_S_CHA_CHANGE CALL FUNCTION 'CP_CC_S_CHA_CHANGE' EXPORTING * I_ECN_S = C_CHA_DATA-AENDERGNR "n_806656 i_ecn_s = i_ecn_s "n_806656 i_key_date_s = c_cha_data-gueltigab i_flg_cha_check = const-flg_yes i_cha_class_data = c_cha_data i_flg_collect_all_msg = const-flg_yes EXCEPTIONS cha_not_consistent = 1 no_authority = 2 no_valid_cha = 3 operation_not_locked = 4 ecm_data_not_suitable = 5 link_to_wc_ref_set_of_opr = 6 link_to_ref_set_of_opr = 7 no_valid_operation = 8.

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.



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