P2CN_TAX SAP (Payroll result: Income Tax (CN)) Table details

Dictionary Type: Table
Description: Payroll result: Income Tax (CN)




ABAP Code to SELECT data from P2CN_TAX
Related tables to P2CN_TAX
Access table P2CN_TAX




Table field list including key, data, relationships and ABAP select examples

P2CN_TAX is a standard SAP Table which is used to store Payroll result: Income Tax (CN) data and is available within R/3 SAP systems depending on the version and release level.

The P2CN_TAX table consists of various fields, each holding specific information or linking keys about Payroll result: Income Tax (CN) data available in SAP. These include MANDT (Client), DCT_PERNR (Personnel Number), DCT_SEQNR (Sequence Number), DCT_ROWID (Unique Row Number).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP P2CN_TAX table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
DCT_PERNRPersonnel Number P_PERNRNUMC8PERNR
DCT_SEQNRSequence Number CDSEQNUMC5HRPY_RGDIRNUM5
DCT_ROWIDUnique Row Number HRDCT_ROWIDNUMC5HRDCT_ROWID
CNTR2Tax split CNTR2RAW1RAW1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
TXUSEIndicator: used tax split PCN_TXUSECHAR1XFELD
TXARETax area PCN_TXARECHAR2Assigned to domainPCN_TXARE
EETYPEmployee tax type PCN_EETYPCHAR1PCN_EETYP
PRTCLIndicator: tax agreement PCN_PRTCLCHAR1XFELD
SPCRLSpecial rule for tax calculation PCN_SPCRLCHAR1Assigned to domainPCN_SPCRL
TXFLGIndicator: tax paid by employer PCN_TXFLGCHAR1XFELD
EXEMTIndicator: tax exempted PCN_EXEMTCHAR1XFELD
TAXIDTax ID PCN_TAXIDCHAR18CHAR18
TXGRPTax rate grouping PCN_TXGRPCHAR1PCN_TXGRP
TXPCTPercentage of Tax Withholding-Fast Formula PTW_TXPCTDEC7(2) DEC5_2
TXACCAccumulation for Tax withholding Fast Formula PTW_TXACCCURR13(2) P_AMT07V
TXACYTax Accu.Currency PTW_TXACYCUKY5Assigned to domainWAERS
EXPAMExempted amount PCN_EXPAMCURR13(2) P_AMT07V
EXPCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TXBCTPercentage of Tax Withholding-Fast Formula PTW_TXPCTDEC7(2) DEC5_2
TXBCCAccumulation for Tax withholding Fast Formula PTW_TXACCCURR13(2) P_AMT07V
TXBCYTax Accu.Currency PTW_TXACYCUKY5Assigned to domainWAERS
INCM1Taxable indicator: income group1 PCN_INCM1CHAR1XFELD
INCM2Taxable indicator: income group2 PCN_INCM2CHAR1XFELD
INCM3Taxable indicator: income group3 PCN_INCM3CHAR1XFELD
INCM4Taxable indicator: income group4 PCN_INCM4CHAR1XFELD
TXSCTPercentage of Tax Withholding-Fast Formula PTW_TXPCTDEC7(2) DEC5_2
TXSCCAccumulation for Tax withholding Fast Formula PTW_TXACCCURR13(2) P_AMT07V
TXSCYTax Accu.Currency PTW_TXACYCUKY5Assigned to domainWAERS
TXVCTPercentage of Tax Withholding-Fast Formula PTW_TXPCTDEC7(2) DEC5_2
TXVCCAccumulation for Tax withholding Fast Formula PTW_TXACCCURR13(2) P_AMT07V
TXVCYTax Accu.Currency PTW_TXACYCUKY5Assigned to domainWAERS
PAYDTPay date for payroll result PAY_DATEDATS8DATUM
TXSAGIndicator: tax paid by employer for Base Salary PCN_TXSAGCHAR1CHAR1
TXYEGTax Paid by Employer for Year-End Bonus PCN_TXYEGCHAR1CHAR1
TXSPGIndicator: tax paid by employer for Severance Payments PCN_TXSPGCHAR1CHAR1
TXCPGTax on Employer Contribs to Corp. Pension Paid by Employer PCN_TXCPGCHAR1CHAR1
TXCCTPercentage of Tax Withholding-Fast Formula PTW_TXPCTDEC7(2) DEC5_2
TXCCCAccumulation for Tax withholding Fast Formula PTW_TXACCCURR13(2) P_AMT07V
TXCCYTax Accu.Currency PTW_TXACYCUKY5Assigned to domainWAERS
TXERSTax on Early Retirement Subsidy Paid by Employer PCN_TXERSCHAR1CHAR1
ERRATTax Percentage Paid by Employer PCN_RATERDEC7(2) DEC5_2
ERAMTTax Amount Paid by Employer PCN_AMTERCURR13(2) P_AMT07V
ERACUContribution base currency PCN_BACURCUKY5Assigned to domainWAERS
ADDTXAdditional Tax PCN_ADDTXCHAR1XFELD
TXCWS Indicator: tax calc. for casual worker in special policy0
EXRATExempted contribution rate PCN_EMRATDEC7(2) DEC5_2

Key field Non-key field



How do I retrieve data from SAP table P2CN_TAX using ABAP code

The following ABAP code Example will allow you to do a basic selection on P2CN_TAX to SELECT all data from the table
DATA: WA_P2CN_TAX TYPE P2CN_TAX.

SELECT SINGLE *
FROM P2CN_TAX
INTO CORRESPONDING FIELDS OF WA_P2CN_TAX
WHERE...

How to access SAP table P2CN_TAX

Within an ECC or HANA version of SAP you can also view further information about P2CN_TAX and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!