SAP Reports / Programs | Payroll | Austria | Public Sector(PY-AT-PS) SAP PY

RPUPENA0 SAP ABAP Report - Upload of Payroll-Relevant Data from External Systems







RPUPENA0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to upload retroactive, payroll-relevant data from external systems...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 RPUPENA0 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

PC00_M03_UPEN - Upload from External Systems


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 RPUPENA0. "Basic submit
SUBMIT RPUPENA0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUPENA0 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: CB_BADI = BAdI
Selection Text: CB_TEST = Test Run (No Update)
Selection Text: RB_CONFI = Overwrite SAP Data After Conf.
Selection Text: RB_LEAVE = Do Not Change SAP Data
Selection Text: RB_OVERW = Overwrite SAP Data w/o Conf.
Selection Text: P_FILE = D .
Title: Upload of Payroll-Relevant Data from External Systems
Text Symbol: 001 = Selection
Text Symbol: 002 = Options in Event of Data Conflicts
Text Symbol: 003 = Employee
Text Symbol: 004 = Records
Text Symbol: 005 = User-Specific Upload via BAdI


INCLUDES used within this REPORT RPUPENA0

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:

HRAT_PENSION_CREATE_LOG CALL FUNCTION 'HRAT_PENSION_CREATE_LOG' EXPORTING iv_mode = lv_mode it_ext_data = gt_ext_data iv_test = cb_test.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' pernr = lt_pernr_socnb-pernr infty = '0002' * BEGDA = '18000101' * ENDDA = '99991231' * BYPASS_BUFFER = ' ' * LEGACY_MODE = ' ' * IMPORTING * SUBRC = TABLES infty_tab = p0002 EXCEPTIONS infty_not_found = 1 OTHERS = 2 .

HRAT_PENSION_ADD_MESSAGE CALL FUNCTION 'HRAT_PENSION_ADD_MESSAGE' EXPORTING iv_msgtype = p_msgtype iv_pernr = p_pernr iv_msgty = p_msgty iv_msgid = p_msgid iv_msgno = p_msgno iv_msgv1 = p_msgv1 iv_msgv2 = p_msgv2 iv_msgv3 = p_msgv3 iv_msgv4 = p_msgv4 iv_stcnt = p_stcnt.



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