SAP Reports / Programs

RPUAUDDL SAP ABAP Report - Delete logged changes in infotype data







RPUAUDDL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to delete documents from the database that were created with the creation of an infotype log...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 RPUAUDDL 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 RPUAUDDL. "Basic submit
SUBMIT RPUAUDDL AND RETURN. "Return to original report after report execution complete
SUBMIT RPUAUDDL 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: INFTY = Infotype
Selection Text: LIST = List output
Selection Text: LO_BLG = Long-term documents
Selection Text: PASSWORD = Password
Selection Text: PERSNR = Personnel number
Selection Text: SH_BLG = Short-term documents
Selection Text: TESTRUN = Test run
Selection Text: UNAME = User name
Selection Text: USER_SEL = User archive selection
Title: Delete logged changes in infotype data
Text Symbol: E06 = personnel numbers
Text Symbol: E05 = No entries for selected
Text Symbol: E01 = Please select a document type
Text Symbol: DTM = Date
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: AKT = Action
Text Symbol: AEN = By:
Text Symbol: ADA = Old record changed
Text Symbol: AC1 = All data not selected (authorization missing)
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: FDA = Old field
Text Symbol: FDN = New field
Text Symbol: FNA = Field name
Text Symbol: FNR = Seq. no.
Text Symbol: FR1 = Delete documents from database





Text Symbol: FR2 = Selection
Text Symbol: ENP = New page per doc.
Text Symbol: KZT = Short term
Text Symbol: KZB = Short-term documents
Text Symbol: ITY = Infotype
Text Symbol: INT = Interval
Text Symbol: INF = Infotype:
Text Symbol: IFT = Infotype
Text Symbol: GTH = Greater than:
Text Symbol: GOE = Greater than or equal to:
Text Symbol: FTY = Type
Text Symbol: FR4 = Output options
Text Symbol: FR3 = Deletion and output options
Text Symbol: E07 = No entries for selected time interval
Text Symbol: SNR = SqNo
Text Symbol: SIF = Infotype
Text Symbol: SEL = Output program selections
Text Symbol: SBT = Subty
Text Symbol: S12 = No. of records:
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: 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: LTH = Less than:
Text Symbol: SOR = Sort:
Text Symbol: ZET = Time
Text Symbol: X02 = Wrong password





Text Symbol: X01 = Enter your password
Text Symbol: TKL = Transac.cl.:
Text Symbol: TCL = Transaction class
Text Symbol: SUN = User
Text Symbol: STI = Time
Text Symbol: SRT = Sort
Text Symbol: SPR = Lck
Text Symbol: SPE = Personnel no.
Text Symbol: LOE = Less than or equal to:
Text Symbol: END = To
Text Symbol: EDL = No documents were selected
Text Symbol: E12 = The data were successfully deleted!
Text Symbol: E11 = No data were deleted!
Text Symbol: E10 = The report was started in test mode


INCLUDES used within this REPORT RPUAUDDL

INCLUDE RPCBLO00.
INCLUDE RPCBSH00.
INCLUDE RPCBDT00.


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:

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING no_popup = mode no_print = no_mode.

HR_CHECK_AUTHORITY_INFTY CALL FUNCTION 'HR_CHECK_AUTHORITY_INFTY' EXPORTING tclas = pcl4-relid+1(1) pernr = lcl4-pernr infty = lcl4-infty subty = space begda = low_date endda = high_date level = 'W' * TABLES * I0001 = EXCEPTIONS no_authorization = 1 OTHERS = 2.



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