SMI_S_SOCIALDATA_BUFFER SAP (Buffer structure for Social Data Table) Structure details

Dictionary Type: Structure
Description: Buffer structure for Social Data Table




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




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

SMI_S_SOCIALDATA_BUFFER 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 "Buffer structure for Social Data Table" 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_SMI_S_SOCIALDATA_BUFFER TYPE SMI_S_SOCIALDATA_BUFFER.

The SMI_S_SOCIALDATA_BUFFER table consists of various fields, each holding specific information or linking keys about Buffer structure for Social Data Table data available in SAP. These include CLIENT (Client), SOCIALDATAUUID (Social Data Identifier), SOCIALPOST (Social Media Data ID String), LANGUAGE (Language Description).. 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 SMI_S_SOCIALDATA_BUFFER 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SOCIALDATAUUIDSocial Data Identifier SMI_SOCIALDATAUUIDCHAR32SMI_SOCIALDATAUUID
SOCIALPOSTSocial Media Data ID String SMI_SOCIALPOSTCHAR50SMI_SOCIALPOST
LANGUAGELanguage Description SMI_LANGUAGECHAR10SMI_LANGUAGE
SOCIALMEDIACHANNELSocial Media Channel Code SMI_SOCIALMEDIACHANNELCHAR4SMI_CHNLDEFSMI_UNIQUE_IDSMI_SOCIALMEDIACHANNEL
CREATEDBYUSERCreated By User ID SMI_CREATEDBYUSERCHAR50SMI_USER
CREATIONDATETIMEPost Creation Timestamp SMI_CREATIONDATETIMECHAR50SMI_DATETIME
SOCIALPOSTTYPEType of Feeds Like Video, Photo, Status, Etc. SMI_SOCIALPOSTTYPECHAR255SMI_SOCIALPOSTTYPE
SOCIALPOSTLINKLink to the Post in a Particular Social Media Channel SMI_SOCIALPOSTLINKCHAR255SMI_SOCIALPOSTLINK
NUMBEROFPOSITIVEVOTESCount of Likes or Shares for a Post in Media Channel SMI_NUMBEROFPOSITIVEVOTESCHAR255SMI_NUMBEROFPOSITIVEVOTES
LOCATIONNAMELocation SMI_LOCATIONNAMECHAR50SMI_LOCATIONNAME
COUNTRYNAMECountry SMI_COUNTRYNAMECHAR50SMI_COUNTRYNAME
LONGITUDEMEASURELongitude SMI_LONGITUDEMEASURECHAR50SMI_GEOMEASURE
LATITUDEMEASURELatitude SMI_LATITUDEMEASURECHAR50SMI_GEOMEASURE
SOCIALPOSTACTIONSTATUSAction Taken on Social Post SMI_SOCIALPOSTACTIONSTATUSCHAR1SMI_SOC_STATUS
SOCIALPOSTCATEGORYCategorization of Social Post SMI_SOCIALPOSTCATEGORYCHAR50SMI_SOCIALPOSTCATEGORY
CREATIONUSERNAMESocial Media User Name SMI_CREATIONUSERNAMECHAR255SMI_USERNAME
SOCIALPOSTRETRIVEDBYUSERUser Details Used to Retrieve Social Post SMI_SOCIALPOSTRETRIEVEDBYUSERCHAR255SMI_USERNAME
SOCIALPOSTSEARCHTERMTEXTSearch Term SMI_SOCIALPOSTSEARCHTERMTEXTCHAR50SMI_SOCIALPOSTSEARCHTERMTEXT
CREATEDATCreation Date and Time in UTC Time Stamp (yyyymmddhhmmss) SMI_CREATEDATDEC15TSTPSBCOS_TSTMP
SOCIALPOSTTEXTMention Text SMI_SOCIALPOSTTEXTSTRG0SMI_SOCIALPOSTTEXT
CREATIONDATETIME_UTCCreation Date and Time in UTC Time Stamp (yyyymmddhhmmss) SMI_CREATEDATDEC15TSTPSBCOS_TSTMP
SOCIALPOSTPARENTSocial Media Data ID String SMI_SOCIALPOSTCHAR50SMI_SOCIALPOST
SOCIALPOSTROOTSocial Media Data ID String SMI_SOCIALPOSTCHAR50SMI_SOCIALPOST
STATUSDatabase action status SMI_ACTION_STATUSCHAR1SMI_ACTION_STATUS

Key field Non-key field



How do I retrieve data from SAP structure SMI_S_SOCIALDATA_BUFFER using ABAP code?

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

How to access SAP table SMI_S_SOCIALDATA_BUFFER

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