SPA_COMPONENT_INFO SAP (Salary packaging Salary component information table) Structure details

Dictionary Type: Structure
Description: Salary packaging Salary component information table




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




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

SPA_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 "Salary packaging Salary component information table" 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_SPA_COMPONENT_INFO TYPE SPA_COMPONENT_INFO.

The SPA_COMPONENT_INFO table consists of various fields, each holding specific information or linking keys about Salary packaging Salary component information table data available in SAP. These include STEXT (Salary Component), 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: Not classified


SAP SPA_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 P16_SCOMPCHAR4Assigned to domainP16_SCOMP
STEXTSalary Component P16_SCOTXTCHAR30TEXT30
INFTYInfotype INFTYCHAR4INFOTYPITP
SUBTYSubtype SUBTYCHAR4SUBTYSUB
LGARTWage Type LGARTCHAR4Assigned to domainLGART
CLCFMName of the calculation function module P16_CALCFMCHAR30Assigned to domainFUNCNAME
F4HFMSalary packaging Category F4 help function module P16_F4HLPFMCHAR30Assigned to domainFUNCNAME
PKINDPackage indicator P16_PCKINDCHAR1P16_PCKIND
RMPRTSalary packaging Remainder parts P16_RMPRTNUMC2NUMC2
CSEQUCalculation sequence P16_CSEQUNUMC2NUMC2
DSEQUDisplay sequence P16_DSEQUNUMC2NUMC2
MNDRYMandatory salary component P16_MNDRYCHAR1XFELD
PRAMTPercentage or Amount Indicator SVSCXCHAR1SVSCX
DEFFGDefault figure P16_DEFFIGDEC15(2) DEC13_2
MINFGMinimum figure P16_MINFIGDEC15(2) DEC13_2
MAXFGMaximum figure P16_MAXFIGDEC15(2) DEC13_2
USDFFUser default values function module P16_USDFFMCHAR30Assigned to domainFUNCNAME
USICFUser input checks function module P16_USICFMCHAR30Assigned to domainFUNCNAME
FACTPSalary packaging: factor of total package P16_FACTPDEC7(3) DEC4_3
PERTYSalary packaging: permission type P16_PERTYCHAR1P16_PERTY
ELIGREligibility rule for compensation CMP_ELIGRCHAR8Assigned to domainCMP_ELIGR
INPSTSalary packaging: input setting P16_INPSTCHAR1P16_INPST
TRALLTravel Allowance indicator P16_TRALLCHAR1

Key field Non-key field



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

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

How to access SAP table SPA_COMPONENT_INFO

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