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
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
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.
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
INCLUDE RPUMKC00.
INCLUDE RPBDYN00.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.