SAP Reports / Programs

RPUOTUJ0 SAP ABAP Report - Update Dependent Deduction for Otsu Ran Employees







RPUOTUJ0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to update an employee's dependent deduction information based on his or her 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 RPUOTUJ0 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_M22_UOTU - Update Dependent info. for Otsu EE


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 RPUOTUJ0. "Basic submit
SUBMIT RPUOTUJ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUOTUJ0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Update Dependent Deduction for Otsu Ran Employees
Text Symbol: T18 = Dependent (New)
Text Symbol: T19 = Ded.for disab. FM (New)
Text Symbol: T20 = Ded.for age grp. (New)
Text Symbol: T21 = Name (Kana)
Text Symbol: T22 = Live With Status
Text Symbol: T23 = Dependent Type
Text Symbol: T24 = New Dependent Type
Text Symbol: T25 = Otsu Ran Date
Text Symbol: T26 = Begin Date (New)
Text Symbol: T27 = End Date (New)
Text Symbol: T28 = Subtype ID
Text Symbol: T29 = Personnel Area ID
Text Symbol: T30 = Update Status
Text Symbol: T31 = Personnel Subarea ID
Text Symbol: T32 = Employee Group ID
Text Symbol: T33 = Employee Subgroup ID
Text Symbol: T34 = Dependent (Old) ID
Text Symbol: T35 = Ded.for disab. FM (Old) ID
Text Symbol: T36 = Ded.for age grp. (Old) ID
Text Symbol: T37 = Dependent (New) ID
Text Symbol: T38 = Ded.for disab. FM (New) ID
Text Symbol: T39 = Ded.for age grp. (New) ID
Text Symbol: T40 = Dependent (Tax)
Text Symbol: T41 = Deduction for age group (Fam. Members)
Text Symbol: T42 = Deduction for disabled family member
Text Symbol: T43 = Sequence
Text Symbol: UPD = Updated
Text Symbol: UPS = Update Selected Records
Text Symbol: T17 = Ded.for age grp. (Old)
Text Symbol: DEP = Fields to Update
Text Symbol: DIP = Directly Update Infotype
Text Symbol: DIS = Confirm Before Update
Text Symbol: DPS = Please select at least one dependent flag.
Text Symbol: DSM = Display Message
Text Symbol: M00 = &1 infotype records processed, &2 updated.
Text Symbol: M01 = &1 processed, &2 updated, &3 failed; choose Display Message to see error log.
Text Symbol: MSL = Message List





Text Symbol: NOP = No record is selected.
Text Symbol: NOU = No Need Update
Text Symbol: NUP = Need Update
Text Symbol: OPT = Execution Option
Text Symbol: SHO = Update Otsu EE's Dependants
Text Symbol: T01 = Personnel Number
Text Symbol: T02 = Subtype
Text Symbol: T03 = Object ID
Text Symbol: T04 = Lock
Text Symbol: T05 = Kanji Name
Text Symbol: T06 = Kana Name
Text Symbol: T07 = Begin Date (Old)
Text Symbol: T08 = End Date (Old)
Text Symbol: T09 = Personnel Area
Text Symbol: T10 = Personnel Subarea
Text Symbol: T11 = Employee Group
Text Symbol: T12 = Employee Subgroup
Text Symbol: T13 = Update Status ID
Text Symbol: T14 = Birth Date
Text Symbol: T15 = Dependent (Old)
Text Symbol: T16 = Ded.for disab. FM (Old)


INCLUDES used within this REPORT RPUOTUJ0

INCLUDE RPUOTUJ2. " SELECTION SCREEN
INCLUDE RPUOTUJ4. " FORM


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