PS0026 SAP (HR Master Record: Infotype 0026 (Company Insurance)) Structure details

Dictionary Type: Structure
Description: HR Master Record: Infotype 0026 (Company Insurance)




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




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

PS0026 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 "HR Master Record: Infotype 0026 (Company 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_PS0026 TYPE PS0026.

The PS0026 table consists of various fields, each holding specific information or linking keys about HR Master Record: Infotype 0026 (Company Insurance) data available in SAP. These include OPKEN (Operation Indicator for Wage Types), ZDATE (First payment date), ZFPER (First payment period), ZANZL (Number for determining further payment dates).. 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 PS0026 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
LGARTWage Type LGARTCHAR4T512ZLGART
OPKENOperation Indicator for Wage Types OPKENCHAR1OPKEN
ZDATEFirst payment date DZDATEDATS8DATUM
ZFPERFirst payment period DZFPERNUMC2PABRP
ZANZLNumber for determining further payment dates DZANZLDEC3DEC3
ZEINZTime unit for determining next payment DZEINZCHAR3T538ARPMSH
VSARTInsurance type VRSARCHAR4T591ASUBTY_591A
VSGESInsurance companies VSGESCHAR2T564TCHAR2
VSTARInsurance rate VSTARCHAR5CHAR5
VSSUMAmount Insured VSSUMCURR11(2) WERTV6
VSPRAInsurance premium VSPRACURR9(2) WERTV5
VSNUMInsurance Policy Number VSNUMCHAR12CHAR12
PSTAGLump-sum tax to be paid by ER PSTAGCHAR1XFELD
SVFRECompany insurance exempt from social insurance SVFRECHAR1XFELD
KNZAGIndicator: Supplementary Benefit from Employer KNZAGCHAR1XFELD
DVLFDCompany Insurance from Regular Payments DVLFDCHAR1XFELD
STEPSIndividual Taxation STEPSCHAR1XFELD
GREPSFlat-Rate Tax Limit GREPSCHAR1XFELD
EINTVEntry Date EIDATDATS8DATUM
UNVANVesting Date UDATEDATS8DATUM
DVBLSBank country key BANKSCHAR3T005LAND1BKL
DVBLZBank number BANKLCHAR15BANKLBLZ
DVKTOBank account number BANKNCHAR18BANKN
EMFSLPayee key for bank transfers EMFSLCHAR8EMFSL
EMFTXPayee Text EMFTXCHAR40TEXT40
BKPLZPostal Code PSTLZCHAR10PSTLZ
BKORTCity ORT01CHAR25TEXT25
ZWECKPurpose of Bank Transfers DZWECKCHAR40TEXT40
WAE02Currency of Insurance Total PB01_DVWA2CUKY5T500WWAERSFWS
WAE01Currency of Insurance Premium PB01_DVWA1CUKY5T500WWAERSFWS
ZLSCHPayment Method PCODECHAR1T042ZZLSCH
IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
NTRELNot Relevant for Split P01_VA_NTRELCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table PS0026

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