SAP Reports / Programs

RPUPROTD SAP ABAP Report - Log of Report Starts







RPUPROTD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Log of Report Start The report creates a list using the log that is created with report starts...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 RPUPROTD 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 RPUPROTD. "Basic submit
SUBMIT RPUPROTD AND RETURN. "Return to original report after report execution complete
SUBMIT RPUPROTD 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: USER = User
Selection Text: SORT_US = Sort: User
Selection Text: SORT_REP = Sort: Report
Selection Text: SORT_DAT = Sort: Date, time
Selection Text: SELUZEIT = Time
Selection Text: SELDATUM = Date
Selection Text: REPNAME = Report
Selection Text: DETINFO = All logs with detail info
Title: Log of Report Starts
Text Symbol: OPT = Value
Text Symbol: PFP = Maintain log
Text Symbol: REP = Report
Text Symbol: SOR = Sort sequence:
Text Symbol: TIT = Title
Text Symbol: UHR = Time
Text Symbol: UNS = The sort sequence is invalid
Text Symbol: USE = User
Text Symbol: WA1 = Warning: You have started the report without selecting either
Text Symbol: WA2 = Select delete or display
Text Symbol: WA3 = The display mode was selected for this session
Text Symbol: WEG = This log has already been deleted
Text Symbol: WER = Option
Text Symbol: 001 = The system
Text Symbol: 002 = Selected logs
Text Symbol: 003 = Delete the log?
Text Symbol: 004 = Delete a log
Text Symbol: 005 = Delete all logs?
Text Symbol: 006 = Delete all logs
Text Symbol: 007 = Error during deletion
Text Symbol: DAT = Date
Text Symbol: DEL = The following logs were deleted:
Text Symbol: ERR = You have selected an invalid line
Text Symbol: EXC = Excl
Text Symbol: FEL = Field name
Text Symbol: HIG = high
Text Symbol: INC = Incl
Text Symbol: LN2 = Date (from/to)
Text Symbol: LN3 = Time (from/to)





Text Symbol: LO2 = The following logs were selected for deletion:
Text Symbol: LO3 = The following log was selected for deletion:
Text Symbol: LOE = All entries were deleted
Text Symbol: LOW = low
Text Symbol: NAM = Parameter/select option
Text Symbol: NR1 = No.


INCLUDES used within this REPORT RPUPROTD

INCLUDE RPUPROT0.


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