HRI1704 SAP (Additional Personal Data) Structure details

Dictionary Type: Structure
Description: Additional Personal Data




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




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

HRI1704 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 "Additional 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_HRI1704 TYPE HRI1704.

The HRI1704 table consists of various fields, each holding specific information or linking keys about Additional Personal Data data available in SAP. These include SBPRF (Field No Longer Used), CHTYP (Reserved Field/Unused Field of Length 2), SBAUD (Field No Longer Used), KONFE (Religious Denomination 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 HRI1704 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
CHGRPReserved Field/Unused Field of Length 2 NUSED2CHAR2NUSED2
SBPRFField No Longer Used PIQOLD_SBPRFDEC5(2) DEC3_2
CHTYPReserved Field/Unused Field of Length 2 NUSED2CHAR2NUSED2
SBAUDField No Longer Used PIQOLD_SBAUDDATS8DATUM
KONFEReligious Denomination Key PIQKONFECHAR2T516TKONFE
ETHNICEthnic Origin PIQETHNICCHAR4T7PIQETHNICPIQETHNIC
ORIGINReserved field/unused field of length 4 NUSED4CHAR4CHAR4
TAETEStudent's Job PIQTAETENUMC8T513CTAESL
SOCIALSocial Class PIQSOCIALCHAR2T7PIQSOCIALPIQSOCIAL
SERV_STATService Status PIQSERV_STATNUMC2T505MMILSAHRPIQ00SERVICE_STATUS
SERV_NRService Number PIQSERV_NRCHAR20
VETERAN_NRVeteran Administration Number PIQVETERAN_NRCHAR20
DR_LIC_NODriver's License Number DR_LIC_NO_PSCHAR20
DR_LIC_LAND1Country in Which Driver's License Was Issued DR_LIC_LAND1_PSCHAR3T005LAND1
DR_LIC_REGIORegion in Which Driver's License Was Issued DR_LIC_REGIO_PSCHAR3T005SREGIO

Key field Non-key field



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

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

How to access SAP table HRI1704

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