SAP Reports / Programs | Personnel Management | Personnel Administration | Netherlands(PA-PA-NL) SAP PA

RPUPSVN0 SAP ABAP Report - Copy SI contrib. from source to target REPER for all soc. sec. laws







RPUPSVN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Copy SI contributions from source REPER to target REPER for all social security laws (SV-wetten)...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 RPUPSVN0 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_M05_UPSV - Transfer SI Contr. Between REPERs


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 RPUPSVN0. "Basic submit
SUBMIT RPUPSVN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUPSVN0 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: TRANS = Include in transport request
Selection Text: S_TEST = Test (no database update)
Selection Text: S_ONLYVV = Select only social insurance
Selection Text: S_BSVGRP = Source and Target SI Group
Selection Text: S_BREPER = Source (REPER)
Selection Text: SO_REPER = Target (REPER)
Title: Copy SI contrib. from source to target REPER for all soc. sec. laws
Text Symbol: REF = Available Repr.Legal Pers.
Text Symbol: GHD = Copy SI Contrib. from Source to Target REPER for all Soc. Sec. Laws
Text Symbol: EX7 = T5N1S is not a transparent table
Text Symbol: EK1 = No request selected
Text Symbol: E01 = Error during transp:
Text Symbol: 093 = Selection Options
Text Symbol: 092 = Selection Fields
Text Symbol: 091 = Choose selection fields
Text Symbol: 090 = Internal Error: FIELD_CHOICE failed
Text Symbol: 017 = Source Data
Text Symbol: 016 = Delimited Data
Text Symbol: 014 = Added Data
Text Symbol: 012 = Deleted data
Text Symbol: 008 = Update NOT executed for table T5N1S
Text Symbol: 007 = Update executed for table T5N1S
Text Symbol: 006 = NO data written to transport
Text Symbol: 005 = Data written to transport
Text Symbol: 004 = Update Confirmation for Table T5N1S
Text Symbol: 003 = Processing
Text Symbol: 002 = Execute update for table T5N1S?
Text Symbol: 001 = Selection of Representing Legal Persons and SI Groups


INCLUDES used within this REPORT RPUPSVN0

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:

DD_POPUP_TO_CONFIRM_CANCEL CALL FUNCTION 'DD_POPUP_TO_CONFIRM_CANCEL' EXPORTING textline1 = 'Update van tabel T5N1S doorvoeren?'(002) * TEXTLINE2 = ' ' title = 'Bevestiging van update voor tabel T5N1S'(004) * START_COLUMN = 25 * START_ROW = 6 * DEFAULTPOS = 'C' IMPORTING answer = answer.

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING iv_category = 'CUST' iv_cli_dep = 'X' IMPORTING ev_order = korrnum ev_task = task EXCEPTIONS invalid_category = 1 no_correction_selected = 2 OTHERS = 3.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' " EXPORTING " i_msgid = '5N' " i_msgty = 'I' " i_msgno = '016' " i_msgv1 = 'Gegevens naar transport geschreven!'(005) " EXCEPTIONS " program_error = 1 " OTHERS = 2. "

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' " EXPORTING " i_msgid = '5N' " i_msgty = 'I' " i_msgno = '016' " i_msgv1 = 'GEEN gegevens naar transport geschreven!'(006)" EXCEPTIONS " program_error = 1 " OTHERS = 2. "

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' " EXPORTING " i_msgid = '5N' " i_msgty = 'I' " i_msgno = '016' " i_msgv1 = 'Update van tabel T5N1S doorgevoerd!'(007) " EXCEPTIONS " program_error = 1 " OTHERS = 2. "

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' " EXPORTING " i_msgid = '5N' " i_msgty = 'I' " i_msgno = '016' " i_msgv1 = 'Update van tabel T5N1S NIET doorgevoerd!'(008)" EXCEPTIONS " program_error = 1 " OTHERS = 2. "

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' " EXPORTING " i_s_display_profile = disp_prof " EXCEPTIONS " program_error = 1 " no_logs = 2 " OTHERS = 3. "



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