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
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.
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
INCLUDE RPDSYD02.
INCLUDE RPDSYD00.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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.