SAP Reports / Programs | Personnel Management | E-Recruiting(PA-ER) SAP PA

RCF_QA_CREATE_CATEGORY SAP ABAP Report - Create Categories for Questionnaires







RCF_QA_CREATE_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_CREATE_CATEGORY into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

OO_HRRCF_CAT_CREATE - Set Up Categories for Questionnaires


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


Text pool values


Title: Create Categories for Questionnaires
Text Symbol: 001 = Category was created successfully. ID:
Text Symbol: 002 = Recruiter
Text Symbol: 003 = Candidate
Text Symbol: 004 = No category created
Text Symbol: 005 = Category & already exists


INCLUDES used within this REPORT RCF_QA_CREATE_CATEGORY

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:

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_VALUE_TYPES_MATCHUP CALL FUNCTION 'HRHAP_C_VALUE_TYPES_MATCHUP'.

HRHAP_C_CAT_GROUP_TYPES_READ * CALL FUNCTION 'HRHAP_C_CAT_GROUP_TYPES_READ' * EXPORTING * cat_group_id = c_category_group * IMPORTING * t_types = lt_types.

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_CREATE CALL FUNCTION 'HRHAP_C_CATEGORY_CREATE' EXPORTING cat_group_id = c_category_group 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 category_id = l_category_id 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.



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