Q0013 SAP (Screen Fields: Infotype 0013 (Social Insurance)) Structure details

Dictionary Type: Structure
Description: Screen Fields: Infotype 0013 (Social Insurance)




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




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

Q0013 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 "Screen Fields: Infotype 0013 (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_Q0013 TYPE Q0013.

The Q0013 table consists of various fields, each holding specific information or linking keys about Screen Fields: Infotype 0013 (Social Insurance) data available in SAP. These include KVKTX (SI key - text), RVKTX (SI key - text), AVKTX (SI key - text), PVKTX (SI key - text).. 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 Q0013 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
SVKEYOfficial SI Key PDE_SVKEYCHAR7PDE_SVKEY
KVKTXSI key - text SVTXTCHAR18TEXT18
RVKTXSI key - text SVTXTCHAR18TEXT18
AVKTXSI key - text SVTXTCHAR18TEXT18
PVKTXSI key - text SVTXTCHAR18TEXT18
SONKVSocial Insurance Special Rule Text SONTXCHAR15TEXT15
SONRVSocial Insurance Special Rule Text SONTXCHAR15TEXT15
SONAVSocial Insurance Special Rule Text SONTXCHAR15TEXT15
SONPVSocial Insurance Special Rule Text SONTXCHAR15TEXT15
KVBTXExemption reason text GRUTXCHAR18TEXT18
RVBTXExemption reason text GRUTXCHAR18TEXT18
AVBTXExemption reason text GRUTXCHAR18TEXT18
PVBTXExemption reason text GRUTXCHAR18TEXT18
SVA01SI attribute text SVATXCHAR15TEXT15
SVA02SI attribute text SVATXCHAR15TEXT15
SVA03SI attribute text SVATXCHAR15TEXT15
SVA04SI attribute text SVATXCHAR15TEXT15
SVA05SI attribute text SVATXCHAR15TEXT15
SVA06SI attribute text SVATXCHAR15TEXT15
SVA07SI attribute text SVATXCHAR15TEXT15
SVA08SI attribute text SVATXCHAR15TEXT15
SVTXTSI Key PDE_SVTX1CHAR20TEXT20
WAE01Currency Key WAERSCUKY5T500WWAERSFWS
WAE02Currency Key WAERSCUKY5T500WWAERSFWS
WAE03Currency Key WAERSCUKY5T500WWAERSFWS
SVSSocial Insurance Division SVZSPCHAR1SVZSP
BEZName of supplementary insurance BEZSVCHAR8T5D1HSVVER
KVBContribution Scale Supplementary Pensions P011_ZUSKLCHAR6T5D1GP011_ZUSKL
KVFContribution for Supplementary Social Insurance Germany KVFZUCURR7(2) SVBTR
ZUSSubsidizable Amount DZUSBTCURR7(2) SVBTR
ZVBDistribution of SI Contributions SVBATCHAR1SVBAT
SELSelf-Payer Indicator SELSVCHAR1XFELD
BESModel Confirmation of Supplementary Social Insurance BESSVCHAR1XFELD
SONSpecial Regulations: Supplementary Insurances P001_SONZVCHAR2T5D1QP011_SONZV
WAECurrency Key WAERSCUKY5T500WWAERSFWS
BEGStart Date BEGDADATS8DATUM
EDDEnd Date ENDDADATS8DATUM
PVZUSCI Contribution Bonus PDE_PVZUSCHAR1XFELD
BTSBasic Rate Private Social Insurance for Tax P01_BTSVCURR7(2) SVBTR

Key field Non-key field



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

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

How to access SAP table Q0013

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