SAP Reports / Programs

RPUTVOED0 SAP ABAP Report - documentation and ABAP source code







RPUTVOED0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program for transferring salaried and hourly-paid employees (federal and local authority) to the TVoeD Report RPUTVOED0 is used to reassign the following data for employees according to the new collective agreement for the public sector (TVoeD): Employee group and subgroup Pay scale type Pay scale group Pay scale level The report creates a batch input session of the transfer data on the basis of the Transfer Coll...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 RPUTVOED0 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 RPUTVOED0. "Basic submit
SUBMIT RPUTVOED0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTVOED0 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: P_TEST = Test Run
Selection Text: P_P0595 = Incl. of IT0595 in BI Session
Selection Text: P_LGA05 = Spouse Comp. Non-Reduced
Selection Text: P_LGA04 = Comparison Remuneration
Selection Text: P_LGA03 = Guaranteed Payment Children
Selection Text: P_LGA02 = Individual Interim/Final Level
Selection Text: P_LGA01 = Basic pay
Selection Text: DATUM = Key Date of Days Carried Over
Selection Text: BI_NAME = Name of Batch Input Session
Selection Text: BI_KEEP = Hold Processed BI Session
Selection Text: BI_HOLD = Lock Batch Input Session Until
Selection Text: ALV_PROT = Detail Log
Title: Transfer to Collective Agreement Public Sector
Text Symbol: S06 = Employee Group/Subgroup
Text Symbol: S04 = New TVoeD Wage Types
Text Symbol: S03 = Action Type/Reason
Text Symbol: S02 = Create Batch Input Session
Text Symbol: S01 = Additional Selection Criteria
Text Symbol: P10 = Basic pay
Text Symbol: P09 = V.payments
Text Symbol: P08 = Comp. Remun.
Text Symbol: P07 = New Ty.
Text Symbol: P06 = Career
Text Symbol: P04 = Reliab.
Text Symbol: P03 = New PS Grp
Text Symbol: P02 = New Area
Text Symbol: P01 = Name of Employee
Text Symbol: B05 = No batch input session created
Text Symbol: B04 = Processed batch input sess. will be deleted
Text Symbol: B03 = Batch input session locked until :
Text Symbol: B02 = Infotype $ not found in T582A
Text Symbol: B01 = Program terminated
Text Symbol: 003 = Warning and Information Messages
Text Symbol: 002 = Incorrect Personnel Numbers
Text Symbol: 001 = Processed Personnel Numbers


INCLUDES used within this REPORT RPUTVOED0

INCLUDE RPUMKC00.
INCLUDE RPBDYN00.


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:

No SAP FUNCTION MODULES are executed within this report code!



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