P15_548_UI_ALV_OUT SAP (Data unification 548) Structure details

Dictionary Type: Structure
Description: Data unification 548




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




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

P15_548_UI_ALV_OUT 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 "Data unification 548" 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_P15_548_UI_ALV_OUT TYPE P15_548_UI_ALV_OUT.

The P15_548_UI_ALV_OUT table consists of various fields, each holding specific information or linking keys about Data unification 548 data available in SAP. These include PERID (Tax number), VORNA (First Name), OPERA (Icon in text fields (substitute display, alias)), INFTY (Infotype).. 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 P15_548_UI_ALV_OUT 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
PERIDTax number P15_F24_CODFISCCHAR16
VORNAFirst Name VORNACHAR25VORNM
OPERAIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
INFTYInfotype INFTYCHAR4INFOTYPITP
SUBTYSubtype SUBTYCHAR4SUBTYSUB
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
SPRPSLock Indicator for HR Master Data Record SPRPSCHAR1SPRPS
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
TPREVSubtype - social security type P15_TPREVCHAR4SUBTY
CHOICESP Choice (subtype 3) P15_TFR_CHOICECHAR1P15_TFR_CHOICE
SITUATIONSP Situation (subtype 3) P15_TFR_SITUATIONCHAR2P15_TFR_SITUATION
SUBSTATUSSP Substate (subtype 3) P15_TFR_SUBSTATCHAR4P15_TFR_SUBSTAT
CDFONFund indicator P15_CDFONCHAR4Assigned to domainP15_CDFON
CDVERPayment indicator P15_CDVERCHAR4Assigned to domainP15_CDVER
CDIDFPersonnel number P15_CDIDFCHAR20P15_CHAR20
TPIFOType of Fund registration P15_TPIFOCHAR10Assigned to domainP15_TPIFO
MOPTFWithdrawl opt.from Sev. Indemnity (100%, min.100%, fix amnt) P15_MOPTFCHAR10P15_MOPTF
PRPTFSevInd withdrawal percentage P15_PRPTFDEC5(2) P15_PERCE
IMPTFSeverance indemnity withdrawal fixed amount P15_IMPTFCURR15(2) P15_IMFAN
ISCDARegistration date P15_ISCDADATS8DATUM
QUODARegistration Fee Payment Date P15_QUODADATS8DATUM
TPAS1Taxation type P15_TPASSNUMC2Assigned to domainP15_TPASS
CDCO1Contribution indicator P15_CDCONCHAR5Assigned to domainP15_CDCON
PRCD1Rate of employee's account P15_PRCDPDEC7(4) P15_PRCDP
TPAS2Taxation type P15_TPASSNUMC2Assigned to domainP15_TPASS
CDCO2Contribution indicator P15_CDCONCHAR5Assigned to domainP15_CDCON
PRCD2Rate of employee's account P15_PRCDPDEC7(4) P15_PRCDP
TPAS3Taxation type P15_TPASSNUMC2Assigned to domainP15_TPASS
CDCO3Contribution indicator P15_CDCONCHAR5Assigned to domainP15_CDCON
PRCD3Rate of employee's account P15_PRCDPDEC7(4) P15_PRCDP
TPAS4Taxation type P15_TPASSNUMC2Assigned to domainP15_TPASS
CDCO4Contribution indicator P15_CDCONCHAR5Assigned to domainP15_CDCON
PRCD4Rate of employee's account P15_PRCDPDEC7(4) P15_PRCDP
GRCA1Calculation group P15_GRCALCHAR3Assigned to domainP15_GRCAL
GRCA2Calculation group P15_GRCALCHAR3Assigned to domainP15_GRCAL
GRCA3Calculation group P15_GRCALCHAR3Assigned to domainP15_GRCAL
GRCA4Calculation group P15_GRCALCHAR3Assigned to domainP15_GRCAL
TFRMDSI form P15_TFRMDNUMC4P15_TFRMD
TFRSZSI form section P15_TFRSZNUMC3NUMC3
TFRSCSI Choice Code P15_TFRSCNUMC2NUMC2
TFRSDSI1 or SI2 form filing date P15_TFRSDDATS8DATUM
TFRDCSI1 or SI2 form compilation date P15_TFRDCDATS8DATUM
SILEAConsent by silence SI P15_SILEACHAR1XFELD
TFRVRVariation of choice P15_TFRVRCHAR1XFELD
TFRNDAverage number of employees for 2006 > 50 P15_TFRNDCHAR1XFELD
TFRFPEnrollment date previous fund P15_TFRFPDATS8DATUM
TFRTSVariation type P15_TFRTSCHAR2P15_TFRTS
TFREDPresentation date for LIDestination section of Emens P15_TFREDDATS8DATUM
DTPOCFirst enrollment date to for 1 compl. company pens. reserves P15_DTPOCDATS8DATUM

Key field Non-key field



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

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

How to access SAP table P15_548_UI_ALV_OUT

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