Q0002 SAP (Screen Fields: Infotype 0002 (Personal Data)) Structure details

Dictionary Type: Structure
Description: Screen Fields: Infotype 0002 (Personal Data)




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




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

Q0002 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 "Screen Fields: Infotype 0002 (Personal Data)" 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_Q0002 TYPE Q0002.

The Q0002 table consists of various fields, each holding specific information or linking keys about Screen Fields: Infotype 0002 (Personal Data) data available in SAP. These include FATXT (Marital Status), KITXT (Religious Denomination), NATTX (Nationality (long text)), NA2TX (Nationality (long text)).. 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)


SAP Q0002 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
ANREXForm of address text ANREXCHAR5ANREX
FATXTMarital Status FATXTCHAR6FATXT
KITXTReligious Denomination KITXTCHAR4KITXT
NATTXNationality (long text) NATTXCHAR15TEXT15
NA2TXNationality (long text) NATTXCHAR15TEXT15
NA3TXNationality (long text) NATTXCHAR15TEXT15
LANDXCountry Name LANDXCHAR15TEXT15
GBPASDate of Birth According to Passport QGBPSCHAR10CHAR10
GBDATDate of Birth GBDATDATS8PDATEGBDAT
GESCHGender key GESC1CHAR1CHAR1
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
PERIDPersonnel ID Number PRDNICHAR20CHAR20
GESC1Gender key GESC1CHAR1CHAR1
GESC2Gender key GESC2CHAR1CHAR1
GESC3Gender key GESC3CHAR1CHAR1
BMPTRBumiputera status - Malaysia P14_BMPTRCHAR1XFELD
FNAMEFull name for infotype 0002 - Malaysia P14_FNAMECHAR50CHAR50
CURPIndividual registration number PMX_CURPCHAR18CHAR18
CCUILWorker identification code PAR_CCUILCHAR13CHAR13
ID_TYPEIdentity document type PES_IDTYPECHAR1PES_ID
BLTYPEmployee Blood Type P48_BLTYPCHAR3P48_BTYPE
AGEEmployee Age P48_AGENUMC3NUM03
PEREGPersonnel register number P12_PRDNICHAR20CHAR20
NUMSSSocial insurance number NUMSSCHAR13NUMSS
CLESSVerification key for the SI number CLESSNUMC2NUM2
BSNCDCitizen Service Number [BSN] P05_BSNNUMC9NUM9
POINT P06P_POINTNUMC6NUMC6
INSTYProvisional INSEE number: type P06P_TG_INSTYCHAR1P06P_TG_INSTY

Key field Non-key field



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

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

How to access SAP table Q0002

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