/MIVE/S_EMPLOYEE_ATTR SAP (Employee Lookup - Attribute structure) Structure details

Dictionary Type: Structure
Description: Employee Lookup - Attribute structure




ABAP Code to SELECT data from /MIVE/S_EMPLOYEE_ATTR
Related tables to /MIVE/S_EMPLOYEE_ATTR
Access table /MIVE/S_EMPLOYEE_ATTR




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

/MIVE/S_EMPLOYEE_ATTR 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 "Employee Lookup - Attribute structure" 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_/MIVE/S_EMPLOYEE_ATTR TYPE /MIVE/S_EMPLOYEE_ATTR.

The /MIVE/S_EMPLOYEE_ATTR table consists of various fields, each holding specific information or linking keys about Employee Lookup - Attribute structure data available in SAP. These include PERNR (Personnel Number), OTYPE (Object Type), SOBID (ID of Related Object), ROLE (Role).. 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 (Deep)


SAP /MIVE/S_EMPLOYEE_ATTR 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
SOBIDID of Related Object SOBIDCHAR45CHAR45
ROLE Role0
FIRSTNAMEEmployee First Name /MIVE/EMPLOYEE_FIRSTNAMECHAR40
LASTNAMEEmployee Last Name /MIVE/EMPLOYEE_LASTNAMECHAR40
NAMEEmployee Name /MIVE/EMPLOYEE_NAMECHAR60
JOB_TEXTEmployee Job /MIVE/EMPLOYEE_JOBCHAR40
ORGUNIT_TEXTEmployee OrgUnit /MIVE/EMPLOYEE_ORGUNITCHAR25
MOBILEEmployee Mobile /MIVE/EMPLOYEE_MOBILECHAR30
OFFICE_LOCATIONEmployee Office Location /MIVE/EMPLOYEE_OFFICELOCCHAR50
EMAILEmployee Email /MIVE/EMPLOYEE_EMAILCHAR241
CONT_WORKPHONEEmployee Workphone /MIVE/EMPLOYEE_WORKPHONECHAR30
CONT_WORKPHONE2Employee Workphone /MIVE/EMPLOYEE_WORKPHONECHAR30
CONT_FAXEmployee Fax /MIVE/EMPLOYEE_FAXCHAR30
CONT_CELLEmployee Mobile /MIVE/EMPLOYEE_MOBILECHAR30
CONT_CELL2Employee Mobile /MIVE/EMPLOYEE_MOBILECHAR30
CONT_EMAILEmployee Email /MIVE/EMPLOYEE_EMAILCHAR241
CONT_EMAIL2Employee Email /MIVE/EMPLOYEE_EMAILCHAR241
ORG_MANAGEREmployee Manager /MIVE/EMPLOYEE_MANAGERCHAR40
ORG_MANAGER_IDEmployee Manager ID /MIVE/EMPLOYEE_MANAGERIDCHAR8
ORG_STREETEmployee Street /MIVE/EMPLOYEE_STREETCHAR37
ORG_HOUSENREmployee House Nr /MIVE/EMPLOYEE_HOUSENRCHAR6
ORG_CITYEmployee City /MIVE/EMPLOYEE_CITYCHAR40
ORG_POSTCODEEmployee Postcode /MIVE/EMPLOYEE_POSTCODECHAR10
ORG_COUNTRYCountry /MIVE/EMPLOYEE_COUNTRYCHAR50
ORG_REGIONRegion /MIVE/EMPLOYEE_REGIONCHAR20
ORG_ADDRESSAddress /MIVE/EMPLOYEE_ADDRESSCHAR170
ORG_BUILDINGBuilding /MIVE/EMPLOYEE_BUILDINGCHAR40
ORG_ROOM_NRRoom Number /MIVE/EMPLOYEE_ROOMNRCHAR8
ORG_FAXEmployee Fax /MIVE/EMPLOYEE_FAXCHAR30
ORG_PHONEPhone /MIVE/EMPLOYEE_PHONECHAR25
COMP_CODECompany Name /MIVE/EMPLOYEE_COMPANY_NAMECHAR25
COMP_COSTCENTERCostcenter /MIVE/EMPLOYEE_COSTCENTERCHAR40
COMP_STREETEmployee Street /MIVE/EMPLOYEE_STREETCHAR37
COMP_HOUSENREmployee House Nr /MIVE/EMPLOYEE_HOUSENRCHAR6
COMP_CITYEmployee City /MIVE/EMPLOYEE_CITYCHAR40
COMP_POSTCODEEmployee Postcode /MIVE/EMPLOYEE_POSTCODECHAR10
COMP_COUNTRYCountry /MIVE/EMPLOYEE_COUNTRYCHAR50
COMP_REGIONRegion /MIVE/EMPLOYEE_REGIONCHAR20
COMP_ADDRESSAddress /MIVE/EMPLOYEE_ADDRESSCHAR170
COMP_PHONEPhone /MIVE/EMPLOYEE_PHONECHAR25
COMP_FAXEmployee Fax /MIVE/EMPLOYEE_FAXCHAR30

Key field Non-key field



How do I retrieve data from SAP structure /MIVE/S_EMPLOYEE_ATTR using ABAP code?

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

How to access SAP table /MIVE/S_EMPLOYEE_ATTR

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