SAP Reports / Programs

RPUC_TCHECK SAP ABAP Report - Tabelleneinträge prüfen und bereinigen







RPUC_TCHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report checks the content of tables reserved for customers...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 RPUC_TCHECK 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 RPUC_TCHECK. "Basic submit
SUBMIT RPUC_TCHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RPUC_TCHECK 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: TEST = Test mode
Selection Text: C_T549CT = Table T549CT
Selection Text: C_T549C = Table T549C
Selection Text: C_T52IF = Table T52IF
Selection Text: C_T52IE = Table T52IE
Selection Text: C_T52ID = Table T52ID
Selection Text: C_T52IC = Table T52IC
Selection Text: C_T52IB = Table T52IB
Selection Text: C_T52IA = Table T52IA
Selection Text: C_T52DZ = Table T52DZ
Selection Text: C_T52CCT = Table T52CCT
Selection Text: C_T52CC = Table T52CC
Selection Text: C_T52C3 = Table T52C3
Selection Text: C_T52C1 = Table T52C1
Selection Text: C_T52BA = Table T52BA
Selection Text: C_T513U = Table T513U
Selection Text: C_DSYS_X = Table DSYS_XPRA_PROT
Selection Text: CLIENT = D .
Title: Tabelleneinträge prüfen und bereinigen
Text Symbol: 010 = contains MOLGA = SPACE.
Text Symbol: 009 = contains customer entries.
Text Symbol: 008 = is ok.
Text Symbol: 007 = is not empty (INFTY like '9%').
Text Symbol: 006 = Es wurde kein Mandant selektiert.
Text Symbol: 005 = is not empty (POTYP = SCHE or POTYP = 549B).
Text Symbol: 004 = is empty.
Text Symbol: 003 = Entries were deleted from
Text Symbol: 002 = is not empty.
Text Symbol: 001 = Table


INCLUDES used within this REPORT RPUC_TCHECK

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:

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