SAP Reports / Programs | Personnel Categories | Defense Forces and Public Security | Personnel Categories(IS-DFS-OF-PER) SAP IS

RPUQGENERATE03 SAP ABAP INCLUDE - Include RPUQGENERATE03







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


Text pool values


Title: Include RPUQGENERATE03


INCLUDES used within this REPORT RPUQGENERATE03

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:

/ISDFPS/DFPS_GET_KEY CALL FUNCTION '/ISDFPS/DFPS_GET_KEY' EXPORTING i_dfps_key = 'GEN_QUALI_ACT' IMPORTING e_dfps_value = lv_dfps_value EXCEPTIONS initial_key = 1 invalid_key = 2 no_key_text = 3 OTHERS = 4.

HRTRAINING_QUALI_PROFILE_WRITE CALL FUNCTION 'HRTRAINING_QUALI_PROFILE_WRITE' EXPORTING iv_show_messages_flag = space iv_profile_kind_relat = '032' it_profile_owner_hrobject = lt_owner_hrobject it_quali_qprofile = lt_qprofile iv_buffer_flag = space EXCEPTIONS customizing_error = 1 profile_kind_not_specified = 2 no_profile_owner_provided = 3 owner_otype_not_supported = 4 profile_owner_does_not_exist = 5 no_quali_profile_provided = 6 quali_otype_not_supported = 7 quali_does_not_exist = 8 status_not_allowed = 9 date_not_valid = 10 validity_calculation_error = 11 proficiency_not_valid = 12 proficiency_check_error = 13 error_during_badi_execution = 14 hr_read_write_error = 15 OTHERS = 16.

HRTRAINING_QUALI_PROFILE_WRITE CALL FUNCTION 'HRTRAINING_QUALI_PROFILE_WRITE' EXPORTING iv_profile_kind_relat = '032' it_profile_owner_hrobject = lt_owner_hrobject it_quali_qprofile = lt_qprofile iv_buffer_flag = space EXCEPTIONS customizing_error = 1 profile_kind_not_specified = 2 no_profile_owner_provided = 3 owner_otype_not_supported = 4 profile_owner_does_not_exist = 5 no_quali_profile_provided = 6 quali_otype_not_supported = 7 quali_does_not_exist = 8 status_not_allowed = 9 date_not_valid = 10 validity_calculation_error = 11 proficiency_not_valid = 12 proficiency_check_error = 13 error_during_badi_execution = 14 hr_read_write_error = 15 OTHERS = 16.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-050 " Warning text_question = text-054 " It exists other qualis to this train. Procced?

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = ls_train_tab-pernr infty = '0806' begda = ls_train_tab-begda endda = ls_train_tab-endda TABLES infty_tab = gt_i0806_temp EXCEPTIONS infty_not_found = 1.

HR_EMPLOYEE_ENQUEUE CALL FUNCTION 'HR_EMPLOYEE_ENQUEUE' EXPORTING number = ls_train_tab-pernr IMPORTING return = ls_return.

HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING infty = '0806' number = ls_train_tab-pernr recordnumber = ls_0806-seqnr validityend = ls_0806-endda validitybegin = ls_0806-begda record = ls_0806 operation = gv_update nocommit = false IMPORTING return = ls_return.

HR_EMPLOYEE_DEQUEUE CALL FUNCTION 'HR_EMPLOYEE_DEQUEUE' EXPORTING number = ls_train_tab-pernr IMPORTING return = ls_return.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = ls_train_tab-pernr infty = '0806' begda = ls_train_tab-begda endda = ls_train_tab-endda TABLES infty_tab = gt_i0806_temp EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_EMPLOYEE_ENQUEUE CALL FUNCTION 'HR_EMPLOYEE_ENQUEUE' EXPORTING number = ls_train_tab-pernr IMPORTING return = ls_return.

HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING infty = '0806' number = ls_train_tab-pernr recordnumber = ls_0806-seqnr validityend = ls_0806-endda validitybegin = ls_0806-begda record = ls_0806 operation = gv_update nocommit = false IMPORTING return = ls_return.

HR_EMPLOYEE_DEQUEUE CALL FUNCTION 'HR_EMPLOYEE_DEQUEUE' EXPORTING number = ls_train_tab-pernr IMPORTING return = ls_return.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_structure_name = 'GT_DISPLAY_LEGEND' i_callback_pf_status_set = 'SET_STATUS_LEGEND' i_callback_user_command = 'USER_EVENT_LEGEND' it_fieldcat = gt_leg_lfield i_screen_start_column = 5 i_screen_start_line = 5 i_screen_end_column = 70 i_screen_end_line = 12 TABLES t_outtab = gt_display_legend.

HRTRAINING_QUALI_PROFILE_READ CALL FUNCTION 'HRTRAINING_QUALI_PROFILE_READ' EXPORTING iv_subty = 'A032' iv_wegid = 'QREQPROF' iv_begda = lv_begda iv_endda = lv_endda iv_with_stext = 'X' iv_with_qk_info = 'X' iv_concatenate_scale = 'X' iv_buffer_flag = ' ' is_objects = ls_objects_hrsobid IMPORTING et_profile_q = lt_profile_quali_profile EXCEPTIONS no_authority = 1 undefined = 2 OTHERS = 3.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = lv_appl_log_handle EXCEPTIONS OTHERS = 1.

BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING e_s_display_profile = ls_display_profile.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_log_handle i_s_msg = ls_appl_log_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_log_handle i_s_msg = ls_appl_log_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD





CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_log_handle i_s_msg = ls_appl_log_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_log_handle i_s_msg = ls_appl_log_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_log_handle i_s_msg = ls_appl_log_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = lt_log_hndl EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_log_handle i_s_msg = ls_appl_log_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_log_handle i_s_msg = ls_appl_log_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_log_handle i_s_msg = ls_appl_log_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = lt_log_hndl EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile EXCEPTIONS OTHERS = 1.

BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = lv_log_handle EXCEPTIONS log_not_found = 1 OTHERS = 2.

HR_TRAINING_GET_QUALIFICATION CALL FUNCTION 'HR_TRAINING_GET_QUALIFICATION' EXPORTING iv_pernr = p_pernr iv_ename = p_ename iv_begda = gv_begda iv_endda = gv_endda IMPORTING et_quali = gt_quali et_quali_gen = gt_quali_gen et_train = lt_train.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = sy-pfkey TABLES p_exclude = lt_rsexfcode.

/ISDFPS/SET_ORGM_POPUP CALL FUNCTION '/ISDFPS/SET_ORGM_POPUP' EXPORTING i_no_individual_changes = 'X' IMPORTING es_orgm_wi = gs_orgm_wi.



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