HMXCAJD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report allows you to defer the tax adjustment amount in several payroll periods, depending on if it was a deduction or a contribution...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 HMXCAJD0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M32_CAJD0 - Adjustment of annual deferred tax
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: WTYPEP = Wage type for payment
Selection Text: WTYPED = Wage type for deduction
Selection Text: PRUEBA = Test
Selection Text: PFP = First payment date
Selection Text: PERCEP = Payment amount
Selection Text: NPPP = No. payment periods payment
Selection Text: NPPD = No. payment periods deduction
Selection Text: MAP_NAME = Name batch input session
Selection Text: ENDAJ = End date
Selection Text: DEDUCC = Deduction amount
Selection Text: BINORMAL = Regular batch input
Selection Text: BIDIRECT = Direct batch input
Selection Text: BEGAJ = Start date
Selection Text: ASG_ORG = RFC in tax adjustment
Title: Adjustment of annual deferred tax
Text Symbol: YEA = Yr
Text Symbol: UNI = Unit
Text Symbol: TX8 = Batch Input
Text Symbol: TX7 = deferred Annual tax in Batch?
Text Symbol: TX6 = DoYouWantTo generate adj. session
Text Symbol: TIT = Information
Text Symbol: TIP = Payt Type
Text Symbol: TB3 = Batch
Text Symbol: TB2 = Close
Text Symbol: TB1 = Return
Text Symbol: T05 = specified on screen
Text Symbol: T04 = There is no information for parameters
Text Symbol: RAJ = Tax adjustment ranges
Text Symbol: PRO = Processing type
Text Symbol: P03 = Gen. batch input
Text Symbol: 002 = Investment period
Text Symbol: 003 = Annual credit/tax adjustment
Text Symbol: 004 = Deferred tax adjustment: Employees with error in direct B.I.
Text Symbol: 005 = Adjustment period:
Text Symbol: 006 = Deduction periods:
Text Symbol: 007 = Adjustment details of deferred annual tax:
Text Symbol: 008 = Start date
Text Symbol: 009 = Error list
INCLUDE PCAJDMX0.
INCLUDE RPCCCD09.
INCLUDE PCAJLMX0.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.