PKRAPP04 SAP (Deduction fields for 2004 YEA) Structure details

Dictionary Type: Structure
Description: Deduction fields for 2004 YEA




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




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

PKRAPP04 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 "Deduction fields for 2004 YEA" 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_PKRAPP04 TYPE PKRAPP04.

The PKRAPP04 table consists of various fields, each holding specific information or linking keys about Deduction fields for 2004 YEA data available in SAP. These include HSSAV (Housing saving amount), EEHSS (Employee housing saving amount), LHSSV (Long-term housing saving amount), DON30 (30% deduction donation amount).. 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 PKRAPP04 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
HSINSHousing installment amount PKR_HSINSCURR9(2) WERT05
HSSAVHousing saving amount PKR_HSSAVCURR10(2) PKR_AMT10
EEHSSEmployee housing saving amount PKR_EEHSSCURR10(2) PKR_AMT10
LHSSVLong-term housing saving amount PKR_LHSSVCURR9(2) WERT05
DON3030% deduction donation amount PKR_DON30CURR9(2) WERT05
POLDNPolitical donation amount PKR_POLDNCURR9(2) WERT05
CONMACongratulations and condo-lences: times of marriage PKR_CONMANUMC1NUMC01
CONRECongratulations and condo-lences: times of removal PKR_CONRENUMC1NUMC01
CONFUCongratulations and condo-lences: times of funeral PKR_CONFUNUMC1NUMC01
CRDDPExpense paid by dependant's credit card PKR_CRDDPCURR9(2) WERT05
GIROEExpense paid by giro institution PKR_GIROECURR9(2) WERT05
CASHEExpense paid by cash PKR_CASHECURR10(2) PKR_AMT10
FORCTPre-paid tax amount in foreign currency PKR_FORCTCURR9(2) WERT05
FORCKPre-paid tax currency in foreign currency PKR_FORCKCUKY5TCURCWAERS
INTTLInterest Payment for Housing Loan (10M) PKR_INTHLCURR9(2) WERT05

Key field Non-key field



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

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

How to access SAP table PKRAPP04

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