SAP Reports / Programs

RPTCCXDBVIEW SAP ABAP Report - Complete List of All Time Events







RPTCCXDBVIEW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to delete all time events in the system...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 RPTCCXDBVIEW 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 RPTCCXDBVIEW. "Basic submit
SUBMIT RPTCCXDBVIEW AND RETURN. "Return to original report after report execution complete
SUBMIT RPTCCXDBVIEW 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: VARIANT = D Layout
Title: Complete List of All Time Events
Text Symbol: L25 = Unit for Target Value
Text Symbol: L24 = Standard Value of Processing Time
Text Symbol: L23 = Confirmed Value of Processing Time
Text Symbol: L22 = Unit of Measure
Text Symbol: L21 = Yield
Text Symbol: L20 = Canceled Conf.
Text Symbol: L19 = Confirmation Counter
Text Symbol: L18 = Confirmation No. of Operation
Text Symbol: L17 = Message Text
Text Symbol: L16 = Business Area
Text Symbol: L15 = Company Code
Text Symbol: L14 = Cost Center
Text Symbol: L13 = Pay Scale Level
Text Symbol: L12 = Database
Text Symbol: L11 = Day Assignment
Text Symbol: L10 = Origin
Text Symbol: L09 = Attendance/Absence Reason
Text Symbol: L08 = Terminal ID
Text Symbol: L07 = Time Event Type
Text Symbol: L06 = Created at
Text Symbol: L05 = Created on
Text Symbol: L04 = Logical Time
Text Symbol: L03 = Logical Date
Text Symbol: L02 = Personnel Number
Text Symbol: L01 = Number
Text Symbol: B02 = Options


INCLUDES used within this REPORT RPTCCXDBVIEW

INCLUDE RPTCCXDB_TYPES_AND_CONSTANTS.
INCLUDE RPTCCXDB_SQL.
INCLUDE RPTCCXDBVIEW_VIEWLIST.
INCLUDE RPTCCXDB_FIELD_CATALOG.


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