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

RPUTUCC0 SAP ABAP Report - documentation and ABAP source code







RPUTUCC0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPUTUCC0 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 RPUTUCC0. "Basic submit
SUBMIT RPUTUCC0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTUCC0 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: CLIENT = Update all clients
Selection Text: TEST = Test only
Selection Text: T_T5J65 = Copy from T5J65 to T5J65T
Selection Text: T_T5J68 = Copy from T5J68 to T5J68T
Selection Text: T_T5J73 = Copy from T5J73 to T5J73T
Selection Text: T_T7CN15 = Copy from T7CN15 to T7CN15T
Selection Text: T_T7CN16 = Copy from T7CN16 to T7CN16T
Selection Text: T_T7CN28 = Copy from T7CN28 to T7CN28T
Selection Text: T_T7TW0A = Copy from T7TW0A to T7TW0AT
Selection Text: T_T7TW1G = Copy from T7TW1G to T7TW1GT
Selection Text: T_T7TW2D = Copy from T7TW2D to T7TW2DT
Text Symbol: 001 = This program copies the text fields from table to T
Text Symbol: 002 = The source table entry with keys
Text Symbol: 003 = does not have a language specified; the current logon language is
Text Symbol: 004 = already exists in the target table
Text Symbol: 005 = is copied to the target table with the language
Text Symbol: 010 = Please refer to the release note under PA-PA regarding Unicode conversion
Text Symbol: 020 = Tables


INCLUDES used within this REPORT RPUTUCC0

INCLUDE RPUTUCC1.
INCLUDE RPUTUCC2.
INCLUDE RPUTUCC3.


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