PQA_COMPONENT_INFO SAP (Benefit Eligibility: Salary Component Information) Structure details

Dictionary Type: Structure
Description: Benefit Eligibility: Salary Component Information




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




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

PQA_COMPONENT_INFO 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 "Benefit Eligibility: Salary Component Information" 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_PQA_COMPONENT_INFO TYPE PQA_COMPONENT_INFO.

The PQA_COMPONENT_INFO table consists of various fields, each holding specific information or linking keys about Benefit Eligibility: Salary Component Information data available in SAP. These include STEXT (Salary Component Description), INFTY (Infotype), SUBTY (Subtype), LGART (Wage Type).. 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 PQA_COMPONENT_INFO 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
SCOMPSalary Component PQA_SCOMPCHAR4Assigned to domainPQA_SCOMP
STEXTSalary Component Description PQA_SCOTXTCHAR30TEXT30
INFTYInfotype INFTYCHAR4INFOTYPITP
SUBTYSubtype SUBTYCHAR4SUBTYSUB
LGARTWage Type LGARTCHAR4Assigned to domainLGART
PKINDPackage Indicator PQA_PCKINDCHAR1PQA_PCKIND
SCFEERelevant to Educational Allowances PQA_SCFEECHAR1
DSEQUDisplay Sequence PQA_DSEQUNUMC2NUMC2
MNDRYMandatory Salary Component PQA_MNDRYCHAR1XFELD
MINFGMinimum Amount PQA_MINFIGDEC15(2) DEC13_2
MAXFGMaximum Amount PQA_MAXFIGDEC15(2) DEC13_2
PAOOTLump Sum Payment PQA_PAOOTCHAR1XFELD
MAXTMMaximum Number PQA_MAXTMDEC3DEC3
LNUPRNumber of Time Unit PQA_TMNUMDEC3DEC3
LNUPUTime Unit PQA_TMUNTNUMC2PQA_TMUNT
ELIGRCommon Eligibility Rule PQA_ELIGRCHAR4Assigned to domainPQA_ELIGR
CLCFMName of The Calculation Function Module PQA_CALCFMCHAR30Assigned to domainFUNCNAME
CSEQUCalculation Sequence PQA_CSEQUNUMC2NUMC2
INPSTBenefit Eligibility: Input Setting PQA_INPSTCHAR1PQA_INPST
MINDFMinimum Amount PQA_MINFIGDEC15(2) DEC13_2
MAXDFMaximum Amount PQA_MAXFIGDEC15(2) DEC13_2

Key field Non-key field



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

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

How to access SAP table PQA_COMPONENT_INFO

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