Q0332 SAP (HR Master Record: Infotype 0332 (Social Security - PT)) Structure details

Dictionary Type: Structure
Description: HR Master Record: Infotype 0332 (Social Security - PT)




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




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

Q0332 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 0332 (Social Security - PT)" 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_Q0332 TYPE Q0332.

The Q0332 table consists of various fields, each holding specific information or linking keys about HR Master Record: Infotype 0332 (Social Security - PT) data available in SAP. These include SRTXT (Description of social security regime), CTTXT (Description of contract type), INTXT (Text Field of Length 60), RGCOD (Social security regime code).. 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 Q0332 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
SITXTName of social security institution PPT_SITXTCHAR50TEXT50
SRTXTDescription of social security regime PPT_SRTXTCHAR50TEXT50
CTTXTDescription of contract type PPT_CTTXTCHAR50TEXT50
INTXTText Field of Length 60 TEXT60CHAR60TEXT60
RGCODSocial security regime code PPT_RGCODCHAR3Assigned to domainPPT_RGCOD
PRTXTText Field of Length 60 TEXT60CHAR60TEXT60
LVTXTDescription of voluntary social insurance level PPT_SSTXTCHAR18TEXT18
CBOX1Check box for additional cover PPT_CBOXCHAR1XFELD
CBOX2Check box for additional cover PPT_CBOXCHAR1XFELD
CBOX3Check box for additional cover PPT_CBOXCHAR1XFELD
ADED1Type of ADSE deduction (exempt) PPTP_ADED1CHAR1CHAR1
ADED2Type of ADSE deduction (incremental rate) PPTP_ADED2CHAR1CHAR1
ADED3Type of ADSE deduction (normal) PPTP_ADED3CHAR1CHAR1
CSTXTName of Social Security institution for CGA PPT_CSTXTCHAR50TEXT50
CCTXTDescription of Social Security regime for CGA PPT_CCTXTCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table Q0332

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