SAP Reports / Programs

HINUCMAP SAP ABAP Report - Challan Mapping Program for Tax Deductions







HINUCMAP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to map the employee tax details with challan numbers...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 HINUCMAP 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_M40_CMAP - Income Tax: Challan mapping program


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 HINUCMAP. "Basic submit
SUBMIT HINUCMAP AND RETURN. "Return to original report after report execution complete
SUBMIT HINUCMAP 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: SO_ABKRS = Payroll Area
Selection Text: EARLYCHL = Earliest Date of Filing Chl.
Selection Text: SO_BTRTL = Personnel Subarea
Selection Text: SO_BUKRS = Company Code
Selection Text: SO_PERNR = Personnel Number
Selection Text: SO_PERSG = Employee group
Selection Text: SO_PERSK = Employee Subgroup
Selection Text: SO_WERKS = Personnel Area
Selection Text: CHL_AMT = Total Challan Amount
Title: Challan Mapping Program for Tax Deductions
Text Symbol: PE1 = Payroll Period
Text Symbol: PER = Period
Text Symbol: PMP = Partially Mapped Personal Numbers
Text Symbol: PUM = Partially Mapped Personnel Numbers
Text Symbol: PYP = Period
Text Symbol: REG = Regular Run for
Text Symbol: REM = Remarks
Text Symbol: S01 = Saved.
Text Symbol: S02 = The TAN is locked for the run period. The mapping details can no longer be saved for this period.
Text Symbol: S03 = The challan Details are not yet saved.
Text Symbol: SL1 = Sub Level 1
Text Symbol: SL2 = Sub Level 2
Text Symbol: SL3 = Sub Level 3
Text Symbol: SL4 = Sub Level 4
Text Symbol: X99 = Off-cycle payroll
Text Symbol: X98 = Payroll reason
Text Symbol: X01 = Off-Cycle Run
Text Symbol: VNO = ch_det-vou_no
Text Symbol: UNM = Remaining Balance Amount
Text Symbol: UMP = None of the personal number's belonging to the TAN no. is mapped
Text Symbol: UME = Unmapped Personnel Numbers
Text Symbol: TTM = Total Tax Mapped
Text Symbol: STS = Statistics
Text Symbol: SUM = Summary
Text Symbol: T01 = To
Text Symbol: TAM = Successfully Mapped Personnel Numbers
Text Symbol: TAN = TAN No
Text Symbol: TOE = Selected Personnel Numbers





Text Symbol: TPM = Partially Mapped Personnel Numbers
Text Symbol: TST = TAN Status
Text Symbol: TTA = Total Tax of Selected Personnel Numbers
Text Symbol: PAR = Some of personal number's belonging to the TAN no. have been mapped
Text Symbol: 001 = Sub Level 3(sl3)
Text Symbol: 005 = Other Selections
Text Symbol: 006 = Company Code
Text Symbol: 040 = Payroll results not found for the personnel no.
Text Symbol: 100 = Total Number of Employees
Text Symbol: 101 = Total Number of Employees Mapped
Text Symbol: 102 = Total Number of Employees Partially Mapped
Text Symbol: 103 = Total Number of Employees with No tax
Text Symbol: 251 = Error List
Text Symbol: 252 = Message type
Text Symbol: 253 = Message text
Text Symbol: 259 = PAN Number Not maintained for Personnel No.
Text Symbol: BRC = Branch Code
Text Symbol: C01 = Company details
Text Symbol: CDT = Challan Date
Text Symbol: CHD = Challan Details
Text Symbol: CHL = Challan Details
Text Symbol: CHN = ch_det-chlno
Text Symbol: CHQ = Cheque No
Text Symbol: DET = Period
Text Symbol: DTD = Date of Tax Deduction
Text Symbol: E01 = Unable to Save
Text Symbol: E02 = TAN is locked by form 24Q program hence the mapping cannot be changed
Text Symbol: EMA = Successfully Mapped Personnel Numbers
Text Symbol: EPA = Partially Mapped Personnel Numbers
Text Symbol: F01 = From
Text Symbol: FMP = Mapped Personal Numbers
Text Symbol: GD1 = General Data
Text Symbol: LG5 = Color Legend
Text Symbol: LOC = TAN no. is locked.
Text Symbol: LOF = Yes
Text Symbol: LPA = Offcycle Payrol Run?
Text Symbol: LRE = No
Text Symbol: MLE = Main Level
Text Symbol: MPN = Personnel Numbers Not Completely Mapped





Text Symbol: MSG = Messages
Text Symbol: OFF = Off Cycle Run for
Text Symbol: PA1 = Payroll Area


INCLUDES used within this REPORT HINUCMAP

INCLUDE PUMAPIN1. " TABLE AND INFOTYPE DEFINITIONS.
INCLUDE PCREMIN6. " CLUSTERS PCL2 RELATED INCLUDES
INCLUDE PUMAPIN2. " DATA DECLARATIONS.
INCLUDE PUMAPIN7. " MACROS
INCLUDE PUMAPIN3. " SELECTION SCREEN
INCLUDE PUMAPIN4. " MAIN PROCESSING
INCLUDE PUMAPIN6. " MODULES OF SCREENS.
INCLUDE PUMAPIN5. " SUB-ROUTINES


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