PS0548 SAP (Infotype 0548 - Supplementary Social Security funds (IT)) Structure details

Dictionary Type: Structure
Description: Infotype 0548 - Supplementary Social Security funds (IT)




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




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

PS0548 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 "Infotype 0548 - Supplementary Social Security funds (IT)" 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_PS0548 TYPE PS0548.

The PS0548 table consists of various fields, each holding specific information or linking keys about Infotype 0548 - Supplementary Social Security funds (IT) data available in SAP. These include CDFON (Fund indicator), CDVER (Payment indicator), CDIDF (Personnel number), TPIFO (Type of Fund registration).. 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 PS0548 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
TPREVSubtype - social security type P15_TPREVCHAR4SUBTY
CDFONFund indicator P15_CDFONCHAR4T5ITP1P15_CDFON
CDVERPayment indicator P15_CDVERCHAR4T5ITP4P15_CDVER
CDIDFPersonnel number P15_CDIDFCHAR20P15_CHAR20
TPIFOType of Fund registration P15_TPIFOCHAR10Assigned to domainP15_TPIFO
CDCALPayment calendar indicator P15_CDCALCHAR4T5ITP3P15_CDCAL
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
ITWAECurrency Key for Italy PB15_WAERSCUKY5T500WWAERSFWS
ISCDARegistration date P15_ISCDADATS8DATUM
SOSFGSuspension Indicator P15_SOSFGCHAR1XFELD
SOSDASuspension Date P15_SOSDADATS8DATUM
REIFGNew Registration Indicator P15_REIFGCHAR1XFELD
REIDANew Registration Date P15_REIDADATS8DATUM
QUODARegistration Fee Payment Date P15_QUODADATS8DATUM
QUODPRegistration Fee debited to EE P15_QUODPCURR13(2) P15_QUODP
WAERSCurrency Key P15_WAERSCUKY5Assigned to domainWAERS
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_TFRMDNUMC4T5ITFCP15_TFRMD
TFRSZSI form section P15_TFRSZNUMC3T5ITFCNUMC3
TFRSCSI Choice Code P15_TFRSCNUMC2T5ITFCNUMC2
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
DTSCASelection Expiration Date P15_DTSCADATS8DATS
TFSCTSP choice type P15_TFSCTCHAR2P15_TFSCT
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
PRSILPercentage of silent SP P15_TFR_PR_SILDEC5(2) P15_TFR_PR_SIL

Key field Non-key field



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

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

How to access SAP table PS0548

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