Q0392 SAP (Screen fields for infotype 0392) Structure details

Dictionary Type: Structure
Description: Screen fields for infotype 0392




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




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

Q0392 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 for infotype 0392" 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_Q0392 TYPE Q0392.

The Q0392 table consists of various fields, each holding specific information or linking keys about Screen fields for infotype 0392 data available in SAP. These include OBRA2 (Welfare Fund name), SYJU1 (Indicator: Capitalization scheme), SYJU2 (Indicator: SIPA), MRCO4 (Retirement insurance).. 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 Q0392 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
OBRA1Welfare Fund name PAR_OBRATCHAR25TEXT25
OBRA2Welfare Fund name PAR_OBRATCHAR25TEXT25
SYJU1Indicator: Capitalization scheme PAR_SYJU1CHAR1XFELD
SYJU2Indicator: SIPA PAR_SYJU2CHAR1XFELD
MRCO4Retirement insurance PAR_MRCO4CHAR20CHAR20
MRCO5Retirement and pension scheme PAR_MRCO5CHAR35CHAR35
MRCO6DGI PAR_MRCO6CHAR20CHAR20
MRC17Certification of services and remuneration PAR_MRC17CHAR45CHAR45
LGARTWage Type LGARTCHAR4Assigned to domainLGART
IMPORAmount paid by other employer for Income Tax purposes PAR_IMPORCURR13(2) P_AMT07V
LGTXTWage Type Long Text LGTXTCHAR25TEXT25
MARCACheckbox XFELDCHAR1XFELD
CCIMPWage types for other employer taxes PAR_CCIMPCHAR20CHAR20
MRCO2Other employer data PAR_MRCO2CHAR25CHAR25
MRCO3Company address PAR_MRCO3CHAR25CHAR25

Key field Non-key field



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

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

How to access SAP table Q0392

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