SOCIALDATA SAP (Social Data Definition) Table details

Dictionary Type: Table
Description: Social Data Definition




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




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

SOCIALDATA is a standard SAP Table which is used to store Social Data Definition data and is available within R/3 SAP systems depending on the version and release level.

The SOCIALDATA table consists of various fields, each holding specific information or linking keys about Social Data Definition data available in SAP. These include SOCIALDATAUUID (Social Data Identifier), SOCIALPOST (Social Media Data ID String), LANGUAGE (Language Description), SOCIALMEDIACHANNEL (Social Media Channel Code).. 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 (Deep)


SAP SOCIALDATA 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
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM SOCIALDATA
INTO CORRESPONDING FIELDS OF WA_SOCIALDATA
WHERE...

How to access SAP table SOCIALDATA

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