RPTCCXTEST 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 simulate and test entering time events and uploading data to the interface and database 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 RPTCCXTEST 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: TIMRECID = D Time Recording ID Number
Selection Text: PERNR = D Personnel Number
Title: Test Data Transfer for Time Events
Text Symbol: W03 = Upload carried out
Text Symbol: S05 = PP-PDC Multiple-Machine Operation
Text Symbol: S04 = PP-PDC One-Machine Operation
Text Symbol: S03 = HR-PDC with Different Payment
Text Symbol: S02 = HR-PDC with Cost Assignment
Text Symbol: S01 = HR-PDC w/o Additional Data
Text Symbol: M01 = Choose Enter to transfer your changes
Text Symbol: L26 = Business Area
Text Symbol: L25 = Customer-Specific Field
Text Symbol: L24 = Customer-Specific Field
Text Symbol: L23 = Attendance/Absence Reason
Text Symbol: L22 = Terminal ID
Text Symbol: L21 = Object Type
Text Symbol: L20 = Obj. ID
Text Symbol: L19 = WBS Element
Text Symbol: L18 = Order Number
Text Symbol: L17 = Created at
Text Symbol: L16 = Created On
Text Symbol: L15 = Measurement Unit for Target Value
Text Symbol: L14 = Standard Value of Processing Time
Text Symbol: L13 = Confirmed Value of Processing Time
Text Symbol: L12 = Unit of Measure
Text Symbol: L11 = Yield
Text Symbol: L10 = Canceled Conf.
Text Symbol: L09 = Confirmation Counter
Text Symbol: L08 = Confirmation No. of Operation
Text Symbol: L07 = Company Code
Text Symbol: L06 = Cost Center
Text Symbol: L05 = Pay Scale Level
Text Symbol: L04 = Pay Scale Group
Text Symbol: L03 = Logical Time
Text Symbol: L02 = Logical Date
Text Symbol: L01 = Time Event Type
Text Symbol: B01 = Selection
INCLUDE RPTCCXTEST_EXAMPLES.
No SAP DATABASE tables are accessed within this REPORT code!
TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING system_client_role = system_type EXCEPTIONS no_systemname = 1 no_systemtype = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.