/MIVE/S_SALES_CUSTOMER_DETAIL SAP (MIV Apps: Sales Customer/Contact detail structure) Structure details

Dictionary Type: Structure
Description: MIV Apps: Sales Customer/Contact detail structure




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




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

/MIVE/S_SALES_CUSTOMER_DETAIL 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 "MIV Apps: Sales Customer/Contact detail 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_SALES_CUSTOMER_DETAIL TYPE /MIVE/S_SALES_CUSTOMER_DETAIL.

The /MIVE/S_SALES_CUSTOMER_DETAIL table consists of various fields, each holding specific information or linking keys about MIV Apps: Sales Customer/Contact detail structure data available in SAP. These include CUSTOMER_ID_KEY (MIV Apps: Sales Order customer number), CUSTOMER_ID (Customer Numbers), CUSTOMER_NAME (MIV Apps: Sales Order customer name), CITY (City).. 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_SALES_CUSTOMER_DETAIL 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
CUSTOMER_ID_KEYMIV Apps: Sales Order customer number /MIVE/SALES_CUSTOMER_IDCHAR10Assigned to domainALPHAKUNNR
CUSTOMER_IDCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
CUSTOMER_NAMEMIV Apps: Sales Order customer name /MIVE/SALES_CUSTOMER_NAMECHAR40TEXT40
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
PHONEFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
SEARCH_TERMSort field SORTLCHAR10CHAR10
ADDRESS_FORMATChar255 CHAR255CHAR255CHAR255
TITLETitle text AD_TITLETXCHAR30TEXT30
FIRST_NAMEFirst name AD_NAMEFIRCHAR40TEXT40
LAST_NAMELast name AD_NAMELASCHAR40TEXT40
CLASSCustomer classification KUKLACHAR2Assigned to domainKUKLA
CLASS_TEXTDescription BEZEI20CHAR20TEXT20
INDUSTRYIndustry key BRSCHCHAR4Assigned to domainBRSCH
INDUSTRY_TEXTDescription of the Industry Key TEXT1_016TCHAR20TEXT20
EMPLOYEESYearly number of employees JMZAHNUMC6JMZAH
EMPLOYEES_YEARYear for which the number of employees is given JMJAHNUMC4JAHR
EMPLOYEES_FORMATText (80 Characters) TEXT80CHAR80TEXT80UEB
ANNUAL_SALESAnnual sales UMSA1CURR15(2) UMSA1
ANNUAL_SALES_YEARYear For Which Sales are Given UMJAHNUMC4JAHR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ANNUAL_SALES_FORMATText (80 Characters) TEXT80CHAR80TEXT80UEB
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NOHouse Number AD_HSNM1CHAR10TEXT10
PCODECity postal code AD_PSTCD1CHAR10CHAR10
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
COUNTRYISOCountry ISO code INTCACHAR2INTCAF4_INTCA
COUNTRY_TEXTMIV Apps: Sales Orde country text /MIVE/SALES_CUST_COUNTRY_TEXTCHAR40TEXT40
FAXFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
EMAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
WEBURI, e.g. Homepage or ftp Address AD_URISCRCHAR132AD_URISCR
MOBILEFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table /MIVE/S_SALES_CUSTOMER_DETAIL

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