HRPAYAT_ST_DATAEXCHANGE SAP (Exchange Structure for Tax Calculation in PY Austria) Structure details

Dictionary Type: Structure
Description: Exchange Structure for Tax Calculation in PY Austria




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




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

HRPAYAT_ST_DATAEXCHANGE 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 "Exchange Structure for Tax Calculation in PY Austria" 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_HRPAYAT_ST_DATAEXCHANGE TYPE HRPAYAT_ST_DATAEXCHANGE.

The HRPAYAT_ST_DATAEXCHANGE table consists of various fields, each holding specific information or linking keys about Exchange Structure for Tax Calculation in PY Austria data available in SAP. These include STLINE (), CNTR2 (Tax split), BEGDA (Start Date), ENDDA (End Date).. 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: Can be enhanced (character-type or numeric)


SAP HRPAYAT_ST_DATAEXCHANGE 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
REFDATStart Date BEGDADATS8DATUM
STLINE 0
CNTR2Tax split PRSPLRAW1RAW1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
STAKZIndicator: Tax Card Submitted? STAK2CHAR1P032_STAKZ
ORDNZOrdinal Number of Tax Card ORDNZNUMC1NUM1
FLAGBFLAG Default Value FLAGBCHAR1FLAGB
STAFSMarital Status Key FAMSTCHAR1FAMST
ALLKZDeductible Amount for Sole Wage Earner/Single Parent ALLKZCHAR1CHAR1
STAGRTax Calculation Procedure STAVRCHAR1STAVR
STAKDNumber of Children of Employee (Tax) STRK2DEC2DEC2
LSSTPMunicipal Tax Liability LSSTPCHAR1XFELD
STAF1Exemption STAF1CURR9(2) P03_CURRC9
LABKZIndicator: Tax-Free Amount for Agricultural Laborer LABKZCHAR1CHAR1
WERBPIncreased Lump Sum for Income-Related Expenses WERBPCURR9(2) P03_CURRC9
PENKZDeductible Amount for Pensioners PENKZCHAR1CHAR1
STAFRTax Exemption STAFRCHAR1STAFR
FBP68Exemption Amount in Acc. with Sec. 68 (6) EStG FBP68CHAR1XFELD
STAFZTax office number FZAMANUMC4FZAMA
STAKAIssuing agency for wage tax card STAKACHAR20TEXT20
STAKNEmployment Tax Card Number STAKNCHAR15CHAR15
STANRTax number at tax office STANRCHAR15CHAR15
JHAUSAnnual Tax Declaration JHAUSCHAR1P032_JHAUS
KIRCHContributions to Churches and Religious Societies KIRCHCURR9(2) P03_CURRC9
PRMJHPermanent Annual Income Tax Declaration PRMJHCHAR1XFELD
AU691Payments in Acc. with Sec. 69 (2) EStG AU691CHAR1XFELD
STP35Exmptn Due to Reduction in Earn.Cap: Prog.Rates Sec.35 EStG STP35CHAR1CHAR1
FBP35Indivd. Exemption Amount According to Sec. 35 Income Tax Law FBP35CURR9(2) P03_CURRC9
PPARTLump Sum Type for Commuter (A) PPARTCHAR4SUBTY
FAHRTCommuter Rate FAHRTCHAR1CHAR1
BETRGTransport Costs PBETRCURR9(2) WERTV5
AUVL1Full Insurance Obligation for Members of Executive Board AUVL1CHAR1XFELD
ARTLZType of Payslip L16 P03_ARTL0NUMC2P03_ARTL0
DBABMExemption/Imputation Method for Double Taxation Convention PB03_DBABMCHAR1PB03_DBABM
FWAGNCompany Car PB03_FWAGNCHAR1XFELD
PPFKTNumber of Days for Journey Between Home - Place of Work PB03_PFKTNCHAR1PB03_PPFKT
WEGKMOne-Way Route Between Home and Work WEGKMDEC3DEC3
WRKVKCompany Transportation PB03_WRKVKCHAR1XFELD
JBTKTJob Ticket PB03_JBTKTCHAR1XFELD
PPAUSCH_OFFCheckbox XFELDCHAR1XFELD
GL_PENSAB_ERHHR Payroll: Amount MAXBTCURR15(2) PRBETRG
FLAG_4JTCheckbox XFELDCHAR1XFELD
FAK_420_NHR Payroll: Amount MAXBTCURR15(2) PRBETRG
STTGA_SPLITHR payroll: Number PRANZDEC15(2) PRANZHL
BASISHR Payroll: Amount MAXBTCURR15(2) PRBETRG
STTGA_INPERHR payroll: Number PRANZDEC15(2) PRANZHL
FLAG_4ZMCheckbox XFELDCHAR1XFELD
STTGAHR payroll: Number PRANZDEC15(2) PRANZHL
STTGA_MERGEHR payroll: Number PRANZDEC15(2) PRANZHL
KF_NENNERFloating Point Number for Reduction Factors PC03_DEC11_4DEC11(4)
KF_ZAEHLERFloating Point Number for Reduction Factors PC03_DEC11_4DEC11(4)
STTGA_PERHR payroll: Number PRANZDEC15(2) PRANZHL
FLAG_JBETRGCheckbox XFELDCHAR1XFELD
FLAG_OUTControl Indicator for Tax Calculation PC03_ASTES_FLAGCHAR1PC03_ASTES_FLAG
FLAG_INControl Indicator for Tax Calculation PC03_ASTES_FLAGCHAR1PC03_ASTES_FLAG
FLAG_FWAGNControl Indicator for Tax Calculation PC03_ASTES_FLAGCHAR1PC03_ASTES_FLAG
FLAG_WRKVKControl Indicator for Tax Calculation PC03_ASTES_FLAGCHAR1PC03_ASTES_FLAG

Key field Non-key field



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

As HRPAYAT_ST_DATAEXCHANGE 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 HRPAYAT_ST_DATAEXCHANGE as there is no data to select.

How to access SAP table HRPAYAT_ST_DATAEXCHANGE

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