PV0148 SAP (HR Master Record: Infotype 0148 (Family JP) dummy view) Structure details

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




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




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

PV0148 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) dummy view" 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_PV0148 TYPE PV0148.

The PV0148 table consists of various fields, each holding specific information or linking keys about HR Master Record: Infotype 0148 (Family JP) dummy view data available in SAP. These include FGBDT_DUMMY (Child's Date of Birth), FGBLE_DUMMY (Country of Birth), FANAT_DUMMY (Nationality), FASEX_DUMMY (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 PV0148 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
FAMSA_DUMMYType of Family Record FAMSACHAR4SUBTY
FGBDT_DUMMYChild's Date of Birth FGBDTDATS8DATUM
FGBLE_DUMMYCountry of Birth GBLNDCHAR3Assigned to domainLAND1
FANAT_DUMMYNationality NATSLCHAR3Assigned to domainLAND1NAT
FASEX_DUMMYGender Key GESCHCHAR1GESCH
FAVO1First Name PAD_VORNACHAR40PAD_VORNM
FANA1Last Name PAD_NACHNCHAR40PAD_NACHN
GBDEP_DUMMYState GBDEPCHAR3Assigned to domainREGIO
FGBOT_DUMMYBirthplace GBORTCHAR25TEXT25
FKNZN_DUMMYName Format Indicator for Employee in a List KNZNMNUMC2KNZN2
KDART_DUMMYChild Type KDARTCHAR2Assigned to domainAUSPR
FNAMKFirst name (Katakana) P22J_PFNMKCHAR40P22J_PNAME
LNAMKLast name (Katakana) P22J_PLNMKCHAR40P22J_PNAME
INDRLIndicator for relationship (specification code) P22J_INDRLCHAR2Assigned to domainAUSPR
DP1IDDeduction for age group (Fam. Members) P22J_OLPE2CHAR1P22J_OLPE2
DP2IDDeduction for disabled family member P22J_DISA2CHAR1P22J_DISA2
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 PV0148 using ABAP code?

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

How to access SAP table PV0148

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