RCF_QA_UPDATE_CATEGORY is a standard Executable ABAP Report 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 RCF_QA_UPDATE_CATEGORY into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OO_HRRCF_CAT_UPDATE - Update Questionnaire Categories
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: Change Categories for Questionnaires
Text Symbol: 001 = Category was successfully updated: ID
Text Symbol: 002 = No category could be found
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRHAP_C_CAT_GROUP_READ CALL FUNCTION 'HRHAP_C_CAT_GROUP_READ' EXPORTING cat_group_id = c_category_group IMPORTING * cat_group_name = l_cat_group_name s_return = ls_f_return.
HRHAP_C_CAT_GROUP_MODIFY * CALL FUNCTION 'HRHAP_C_CAT_GROUP_MODIFY' * EXPORTING * cat_group_id = c_category_group * cat_group_name = l_cat_group_name * langu = sy-langu * t_types = lt_types * t_status = lt_cg_status * IMPORTING * s_return = ls_f_return.
HRHAP_C_CATEGORY_READ CALL FUNCTION 'HRHAP_C_CATEGORY_READ' EXPORTING cat_group_id = c_category_group category_id = lw_t77hap_c-category_id IMPORTING s_t77hap_c_t = ls_t77hap_c_t t_p_apper = lt_p_apper t_other = lt_other t_t77hap_col = lt_t77hap_col t_t77hap_ex = lt_t77hap_ex t_t77hap_role = lt_t77hap_role t_t77hap_valty = lt_t77hap_valty s_return = ls_f_return.
HRHAP_C_VALUE_TYPES_MATCHUP CALL FUNCTION 'HRHAP_C_VALUE_TYPES_MATCHUP'.
HRHAP_C_CATEGORY_EXITS_READ CALL FUNCTION 'HRHAP_C_CATEGORY_EXITS_READ' EXPORTING cat_group_id = c_category_group IMPORTING t_t77hap_ex = lt_t77hap_ex.
HRHAP_C_CATEGORY_VALTYS_READ CALL FUNCTION 'HRHAP_C_CATEGORY_VALTYS_READ' EXPORTING cat_group_id = c_category_group IMPORTING t_t77hap_valty = lt_t77hap_valty.
HRHAP_C_CATEGORY_MODIFY CALL FUNCTION 'HRHAP_C_CATEGORY_MODIFY' EXPORTING category_id = lw_t77hap_c-category_id s_cat_type_select = ls_cat_type_select s_t77hap_c_t = ls_t77hap_c_t t_apper = lt_apper t_appee = lt_appee t_p_apper = lt_p_apper t_other = lt_other t_t77hap_col = lt_t77hap_col t_t77hap_ex = lt_t77hap_ex t_t77hap_role = lt_t77hap_role t_t77hap_valty = lt_t77hap_valty t_c_status = lt_c_status t_c_rules = lt_c_rules t_c_events = lt_c_events IMPORTING s_return = ls_f_return.
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = ls_f_return-msgty cl = ls_f_return-msgid number = ls_f_return-msgno par1 = ls_f_return-msgv1 par2 = ls_f_return-msgv2 par3 = ls_f_return-msgv3 par4 = ls_f_return-msgv4 IMPORTING return = ls_return.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCF_QA_UPDATE_CATEGORY - Change Categories for Questionnaires RCF_QA_UPDATE_CATEGORY - Change Categories for Questionnaires RCF_QA_TRANSPORT_CATEGORY - Transport Questionnaire Categories RCF_QA_TRANSPORT_CATEGORY - Transport Questionnaire Categories RCF_QA_TPL_REPAIR_FWGT - Repair Attachments for Questionnaires for Column FWGT (Weighting) RCF_QA_TPL_REPAIR_FWGT - Repair Attachments for Questionnaires for Column FWGT (Weighting)