T7UNPF_HR_ADDR SAP (Address) Table details

Dictionary Type: Table
Description: Address




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




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

T7UNPF_HR_ADDR is a standard SAP Table which is used to store Address data and is available within R/3 SAP systems depending on the version and release level.

The T7UNPF_HR_ADDR table consists of various fields, each holding specific information or linking keys about Address data available in SAP. These include PERNR (Personnel number), SEQNR (Number of Infotype Record with Same Key), TYPE (Address Type), OPRHD (Unique ID).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP T7UNPF_HR_ADDR table 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
MANDTClient MANDTCLNT3T000MANDT
PERNRPersonnel number PERSNONUMC8PA0003PERSNOPER
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
TYPEAddress Type PUN_ADDR_TYPECHAR10PUN_ADDR_TYPE
OPRHDUnique ID PUN_UNIQUE_IDCHAR15PUN_UNIQUE_ID
EFFECTIVE_DATEEffective Date PUN_EFFET_DATEDATS8DATUM
LINE1Street and House Number PAD_STRASCHAR60PAD_STRAS
LINE22nd Address Line PAD_LOCATCHAR40PAD_LOCAT
LINE3Street 2 AD_STRSPP1CHAR40TEXT40
LINE4Street 3 AD_STRSPP2CHAR40TEXT40
CITYCity PAD_ORT01CHAR40PAD_ORT01
STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
POST_CDPostal Code PSTLZ_HRCHAR10PSTLZ
COUNTRYCountry Name LANDXCHAR15TEXT15
COUNTRY_CDCountry Key LAND1CHAR3Assigned to domainLAND1LND
CRNAMCreated By PUN_CRNAMCHAR12USNAM
CRDATCreated on CDATEDATS8DATUM
CRTIMTime created CREATETIMETIMS6SYTIME
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AETIMTime of last change PUTIMTIMS6UZEIT
OPERATIONOperation PUN_OPERATIONCHAR1PUN_OPERATION
STATUSStatus PUN_STATUSCHAR1PUN_STATUS
EXEC_DATEExecution Date PUN_EXEC_DATEDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP table T7UNPF_HR_ADDR using ABAP code

The following ABAP code Example will allow you to do a basic selection on T7UNPF_HR_ADDR to SELECT all data from the table
DATA: WA_T7UNPF_HR_ADDR TYPE T7UNPF_HR_ADDR.

SELECT SINGLE *
FROM T7UNPF_HR_ADDR
INTO CORRESPONDING FIELDS OF WA_T7UNPF_HR_ADDR
WHERE...

How to access SAP table T7UNPF_HR_ADDR

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