P05_OVERZ_AFDR_K SAP (Premium Reduction Overview) Structure details

Dictionary Type: Structure
Description: Premium Reduction Overview




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




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

P05_OVERZ_AFDR_K 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 "Premium Reduction Overview" 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_P05_OVERZ_AFDR_K TYPE P05_OVERZ_AFDR_K.

The P05_OVERZ_AFDR_K table consists of various fields, each holding specific information or linking keys about Premium Reduction Overview data available in SAP. These include BUKRS (Company Code), GSBER (Business Area), WERKS (Personnel Area), BTRTL (Personnel Subarea).. 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 P05_OVERZ_AFDR_K 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
JUPERLegal Person JUPERCHAR4JUPER
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PERNRPersonnel Number P_PERNRNUMC8PERNR
ENAMEComplete Name PAD_CNAMECHAR80TEXT80
SOFINSoFi Number SOFINNUMC9NUM9
GBDATDate of Birth GBDATDATS8PDATEGBDAT
PERIODEPeriod P05_PERIODECHAR7P05_PERIODE
TOETS_LOONWage for Assessment P05_TOETS_LOONCURR13(2) P_AMT07V
TLPERUnit of Displayed Assessment Wage P05_EENHEID_TOETSLOONCHAR10CHAR10
AANTALNumber of Days/Weeks/Months P05_AANTALCURR15(2) PRBETPE
URENNumber of Hours per Day or Week P05_URENDEC7(2) DEC5_2
URPERUnit of Displayed Hours P05_EENHEID_URENCHAR10CHAR10
FACTORFactor P05_FACTORDEC7(2) DEC5_2
AFDRACHT_LLPremium Reduction Amount for Low Earnings [Lage Lonen] P05_AFDRACHT_LLCURR13(2) P_AMT07V
AFDRACHT_LWPremium Reduction Amount for the Long-Term Unemployed P05_AFDRACHT_LWCURR13(2) P_AMT07V
TOETSLOON_OWAssessment Wage for Education P05_TOETSLOON_OWCURR13(2) P_AMT07V
EENHEID_TOETSLOON_OWUnit of Displayed Assessment Wage for Education P05_EENHEID_TOETSLOON_OWCHAR10CHAR10
AANTAL_OWNumber of Days/Weeks/Months Education P05_AANTAL_OWCURR15(2) PRBETPE
AFDRACHT_OWPremium Reduction Amount for Education/Training P05_AFDRACHT_OWCURR13(2) P_AMT07V
AFDRACHT_DVPremium Reduction Amount for 'Doorstroomvermindering' P05_AFDRACHT_DVCURR13(2) P_AMT07V
AFDRACHT_BOVPremium Reduction Amount for Paid Parental Leave [BOV] P05_AFDRACHT_BOVCURR13(2) P_AMT07V
AFDRACHT_TOTTotal Premium Reduction Amount P05_AFDRACHT_TOTCURR13(2) P_AMT07V
STUKLOON_FIncentive Wages Factor P05_STUKLOONCURR13(2) P_AMT07V

Key field Non-key field



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

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

How to access SAP table P05_OVERZ_AFDR_K

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