SMI_VOICE_CUST SAP (Assignment of Sentiment to an Entity on Post Level) Table details

Dictionary Type: Table
Description: Assignment of Sentiment to an Entity on Post Level




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




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

SMI_VOICE_CUST is a standard SAP Table which is used to store Assignment of Sentiment to an Entity on Post Level data and is available within R/3 SAP systems depending on the version and release level.

The SMI_VOICE_CUST table consists of various fields, each holding specific information or linking keys about Assignment of Sentiment to an Entity on Post Level data available in SAP. These include SOCIALDATAUUID (Social Data Identifier), ENTITY_ORIGIN (Entity Extraction Source), ENTITY_TYPE (Entity type), ENTITY (Entity).. 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 SMI_VOICE_CUST 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SOCIALDATAUUIDSocial Data Identifier SMI_SOCIALDATAUUIDCHAR32SMI_SOCIALDATAUUID
ENTITY_ORIGINEntity Extraction Source SMI_ENTITY_ORIGINCHAR20
ENTITY_TYPEEntity type SMI_ENTITY_TYPECHAR75SMI_ENTITY_TYPE
ENTITYEntity SMI_ENTITYCHAR200
AVG_SENTIMENTAverage Sentiment SMI_AVG_SENTIMENTDEC4(3) SMI_AVG_SENTIMENT
AVG_SENTIMENT_VALUATIONSentiment Valuation SMI_SENTIMENT_VALUATIONINT13SMI_SENTIMENT_VALUATION
BIPOLARMixed Sentiment Indicator SMI_BIPOLARCHAR1XFELD
POST_CREATION_DATESocial Post Creation Date SMI_POST_CREATION_DATEDATS8
POST_CREATION_DATETIMESocial Post creation Timestamp in UTC Format SMI_POST_CREATED_AT_UTCDEC15TSTPSBCOS_TSTMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM SMI_VOICE_CUST
INTO CORRESPONDING FIELDS OF WA_SMI_VOICE_CUST
WHERE...

How to access SAP table SMI_VOICE_CUST

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