SAP Reports / Programs | Personnel Management | Recruitment(PA-RC) SAP PA

RPAP_UPDATE_RELAT048 SAP ABAP Report - Report for Creating Missing A/B048 Relationships for Applicants







RPAP_UPDATE_RELAT048 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The integration with Organizational Management is not active when an action is performed by batch input...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPAP_UPDATE_RELAT048 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 RPAP_UPDATE_RELAT048. "Basic submit
SUBMIT RPAP_UPDATE_RELAT048 AND RETURN. "Return to original report after report execution complete
SUBMIT RPAP_UPDATE_RELAT048 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: TEST = Test Mode
Title: Report for Creating Missing A/B048 Relationships for Applicants
Text Symbol: OPT = Other Data
Text Symbol: 009 = Name of Applicant
Text Symbol: 008 = Applicant no.
Text Symbol: 007 = because no IT4002 records with an integrated vacancy existed:
Text Symbol: 006 = It was not necessary to create relationships for the following applicants
Text Symbol: 005 = created:
Text Symbol: 004 = Errors occurred for the following applicants and no relationships were
Text Symbol: 003 = Number of Applicants with Successfully Created Relationships:
Text Symbol: 002 = You are not required to create the relationships.
Text Symbol: 001 = Integration with Organizational Management is not active.


INCLUDES used within this REPORT RPAP_UPDATE_RELAT048

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:

RH_INTEGRATION_CHECK CALL FUNCTION 'RH_INTEGRATION_CHECK' IMPORTING integrated_plvar = plogi_plogi org_integration = plogi_orga.

RP_APPLICANT_ASSIGNMENT CALL FUNCTION 'RP_APPLICANT_ASSIGNMENT' TABLES intpapl = it_prelo intplog = it_plog * BEFORE_IMAGE = EXCEPTIONS both_tables_empty = 1 both_tables_filled = 2 pernr_int_applicant_exists_not = 3 t591a_not_filled = 4 OTHERS = 5 .

RH_READ_INFTY_1001 CALL FUNCTION 'RH_READ_INFTY_1001' EXPORTING subty = 'B048' begda = '19000101' endda = '99991231' TABLES i1001 = it_p1001_del objects = it_objects_del_ap EXCEPTIONS nothing_found = 1 wrong_condition = 2 OTHERS = 3.

RHAP_SUPPR_INTE_SET CALL FUNCTION 'RHAP_SUPPR_INTE_SET' EXPORTING suppr_inte = 'X'.

RH_DELETE_INFTY CALL FUNCTION 'RH_DELETE_INFTY' EXPORTING vtask = 'B' TABLES innnn = it_p1001_del EXCEPTIONS error_during_delete = 1 no_authorization = 2 delete_first_record = 3 corr_exit = 4 OTHERS = 5.

RH_INSERT_INFTY CALL FUNCTION 'RH_INSERT_INFTY' EXPORTING vtask = 'B' TABLES innnn = it_p1001_ins EXCEPTIONS no_authorization = 1 error_during_insert = 2 repid_form_initial = 3 corr_exit = 4 begda_greater_endda = 5 OTHERS = 6.

HR_ENQUEUE_OBJECT_LIST CALL FUNCTION 'HR_ENQUEUE_OBJECT_LIST' TABLES enqueue_list = it_objects EXCEPTIONS enqueue_failed = 1 objid_is_initial = 2 illegal_otype = 3 internal_error = 4 OTHERS = 5.

RH_UPDATE_DATABASE CALL FUNCTION 'RH_UPDATE_DATABASE' EXPORTING vtask = 'D' EXCEPTIONS corr_exit = 1 OTHERS = 2.

HR_DEQUEUE_OBJECT_LIST CALL FUNCTION 'HR_DEQUEUE_OBJECT_LIST' TABLES dequeue_list = it_objects EXCEPTIONS illegal_otype = 1 objid_is_initial = 2 internal_error = 3 OTHERS = 4.



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