PKRSPECL SAP (Special deduction) Structure details

Dictionary Type: Structure
Description: Special deduction




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




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

PKRSPECL 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 "Special deduction" 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_PKRSPECL TYPE PKRSPECL.

The PKRSPECL table consists of various fields, each holding specific information or linking keys about Special deduction data available in SAP. These include SUBIS (Date of submitting application for other insurance premium), FMDOH (Medical expenses for the aged), FMDED (Medical expense for the employee or dependents), SUBME (Date of submitting application for medical expense).. 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: Not classified


SAP PKRSPECL 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
FOTISInsurance premium expense PKR_FOTISCURR10(2) PKR_AMT10
SUBISDate of submitting application for other insurance premium PKR_SUBISDATS8DATUM
FMDOHMedical expenses for the aged PKR_FMDOHCURR9(2) WERT05
FMDEDMedical expense for the employee or dependents PKR_FMDEDCURR9(2) WERT05
SUBMEDate of submitting application for medical expense PKR_SUBMEDATS8DATUM
FCEEEEducation expense for employee him/herself PKR_FCEEECURR10(2) PKR_AMT10
FCECUEducational expenses for dependents PKR_FCECUCURR9(2) WERT05
SUBCEDate of application for cultural & educational expense PKR_SUBCEDATS8DATUM
FLGDOLegal donations PKR_FLGDOCURR9(2) WERT05
FDSDODonations to appointed associations PKR_FDSDOCURR9(2) WERT05
FPRDOInterest Payment for Housing Loan (6M) PKR_FPRDOCURR9(2) WERT05
SUBRDDate of submitting receipt for donation PKR_SUBRDDATS8DATUM
SAVNMHouse savings name PKR_SAVNMCHAR30TEXT30
SAVAMThe saving amount for housing PKR_SAVAMCURR9(2) WERT05
ACQDTDate of buying or renting a house PKR_ACQDTDATS8DATUM
REPAYAnnual repayment for the principal of housing loan PKR_REPAYCURR9(2) WERT05
APPDTDate of application for housing fee PKR_APPDTDATS8DATUM
CRDCDExpense for credit card PKR_CRDCDCURR10(2) PKR_AMT10

Key field Non-key field



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

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

How to access SAP table PKRSPECL

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