PSV02 SAP (SI Attribute Fields (D)) Structure details

Dictionary Type: Structure
Description: SI Attribute Fields (D)




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




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

PSV02 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 "SI Attribute Fields (D)" 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_PSV02 TYPE PSV02.

The PSV02 table consists of various fields, each holding specific information or linking keys about SI Attribute Fields (D) data available in SAP. These include SVF02 (SVA Pensioner), SVF03 (SVA Early Retirement), SVF04 (SVA Old-Age Part-Time), SVF05 (SVA Part-Time Employees).. 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 PSV02 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
SVF01SVA Active SVF01CHAR1XFELD
SVF02SVA Pensioner SVF02CHAR1XFELD
SVF03SVA Early Retirement SVF03CHAR1XFELD
SVF04SVA Old-Age Part-Time SVF04CHAR1XFELD
SVF05SVA Part-Time Employees SVF05CHAR1XFELD
SVF06SVA 06 SVF06CHAR1XFELD
SVF07SVA 07 SVF07CHAR1XFELD
SVF08SVA 08 SVF08CHAR1XFELD
SVF09SVA 09 SVF09CHAR1XFELD
SVF10SVA nn SVFNNCHAR1XFELD
SVF11SVA nn SVFNNCHAR1XFELD
SVF12SVA nn SVFNNCHAR1XFELD
SVF13SVA nn SVFNNCHAR1XFELD
SVF14SVA nn SVFNNCHAR1XFELD
SVF15SVA nn SVFNNCHAR1XFELD
SVF16SVA nn SVFNNCHAR1XFELD
SVF17SVA nn SVFNNCHAR1XFELD
SVF18SVA nn SVFNNCHAR1XFELD
SVF19SVA nn SVFNNCHAR1XFELD
SVF20SVA Privately Insured SVF20CHAR1XFELD
SVF21SVA Miners' Insurance SVF21CHAR1XFELD
SVF22Multiple SVA Payment SVF22CHAR1XFELD
SVF23SVA SI Contribution SVF23CHAR1XFELD
SVF24SVA Low-Income Earner SVF24CHAR1XFELD
SVF25SVA HI Exempt under Minimum Annual Income SVF25CHAR1XFELD
SVF26SVA 26 SVF26CHAR1XFELD
SVF27SVA 27 SVF27CHAR1XFELD
SVF28SVA 28 SVF28CHAR1XFELD
SVF29SVA 29 SVF29CHAR1XFELD
SVF30SVA nn SVFNNCHAR1XFELD
SVF31SVA nn SVFNNCHAR1XFELD
SVF32SVA nn SVFNNCHAR1XFELD
SVF33SVA nn SVFNNCHAR1XFELD
SVF34SVA nn SVFNNCHAR1XFELD
SVF35SVA nn SVFNNCHAR1XFELD
SVF36SVA nn SVFNNCHAR1XFELD
SVF37SVA nn SVFNNCHAR1XFELD
SVF38SVA nn SVFNNCHAR1XFELD
SVF39SVA nn SVFNNCHAR1XFELD
SVF40SVA nn SVFNNCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table PSV02

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