SAP Reports / Programs | Payroll | Payroll: General Parts(PY-XX) SAP PY

RPDSYS00 SAP ABAP Report - HR System Documentation







RPDSYS00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for BEGIN OF UPDATE Report RPDSYS00 formats the RP system documentation as: a) "Conventional" (printed)documentation, b) "Online" documentation You can use text modules (currently stored in table T512U) and selected parameter and control tables...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 RPDSYS00 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 RPDSYS00. "Basic submit
SUBMIT RPDSYS00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPDSYS00 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: APPLI = Special field of work
Selection Text: ASPCT = Required aspect(s)
Selection Text: BDEMODIF = PDC modifier (time types)
Selection Text: DEST = Output device
Selection Text: INH-VRZ = Table of contents, KWIC index
Selection Text: LG-MODIF = National version (ctry.grpg.)
Selection Text: MARK-AB = Selected changes made since
Selection Text: MODUS = Operation type
Selection Text: ONAME = Name of first object
Selection Text: OTYPE = Type of first object
Selection Text: READ-MOD = Read ctry.grpg. table first
Selection Text: SAV-PARM = Save personal parameters ?
Selection Text: SPADSY = Set SPA parameter(s)
Selection Text: SPRACHE = Target lang.for translation
Title: HR System Documentation
Text Symbol: 025 = lines with more than 69 characters or
Text Symbol: 024 = Element contains more lines than allowed (99 or T513M) or
Text Symbol: 023 = Return from editor
Text Symbol: 022 = Invalid type
Text Symbol: 020 = Illustration
Text Symbol: 017 = No reference exists to
Text Symbol: 016 = <== pers.calc. rule / cycle
Text Symbol: 015 = The next stage required is:
Text Symbol: 014 = Stages of explosion
Text Symbol: 013 = Explosion aborted to avoid recursive call
Text Symbol: 012 = System description
Text Symbol: 011 = Re-edit
Text Symbol: 010 = Text was deleted
Text Symbol: 009 = For DLIB elements, input and output elements must be identical
Text Symbol: 001 = Initial
Text Symbol: 037 = Line number $ contains object reference but no reference type
Text Symbol: 038 = The rule key is formed directly using the wage type
Text Symbol: 039 = The rule key is formed using **** instead of the wage type
Text Symbol: 040 = and extended with the value of processing class $ from table 512W
Text Symbol: 041 = Rule $ contains invalid operation $
Text Symbol: 042 = Line number $ contains reference to non-existent documentation
Text Symbol: 043 = a) Short description
Text Symbol: 044 = b) Applicational aspect





Text Symbol: 045 = c) Organizational aspects
Text Symbol: 046 = d) Data processing aspects
Text Symbol: 049 = from to value of
Text Symbol: 050 = -------------------------------------------------------------------
Text Symbol: 051 = Target $ $ $ already exists
Text Symbol: 053 = <-- Enter "OK" to delete
Text Symbol: 080 = from
Text Symbol: 079 = selected
Text Symbol: 060 = Umlauts were used
Text Symbol: 059 = Documentation was not saved
Text Symbol: 058 = Line $ contains more than 69 characters
Text Symbol: 057 = Records
Text Symbol: 056 = <== Please confirm
Text Symbol: 054 = All other entries mean: Do NOT delete
Text Symbol: BLK = blank
Text Symbol: 999 = Use new transaction PDSY
Text Symbol: 106 = The specified language is not permitted!
Text Symbol: 105 = Line includes reference to old object
Text Symbol: 103 = No reference selected
Text Symbol: 102 = Customer
Text Symbol: 101 = Standard
Text Symbol: 100 = Documentation does not exist
Text Symbol: 099 = Changed on:
Text Symbol: 098 = Last changed by:
Text Symbol: 097 = Name:
Text Symbol: 096 = Type:
Text Symbol: 095 = Object information
Text Symbol: 094 = unknown
Text Symbol: 093 = Field name Dis Lng Dec Format Description
Text Symbol: 092 = Structure of table
Text Symbol: 091 = ??? would you like to enter a transfer ???
Text Symbol: 087 = $ is related to $ via $
Text Symbol: 086 = A reference from $ to $ using $ is not allowed
Text Symbol: 085 = Rule $ invalid
Text Symbol: 084 = was copied to
Text Symbol: 083 = now
Text Symbol: ZUL = ZUL
Text Symbol: SYN = Syntax Func Par1 Par2 Par3 Par4
Text Symbol: PAS = Par





Text Symbol: PAL = Parameters
Text Symbol: ENQ = Object could not be locked
Text Symbol: CMP = Required entries
Text Symbol: BRK = Debugging mode active
Text Symbol: 081 = current
Text Symbol: 036 = Line number $ contains invalid relation $
Text Symbol: 035 = Line number $ contains invalid reference type $
Text Symbol: 034 = by
Text Symbol: 033 = Last change on
Text Symbol: 032 = Record(s) changed
Text Symbol: 031 = Record(s) deleted
Text Symbol: 030 = Record(s) created


INCLUDES used within this REPORT RPDSYS00

INCLUDE RPDSYD02.
INCLUDE RPDSYD00.


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