PS0150 SAP (Infotype Social Insurances (SA)) Structure details

Dictionary Type: Structure
Description: Infotype Social Insurances (SA)




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




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

PS0150 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 "Infotype Social Insurances (SA)" 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_PS0150 TYPE PS0150.

The PS0150 table consists of various fields, each holding specific information or linking keys about Infotype Social Insurances (SA) data available in SAP. These include RVKZ1 (Social Insurance Contribution Type), AVKZ1 (Social Insurance Contribution Type), KVBFG (Exempt Reason), RVBFG (Exempt Reason).. 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 PS0150 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
KVKZ1Social Insurance Contribution Type P16_SVKZ1CHAR1T5W1QP16_SVKZ1
RVKZ1Social Insurance Contribution Type P16_SVKZ1CHAR1T5W1QP16_SVKZ1
AVKZ1Social Insurance Contribution Type P16_SVKZ1CHAR1T5W1QP16_SVKZ1
KVBFGExempt Reason P16_SIEXRCHAR1T5W1GP16_SIEXR
RVBFGExempt Reason P16_SIEXRCHAR1T5W1GP16_SIEXR
AVBFGExempt Reason P16_SIEXRCHAR1T5W1GP16_SIEXR
KVSFRSocial Insurance Company P16_KXSCHCHAR8T5W1MP16_KXSCH
KVGSTSocial Insurance Scheme P16_KYGSTCHAR6T5W1NP16_KYGST
KVBKLContribution Class for Social Insurance ZA P16_STATHCHAR6T5W1UP16_STATH
MITNRMembership Number Social Insurance ZA P16_MITNRCHAR15CHAR15
PFSFRSocial Insurance Company P16_KXSCHCHAR8T5W1MP16_KXSCH
PFGSTSocial Insurance Scheme P16_KYGSTCHAR6T5W1NP16_KYGST
PFTNRMembership Number Social Insurance ZA P16_MITNRCHAR15CHAR15
MADEPEmployee's Percentage of Contribution MADEPDEC7(4) DEC3_4
MADEDTotal Percentage Contribution MADEDDEC5(2) DEC3_2
MAXKVEmployer Threshold Amount MAYKVDEC8(2) DEC6_2
MAFXATotal Amount Contribution MAFXADEC7(2) DEC5_2
PFDEPEmployee's Percentage of Contribution MADEPDEC7(4) DEC3_4
PFDEDTotal Percentage Contribution MADEDDEC5(2) DEC3_2
MAXPFEmployer Threshold Amount MAYKVDEC8(2) DEC6_2
MAGAPGap Insurance P16_MAGAPCHAR1XFELD
MASPCSpecial Contribution Class ZA P16_MASPCCHAR6T5W1UP16_STATH
MAPACMedical Aid Personal Savings Account P16_MAPACDEC8(2) DEC6_2
UIDEDTotal Percentage Contribution MADEDDEC5(2) DEC3_2
MAXUIEmployer Threshold Amount MAYKVDEC8(2) DEC6_2
PFFXATotal Amount Contribution MAFXADEC7(2) DEC5_2
ADDEPNumber of Adult Dependants P16_ADDEPNUMC2NUMC2
CHDEPNumber of Child Dependants P16_CHDEPNUMC2NUMC2
PNYRSPenalty Years P16_PNYRSNUMC3
MEDEPNumber of Member Dependants P16_MEDEPNUMC2NUMC2

Key field Non-key field



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

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

How to access SAP table PS0150

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