PS0148 SAP (HR Master Record: Infotype 0148 (Family JP)) Structure details

Dictionary Type: Structure
Description: HR Master Record: Infotype 0148 (Family JP)




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




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

PS0148 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 "HR Master Record: Infotype 0148 (Family JP)" 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_PS0148 TYPE PS0148.

The PS0148 table consists of various fields, each holding specific information or linking keys about HR Master Record: Infotype 0148 (Family JP) data available in SAP. These include FGBDT (Child's Date of Birth), FGBLD (Country of Birth), FANAT (Nationality), FASEX (Gender Key).. 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 PS0148 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
FAMSAType of Family Record FAMSACHAR4SUBTY
FGBDTChild's Date of Birth FGBDTDATS8DATUM
FGBLDCountry of Birth GBLNDCHAR3T005LAND1
FANATNationality NATSLCHAR3T005LAND1NAT
FASEXGender Key GESCHCHAR1GESCH
FAVORFirst Name PAD_VORNACHAR40PAD_VORNM
FANAMLast Name PAD_NACHNCHAR40PAD_NACHN
GBDEPState GBDEPCHAR3T005SREGIO
FGBOTBirthplace GBORTCHAR25TEXT25
FKNZNName Format Indicator for Employee in a List KNZNMNUMC2KNZN2
KDARTChild Type KDARTCHAR2T577AUSPR
FNAMKFirst name (Katakana) P22J_PFNMKCHAR40P22J_PNAME
LNAMKLast name (Katakana) P22J_PLNMKCHAR40P22J_PNAME
INDRLIndicator for relationship (specification code) P22J_INDRLCHAR2T577AUSPR
DP1IDDependent (Tax) P22J_DEPENCHAR1P22J_DEPEN
DP2IDDeduction for age group (Fam. Members) P22J_OLPE2CHAR1P22J_OLPE2
DP3IDDeduction for disabled family member P22J_DISA2CHAR1P22J_DISA2
DP4IDDeduction for Live with P22J_LIWTHCHAR1P22J_LIWTH
DPHIDDependent (Health insurance) P22J_DPHIDCHAR1P22J_YESNO
DPFALFamily allowance indicator (Yes/No) P22J_DPFALCHAR1P22J_YESNO
DP5IDInd (Dependent for YEA) P22J_DP5IDCHAR1P22J_YESNO
DEATHDeath flag P22J_DEATHCHAR1XFELD
NONRENon-residence flag P22J_NONRECHAR1XFELD
DPNIDDependent (Nursing insurance) P22J_DPNIDCHAR1P22J_YESNO
CASBTSubtype SUBTYCHAR4SUBTYSUB
CAOBJObject Identification OBJPSCHAR2OBJPSOPS
CABGDStart Date BEGDADATS8DATUM
CAEDDEnd Date ENDDADATS8DATUM
CASQNNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
CNSBTSubtype SUBTYCHAR4SUBTYSUB
CNOBJObject Identification OBJPSCHAR2OBJPSOPS
CHGRSChange Reason P22J_CHGRSCHAR30TEXT30
CFDPEDisability Content P22J_CFDPECHAR60TEXT60
RFDPEDisability Reason P22J_RFDPECHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table PS0148

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