SAP Reports / Programs

RPUSCGT0 SAP ABAP Report - Generate/Check Schemas







RPUSCGT0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generating and checking schemas It is essential that the payroll schema is correct and available in its generated form...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 RPUSCGT0 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 RPUSCGT0. "Basic submit
SUBMIT RPUSCGT0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUSCGT0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


&0..... &1... &2...... &3.......
Selection Text: SO_SNAME = Schema
Selection Text: PA_TEST = Test run
Selection Text: PA_PRINT = PRINT active
Selection Text: PA_MODUS = Mode (1=generate 2=check)
Selection Text: PA_FORCE = Force generation
Selection Text: PA_DISPY = Display cluster(s)
Title: Generate/Check Schemas
Text Symbol: Q28 = Comment
Text Symbol: Q27 = Offset
Text Symbol: Q26 = Log Control
Text Symbol: Q25 = Fourth parameter
Text Symbol: Q24 = Third parameter
Text Symbol: Q23 = Second parameter
Text Symbol: Q22 = First parameter
Text Symbol: Q21 = Internal Number
Text Symbol: Q20 = Function Name
Text Symbol: Q10 = Comment
Text Symbol: Q09 = Deactivated
Text Symbol: Q08 = Log Control
Text Symbol: Q07 = Fourth parameter
Text Symbol: Q06 = Third parameter
Text Symbol: Q05 = Second parameter
Text Symbol: Q04 = First parameter
Text Symbol: Q03 = Function Name
Text Symbol: Q02 = Line
Text Symbol: Q01 = Schema
Text Symbol: Q40 = Subschema
Text Symbol: Q41 = Subschema Text
Text Symbol: Q50 = Infotype
Text Symbol: Q51 = Text for Infotype
Text Symbol: Q60 = Field Name
Text Symbol: Q61 = Field Value
Text Symbol: S01 = Statistics:
Text Symbol: S02 = Number of correct schemas..............
Text Symbol: S03 = Number of incorrect schemas............
Text Symbol: S04 = Number of schemas already generated....
Text Symbol: S05 = Number of schemas generated............





Text Symbol: S06 = Total number of schemas selected.......
Text Symbol: S10 = Statistics
Text Symbol: S11 = Statistics Objects
Text Symbol: S12 = Number
Text Symbol: T01 = Sche No Func Par1 Par2 Par3 Par4 L D Text
Text Symbol: T02 = Func INo Par1 Par2 Par3 Par4 L Skip Text
Text Symbol: T03 = Subschema
Text Symbol: T04 = Infotype
Text Symbol: T05 = Field Value
Text Symbol: M03 = Schema &1
Text Symbol: A07 = Par4
Text Symbol: A06 = Par3
Text Symbol: A05 = Par2
Text Symbol: A04 = Par1
Text Symbol: A03 = Func.
Text Symbol: A02 = Lne
Text Symbol: A01 = Sche
Text Symbol: 180 = Error Location
Text Symbol: 150 = &1: Fields
Text Symbol: 140 = &1: Infotypes
Text Symbol: 130 = &1: Subschemata
Text Symbol: 120 = &1: Formatted Schema
Text Symbol: 110 = &1: Triggered Schema
Text Symbol: 014 = Parameter 4
Text Symbol: 013 = Parameter 3
Text Symbol: 012 = Parameter 2
Text Symbol: 011 = Parameter 1
Text Symbol: 010 = Function
Text Symbol: 006 = Subschema
Text Symbol: 004 = Parameter
Text Symbol: 003 = Line
Text Symbol: 002 = Schema
Text Symbol: 001 = No schemas selected in accordance with the specified criteria
Text Symbol: A08 = P
Text Symbol: M02 = Found Location Name
Text Symbol: M01 = Found Location
Text Symbol: H02 = Table:
Text Symbol: H01 = Schema:
Text Symbol: E02 = All other parameters must be empty for check





Text Symbol: E01 = Only generate (= 1) or check (= 2) mode allowed
Text Symbol: A61 = Value
Text Symbol: A60 = Field
Text Symbol: A51 = Text for Infotype
Text Symbol: A50 = ITyp
Text Symbol: A41 = Subschema Text
Text Symbol: A40 = SSch
Text Symbol: A28 = Text
Text Symbol: A27 = Jump
Text Symbol: A26 = P
Text Symbol: A25 = Par4
Text Symbol: A24 = Par3
Text Symbol: A23 = Par2
Text Symbol: A22 = Par1
Text Symbol: A21 = INo
Text Symbol: A20 = Func.
Text Symbol: A10 = Text
Text Symbol: A09 = D


INCLUDES used within this REPORT RPUSCGT0

INCLUDE RPC2PS00.
INCLUDE RPC2PT00.


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