PSK13 SAP (Field string for attribute: Social Insurance) Structure details

Dictionary Type: Structure
Description: Field string for attribute: Social Insurance




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




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

PSK13 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 "Field string for attribute: Social Insurance" 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_PSK13 TYPE PSK13.

The PSK13 table consists of various fields, each holding specific information or linking keys about Field string for attribute: Social Insurance data available in SAP. These include AKSTA (Activity status), ANSTA (Employment status), AUSTA (Training status), PATTR (SI Attribute).. 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 PSK13 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
AKSTAActivity status AKSTANUMC1NUM1
ANSTAEmployment status ANSTANUMC1NUM1
AUSTATraining status AUSTANUMC1NUM1
PATTRSI Attribute SVATTCHAR2Assigned to domainSVATT
ATT20SI secondary attribute SSVATCHAR1CHAR1
ATT21SI secondary attribute SSVATCHAR1CHAR1
ATT22SI secondary attribute SSVATCHAR1CHAR1
ATT23SI secondary attribute SSVATCHAR1CHAR1
ATT24SI secondary attribute SSVATCHAR1CHAR1
ATT25SI secondary attribute SSVATCHAR1CHAR1
ATT26SI secondary attribute SSVATCHAR1CHAR1
ATT27SI secondary attribute SSVATCHAR1CHAR1
ATT28SI secondary attribute SSVATCHAR1CHAR1
ATT29SI secondary attribute SSVATCHAR1CHAR1
ATT30SI secondary attribute SSVATCHAR1CHAR1
ATT31SI secondary attribute SSVATCHAR1CHAR1
ATT32SI secondary attribute SSVATCHAR1CHAR1
ATT33SI secondary attribute SSVATCHAR1CHAR1
ATT34SI secondary attribute SSVATCHAR1CHAR1
ATT35SI secondary attribute SSVATCHAR1CHAR1
ATT36SI secondary attribute SSVATCHAR1CHAR1
ATT37SI secondary attribute SSVATCHAR1CHAR1
ATT38SI secondary attribute SSVATCHAR1CHAR1
ATT39SI secondary attribute SSVATCHAR1CHAR1
KVKZ1Indicator for Health Insurance KVKZ1CHAR1Assigned to domainSVSCH
RVKZ1Indicator: Pension Insurance RVKZ1CHAR1Assigned to domainSVSCH
AVKZ1Indicator: Unemployment Insurance AVKZ1CHAR1Assigned to domainSVSCH
MITKAEmployee fund MITKACHAR2CHAR2
ZUSKAAdditional health insurance fund KASSECHAR2CHAR2
BKLASContribution Class BTKLACHAR1CHAR1
BETRGFixed contribution FBEITCHAR1CHAR1
SELKVIndicator Self-Payer HI PDE_SELKVCHAR1CHAR1
SELRVSelf-Payer Pension Insurance PDE_SELRVCHAR1CHAR1
KVBFGReason for HI exemption KVBFGCHAR1Assigned to domainP011_KVSVA
RVBFGReason for PI Exemption RVBFGCHAR1Assigned to domainP011_KVSVA
AVBFGReason for UI Exemption AVBFGCHAR1Assigned to domainP011_KVSVA
MAXKVMaximum HI gross MXKVBCHAR1CHAR1
MITNRMembership number MITGNCHAR1CHAR1
PVKZ1Care Insurance Indicator PVKZ1CHAR1Assigned to domainSVSCH
PVBKLContribution Class BTKLACHAR1CHAR1
PVFBTFixed contribution FBEITCHAR1CHAR1
SELPVIndicator Self-Payer CI PDE_SELPVCHAR1CHAR1
PVBFGReason for CI Exemption PVBFGCHAR1Assigned to domainP011_KVSVA
MAXPVMaximum Gross CI MXPVBCHAR1CHAR1
ALTJJAge in years PDE_ALTERNUMC3PDE_ALTER
KVSCHHI Fund Key for Compulsory Health Insurance Fund KVSCHCHAR8Assigned to domainKVSCH
KVGSTHI Fund Branch Office KVGSTCHAR6Assigned to domainKVGST
CTTYPContract Type CTTYPCHAR2Assigned to domainCTTYP

Key field Non-key field



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

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

How to access SAP table PSK13

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