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

RPQGENERATE03 SAP ABAP INCLUDE - Include RPQGENERATE03







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


INCLUDES used within this REPORT RPQGENERATE03

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:

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p_pernr_pernr infty = '0806' begda = p_pn_begda endda = p_pn_endda IMPORTING subrc = subrc TABLES infty_tab = i0806 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

RHPP_Q_PROFILE_WRITE CALL FUNCTION 'RHPP_Q_PROFILE_WRITE' EXPORTING plvar = '01' otype = 'P' objid = lv_sobid vtask = 'B' TABLES profile = lt_qualifications err_profile = error_profile change_profile = change_qualiprof EXCEPTIONS no_authority = 1 error_during_insert = 2 wrong_otype = 3 object_not_found = 4 object_required = 5 no_scale_defined = 6 scale_not_clear = 7 time_not_valid = 8 proficiency_not_valid = 9 wrong_date_format = 10 undefined = 11 OTHERS = 12.

ZHR_HANDLE_ERROR

RH_UPDATE_DATABASE CALL FUNCTION 'RH_UPDATE_DATABASE' EXPORTING vtask = 'D' commit_flg = commit_flg EXCEPTIONS corr_exit = 0 OTHERS = 0.

RHP6_PROFILE_PART_NOTES_UPDATE CALL FUNCTION 'RHP6_PROFILE_PART_NOTES_UPDATE' EXPORTING commit_flag = commit_flg.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = wa_ls_outtab-pernr infty = '0806' begda = wa_ls_outtab-begda endda = wa_ls_outtab-endda IMPORTING subrc = subrc TABLES infty_tab = i0806 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_EMPLOYEE_ENQUEUE CALL FUNCTION 'HR_EMPLOYEE_ENQUEUE' EXPORTING number = wa_ls_outtab-pernr.

HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING infty = '0806' number = wa_ls_outtab-pernr recordnumber = wa_0806-seqnr validityend = wa_0806-endda validitybegin = wa_0806-begda record = wa_0806 operation = UPDATE nocommit = false IMPORTING return = return.

HR_EMPLOYEE_DEQUEUE CALL FUNCTION 'HR_EMPLOYEE_DEQUEUE' EXPORTING number = wa_ls_outtab-pernr.

HR_BEN_HANDLE_ERROR * CALL FUNCTION 'HR_BEN_HANDLE_ERROR' * EXPORTING * msg_class = msg_class01 * msg_number = '101' * severity = 4 * reaction = no_msg.

RHPP_Q_PROFILE_WRITE CALL FUNCTION 'RHPP_Q_PROFILE_WRITE' EXPORTING plvar = '01' otype = 'P' objid = lv_sobid vtask = 'B' TABLES profile = lt_qualifications err_profile = error_profile change_profile = change_qualiprof EXCEPTIONS no_authority = 1 error_during_insert = 2 wrong_otype = 3 object_not_found = 4 object_required = 5 no_scale_defined = 6 scale_not_clear = 7 time_not_valid = 8 proficiency_not_valid = 9 wrong_date_format = 10 undefined = 11 OTHERS = 12.

ZHR_HANDLE_ERROR

RH_UPDATE_DATABASE CALL FUNCTION 'RH_UPDATE_DATABASE' EXPORTING vtask = 'D' commit_flg = commit_flg EXCEPTIONS corr_exit = 0 OTHERS = 0.

RHP6_PROFILE_PART_NOTES_UPDATE CALL FUNCTION 'RHP6_PROFILE_PART_NOTES_UPDATE' EXPORTING commit_flag = commit_flg.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = wa_ls_outtab-pernr infty = '0806' begda = wa_ls_outtab-begda endda = wa_ls_outtab-endda IMPORTING subrc = subrc TABLES infty_tab = i0806 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_EMPLOYEE_ENQUEUE CALL FUNCTION 'HR_EMPLOYEE_ENQUEUE' EXPORTING number = wa_ls_outtab-pernr.

HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING infty = '0806' number = wa_ls_outtab-pernr recordnumber = wa_0806-seqnr validityend = wa_0806-endda validitybegin = wa_0806-begda record = wa_0806 operation = UPDATE nocommit = false IMPORTING return = return.

HR_EMPLOYEE_DEQUEUE CALL FUNCTION 'HR_EMPLOYEE_DEQUEUE' EXPORTING number = wa_ls_outtab-pernr.



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