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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M40_CMAP - Income Tax: Challan mapping program
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: 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
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
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.
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.