SAP Reports / Programs

RPUAUD00 SAP ABAP Report - Logged Changes in Infotype Data







RPUAUD00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Logged Changes in Infotype Data You use this report to display all documents that were created with the creation of infotype log (short: 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 RPUAUD00 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M16_UAUD - Payroll audit trail 16


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 RPUAUD00. "Basic submit
SUBMIT RPUAUD00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUAUD00 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: ARC_DB = Also read from database
Selection Text: DATUM = Changed on
Selection Text: DEF_CURR = Default currency
Selection Text: INFTY = Infotype
Selection Text: LO_BLG = Long-term documents
Selection Text: PERSNR = Personnel number
Selection Text: SH_BLG = Short-term documents
Selection Text: UNAME = Changed by
Selection Text: USER_SEL = User archive selection
Title: Logged Changes in Infotype Data
Text Symbol: E01 = Please select a document type
Text Symbol: DTM = Date
Text Symbol: DEF = Default currency:
Text Symbol: DAT = Date :
Text Symbol: BTY = Doc.type
Text Symbol: BGA = Doc.type:
Text Symbol: BEG = From
Text Symbol: ARC = Archive
Text Symbol: AR2 = Read from database
Text Symbol: AR1 = Read from archive
Text Symbol: AND = Changed by
Text Symbol: ALT = Output in ALV
Text Symbol: AKT = Action
Text Symbol: AEN = By:
Text Symbol: ADA = Old record changed
Text Symbol: AC3 = Data could not be displayed (missing authorization)
Text Symbol: AC2 = The list does not contain all documents (missing authorization)
Text Symbol: AC1 = The list is incomplete (missing authorization)
Text Symbol: E90 = Specify a selection period for the 'changed on' date
Text Symbol: E91 = for the archive
Text Symbol: END = To
Text Symbol: ENP = New page per doc.
Text Symbol: ER1 = No archiving session was found
Text Symbol: ER4 = Could not close archive
Text Symbol: ER5 = No archive selected
Text Symbol: EXP = Direct output of docs
Text Symbol: EZW = Single value:
Text Symbol: INT = Interval





Text Symbol: INF = Infotype:
Text Symbol: IFT = Infotype
Text Symbol: HEA = Logged Changes in Infotype Data
Text Symbol: GTH = Greater than:
Text Symbol: GOE = Greater than or equal to:
Text Symbol: FTY = Type
Text Symbol: FRA = Archive selection
Text Symbol: FR4 = Output options
Text Symbol: FR3 = Selection
Text Symbol: FNR = Seq. no.
Text Symbol: FNA = Field name
Text Symbol: FDN = New field
Text Symbol: FDA = Old field
Text Symbol: RAR = Read archive
Text Symbol: R0B = Appl.data
Text Symbol: R0A = Master data
Text Symbol: R00 = All
Text Symbol: PNR = PersNo
Text Symbol: PGA = Program selections
Text Symbol: PER = PersNo:
Text Symbol: P01 = (P0001)
Text Symbol: OBJ = Obj
Text Symbol: NR_ = No
Text Symbol: NOT = Not
Text Symbol: NMT = Exclude model:
Text Symbol: NIV = Outside of interval:
Text Symbol: NEQ = Not equal to:
Text Symbol: MST = Model:
Text Symbol: LZT = Long term
Text Symbol: LZB = Long-term documents
Text Symbol: LZ1 = Read documents from database
Text Symbol: LTH = Less than:
Text Symbol: LOE = Less than or equal to:
Text Symbol: KZT = Short term
Text Symbol: KZB = Short-term documents
Text Symbol: ITY = Infotype
Text Symbol: ZET = Time
Text Symbol: TKL = Transac.cl.:
Text Symbol: TCL = Transaction class





Text Symbol: SUN = User
Text Symbol: STI = Time
Text Symbol: SRT = Sort order
Text Symbol: SPR = Lck
Text Symbol: SPE = Personnel no.
Text Symbol: SOR = Sort:
Text Symbol: SNR = SqNo
Text Symbol: SIF = Infotype
Text Symbol: SEL = Output program selections
Text Symbol: SBT = Subty
Text Symbol: E07 = No entries for selected time interval
Text Symbol: E06 = personnel numbers
Text Symbol: E05 = No entries for selected
Text Symbol: E03 = document type.
Text Symbol: E02 = For "Output in ALV," choose only one


INCLUDES used within this REPORT RPUAUD00

INCLUDE RPUAUDDT.
INCLUDE RPUAUDFR.


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