PC23K SAP (Structure for tax routine (Australia)) Structure details

Dictionary Type: Structure
Description: Structure for tax routine (Australia)




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




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

PC23K is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for tax routine (Australia)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PC23K TYPE PC23K.

The PC23K table consists of various fields, each holding specific information or linking keys about Structure for tax routine (Australia) data available in SAP. These include BEGDA (Start Date), ENDDA (End Date), TAXSC (Tax Scale), TAXTP (Flat-Tax Amount Payable).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PC23K structure 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
CNTR2Tax split CNTR2RAW1RAW1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
TAXSCTax Scale P13Q_TAXSCCHAR2Assigned to domainP13Q_TAXSC
TAXTPFlat-Tax Amount Payable P13Q_TAXTPCURR9(2) WERTV5
MEDEXMedicare Levy Exemption P13Q_MEDEXCHAR1P13Q_MEDEX
NODEPNumber of Dependants P13Q_NODEPNUMC4P13Q_NODEP
HECSFHELP/SFSS Contributor P13Q_HECSFCHAR1P13Q_HECSF
PAYPPay period frequency for taxation P13Q_PAYPCHAR2CHAR2
TAXAMTax installment for the period P13Q_TAXAMCURR9(2) WERTV5
GRSPPTotal gross taxable for the period P13Q_GRSPPCURR9(2) WERTV5
TAXFITax Rebate Amount P13Q_TAXFICURR9(2) WERTV5
REBATRebate Key P13Q_REBATCHAR2Assigned to domainP13Q_REBAT
TAXPCFixed Tax Percentage P13Q_TAXPCDEC5(2) DEC3_2
EXTAXPrivate Health Insurance Extra Tax P13Q_EXTAXCHAR1CHAR1
GRSTPTotal gross taxable for the period P13Q_GRSTPCURR15(2) PRBETRG
TAXINTax installment for the period P13Q_TAXINCURR15(2) PRBETRG

Key field Non-key field



How do I retrieve data from SAP structure PC23K using ABAP code?

As PC23K is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PC23K as there is no data to select.

How to access SAP table PC23K

Within an ECC or HANA version of SAP you can also view further information about PC23K 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!