SAP Reports / Programs

HTWCTDC0 SAP ABAP Report - Display of Court Deduction Records







HTWCTDC0 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 in conjunction with SAP enhancement Package 5 for SAP ERP 6...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 HTWCTDC0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M42_CTDC - List and Update Court Deduction


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 HTWCTDC0. "Basic submit
SUBMIT HTWCTDC0 AND RETURN. "Return to original report after report execution complete
SUBMIT HTWCTDC0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Display of Court Deduction Records
Text Symbol: A34 = Per. Start
Text Symbol: A35 = Per. End
Text Symbol: A36 = Payroll Period Start Date
Text Symbol: A37 = Payroll Period End Date
Text Symbol: A38 = Upd.IT3223
Text Symbol: A39 = Update Infotype3223
Text Symbol: A40 = Status
Text Symbol: A41 = Message
Text Symbol: A42 = SeqN
Text Symbol: A44 = Start date
Text Symbol: A45 = End Date
Text Symbol: A46 = First Payroll Per.
Text Symbol: A47 = Last Payroll Per.
Text Symbol: A48 = Last End Date
Text Symbol: A49 = Remaining Amt.
Text Symbol: I03 = Personnel Number
Text Symbol: I04 = Sequence Number
Text Symbol: I05 = Payroll Period
Text Symbol: I06 = Pay Date
Text Symbol: I07 = Yes
Text Symbol: I10 = Confirm Infotype Update
Text Symbol: M01 = No fields selected
Text Symbol: M02 = Record summary not found
Text Symbol: M03 = Select at least one row
Text Symbol: M04 = Record dedails not found
Text Symbol: M10 = With Seq.No.
Text Symbol: M15 = No
Text Symbol: M16 = Yes to All
Text Symbol: M17 = Are you sure to update infotype for employee:
Text Symbol: N01 = Organizational Unit
Text Symbol: N02 = Update Log
Text Symbol: P01 = Detail by Occurrence
Text Symbol: P02 = Detail by Period
Text Symbol: P03 = Update IT3223
Text Symbol: P04 = Log of Previous Update
Text Symbol: U01 = Not Allowed
Text Symbol: U02 = Updated





Text Symbol: U03 = Not Updated
Text Symbol: A33 = Pr. Period
Text Symbol: 001 = Output
Text Symbol: 002 = Summary Data
Text Symbol: 003 = Detail by Deduction Occurrence
Text Symbol: 004 = Detail by Payroll Period
Text Symbol: 005 = General Fields Selection
Text Symbol: 006 = Available Fields
Text Symbol: 007 = Fields Selected
Text Symbol: A01 = Personnel Number
Text Symbol: A02 = Employee Name
Text Symbol: A03 = Company Code
Text Symbol: A04 = Personnel Area
Text Symbol: A05 = Personnel Subarea
Text Symbol: A06 = Employee Group
Text Symbol: A07 = Employee Subgroup
Text Symbol: A08 = Payroll Area
Text Symbol: A09 = Cost Center
Text Symbol: A10 = Organizational Unit
Text Symbol: A11 = Position
Text Symbol: A12 = Job
Text Symbol: A13 = Payroll Period
Text Symbol: A14 = Controlling Area
Text Symbol: A15 = Current Period Remaining Amt.
Text Symbol: A16 = Last Period Remaining Amt.
Text Symbol: A17 = Curr. Rem.
Text Symbol: A18 = Last Rem.
Text Symbol: A19 = Estm.Final
Text Symbol: A20 = Estimated final period
Text Symbol: A21 = Sequence No.
Text Symbol: A22 = Deduction Type
Text Symbol: A23 = Total Debt Amount
Text Symbol: A24 = Interest Amount
Text Symbol: A25 = Dedu. Perc. (Salary)
Text Symbol: A26 = Fixed Dedu. Amt (Salary)
Text Symbol: A27 = Dedu. Perc. (Bonus)
Text Symbol: A28 = Fixed Dedu. Amt (Bonus)
Text Symbol: A29 = Final Period Deduction
Text Symbol: A30 = Creditor





Text Symbol: A31 = Comment
Text Symbol: A32 = SeqNo


INCLUDES used within this REPORT HTWCTDC0

No INCLUDES are used within this REPORT code!


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