SAP /VIRSA/VALIDUSERDATA_HR User HR Data Table data and field list

/VIRSA/VALIDUSERDATA_HR 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 "User HR 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_/VIRSA/VALIDUSERDATA_HR TYPE /VIRSA/VALIDUSERDATA_HR.

The /VIRSA/VALIDUSERDATA_HR table consists of various fields, each holding specific information or linking keys about User HR Data data available in SAP. These include PERNR (Eight-digit numeric value), NAME_FIRST (User field for cluster PC (national)), NAME_LAST (User field for cluster PC (national)), EMAIL (E-Mail Address)... 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. .

/VIRSA/VALIDUSERDATA_HR structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /VIRSA/VALIDUSERDATA_HR structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the /VIRSA/VALIDUSERDATA_HR table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
BNAMEUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
PERNREight-digit numeric value NUM8NUMC8NUM8
NAME_FIRSTUser field for cluster PC (national) CHAR25CHAR25CHAR25
NAME_LASTUser field for cluster PC (national) CHAR25CHAR25CHAR25
EMAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
NATIONALITY3-Byte field CHAR3CHAR3CHAR3
PERS_AREAPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
STELEPHONECommunication Identification/Number SYSIDCHAR30CHAR30
TELEPHONECommunication Identification/Number SYSIDCHAR30CHAR30
FAXCommunication Identification/Number SYSIDCHAR30CHAR30
VALID_FROMStart Date BEGDADATS8DATUM
VALID_TOEnd Date ENDDADATS8DATUM
COST_CENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ORG_UNITEight-digit numeric value NUM8NUMC8NUM8
ORG_DESCObject Name STEXTCHAR40TEXT40
POSITIONEight-digit numeric value NUM8NUMC8NUM8
JOBEight-digit numeric value NUM8NUMC8NUM8
EMP_GROUPSingle-Character Indicator CHAR1CHAR1CHAR1
BUS_AREANot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PERS_AREA_DESCPersonnel Area Text PBTXTCHAR30TEXT30
MPERNREight-digit numeric value NUM8NUMC8NUM8
MBNAMEUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
MFNAMEFirst name AD_NAMEFIRCHAR40TEXT40
MLNAMELast name AD_NAMELASCHAR40TEXT40
MEMAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
MSTELEPHONECommunication Identification/Number SYSIDCHAR30CHAR30
MTELEPHONECommunication Identification/Number SYSIDCHAR30CHAR30
SPRAS2-Character SAP Language Code LAISOCHAR2LAISO

Key field Non-key field



How do I retrieve data from SAP structure /VIRSA/VALIDUSERDATA_HR using ABAP code?

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

How to access SAP table /VIRSA/VALIDUSERDATA_HR

Within an ECC or HANA version of SAP you can also view further information about /VIRSA/VALIDUSERDATA_HR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).