/MIVE/S_ERPCUST_CONT SAP (ERP Customer contact structure) Structure details

Dictionary Type: Structure
Description: ERP Customer contact structure




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




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

/MIVE/S_ERPCUST_CONT 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 "ERP Customer contact 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_ERPCUST_CONT TYPE /MIVE/S_ERPCUST_CONT.

The /MIVE/S_ERPCUST_CONT table consists of various fields, each holding specific information or linking keys about ERP Customer contact structure data available in SAP. These include CONTACT_ID (ERP Customer number key), CONTACT_NAME (ERP Customer full name), TITLE (ERP Customer title), FIRST_NAME (ERP Customer first name).. 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: Cannot Be Enhanced


SAP /MIVE/S_ERPCUST_CONT 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
CONTACT_ID_KEYERP Customer number key /MIVE/EPRCUST_CUSTOMER_IDCHAR10Assigned to domainALPHAKUNNR
CONTACT_IDERP Customer number key /MIVE/EPRCUST_CUSTOMER_IDCHAR10Assigned to domainALPHAKUNNR
CONTACT_NAMEERP Customer full name /MIVE/ERPCUST_NAME_FULLCHAR40TEXT40
TITLEERP Customer title /MIVE/ERPCUST_NAME_TITLECHAR30CHAR30
FIRST_NAMEERP Customer first name /MIVE/ERPCUST_NAME_FIRSTCHAR35NAME
LAST_NAMEERP Customer last name /MIVE/ERPCUST_NAME_LASTCHAR35NAME
ADDRESS_FORMATERP Customer full address /MIVE/ERPCUST_ADDRESSCHAR255TEXT255
ADDRESS_STREETERP Customer address (street & house no) /MIVE/ERPCUST_ADDRESS_STREETCHAR70TEXT70
ADDRESS_CITYERP Customer address (city & postal code) /MIVE/ERPCUST_ADDRESS_CITYCHAR50TEXT50
CITYERP Customer city /MIVE/ERPCUST_CITYCHAR40CHAR40
PCODEERP Customer postal code /MIVE/ERPCUST_PCODECHAR10CHAR10
COUNTRYISOERP Customer country ISO code /MIVE/ERPCUST_COUNTRY_ISOCHAR2CHAR2
FAXERP Customer fax number /MIVE/ERPCUST_FAXCHAR40CHAR40
EMAILERP Customer e-mail address /MIVE/ERPCUST_EMAILCHAR241SXIDNAD_SMTPADR
WEBERP Customer web address /MIVE/ERPCUST_WEBCHAR132AD_URISCR
PHONEERP Customer phone number /MIVE/ERPCUST_PHONECHAR40CHAR40
MOBILEERP Customer mobile phone number /MIVE/ERPCUST_MOBILECHAR40CHAR40
FUNCTION_EXTERP Customer external partner function description /MIVE/ERPCUST_FUNC_EXTCHAR40TEXT40
FUNCTION_INTERP Customer internal partner function /MIVE/ERPCUST_FUNC_INTCHAR2Assigned to domainPAFKT
FUNCTION_INT_TEXTERP Customer internal partner function description /MIVE/ERPCUST_FUNC_INT_TEXTCHAR20TEXT20
DEPARTMENT_EXTERP Customer external partner department description /MIVE/ERPCUST_DEP_EXTCHAR40TEXT40
DEPARTMENT_INTERP Customer internal partner department /MIVE/ERPCUST_DEP_INTCHAR4Assigned to domainABTNR
DEPARTMENT_INT_TEXTERP Customer internal partner department description /MIVE/ERPCUST_DEP_INT_TEXTCHAR20TEXT20
BUILDINGERP Customer building /MIVE/ERPCUST_BUILDINGCHAR10TEXT10
FLOORERP Customer floor /MIVE/ERPCUST_FLOORCHAR10TEXT10
ROOMERP Customer room /MIVE/ERPCUST_ROOMCHAR10TEXT10

Key field Non-key field



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

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

How to access SAP table /MIVE/S_ERPCUST_CONT

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