SAP Reports / Programs

RPTCCXTEST SAP ABAP Report - Test Data Transfer for Time Events







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


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 RPTCCXTEST. "Basic submit
SUBMIT RPTCCXTEST AND RETURN. "Return to original report after report execution complete
SUBMIT RPTCCXTEST 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: 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


INCLUDES used within this REPORT RPTCCXTEST

INCLUDE RPTCCXTEST_EXAMPLES.




INCLUDE RPTCCXTEST_ALV_LIST.
INCLUDE RPTCCXTEST_U_COMM.


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:

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING system_client_role = system_type EXCEPTIONS no_systemname = 1 no_systemtype = 2 OTHERS = 3.



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