SMI_CHNLDEF SAP (Social Media Channel Definition) Table details

Dictionary Type: Table
Description: Social Media Channel Definition




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




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

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

The SMI_CHNLDEF table consists of various fields, each holding specific information or linking keys about Social Media Channel Definition data available in SAP. These include SOCIALMEDIACHANNEL (Social Media Channel Code), SOCIALMEDIACHANNELPROXY (Proxy Used to Connect to Social Media Channel), NUMBEROFSOCIALPOSTPERPAGE (Number of Social Post Requested per Page), NUMBEROFGETREQUESTSALLOWED (Maximum Number of Queries on Social Media).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = SMI_CHNLDEF_T


SAP SMI_CHNLDEF 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
SOCIALMEDIACHANNELSocial Media Channel Code SMI_SOCIALMEDIACHANNELCHAR4SMI_UNIQUE_IDSMI_SOCIALMEDIACHANNEL
SOCIALMEDIACHANNELPROXYProxy Used to Connect to Social Media Channel SMI_SOCIALMEDIACHANNELPROXYCHAR255SMI_SOCIALMEDIACHANNELPROXY
NUMBEROFSOCIALPOSTPERPAGENumber of Social Post Requested per Page SMI_NUMBEROFSOCIALPOSTPERPAGEINT410SMI_COUNT
NUMBEROFGETREQUESTSALLOWEDMaximum Number of Queries on Social Media SMI_NUMBEROFGETREQUESTSALLOWEDINT410SMI_COUNT
SOCIALMEDIADATAREQUESTExternal Server Address to Fetch the Data SMI_SOCIALMEDIADATAREQUESTCHAR255SMI_SOCIALMEDIADATAREQUEST
SOCIALMEDIARULESETDEFINITIONExternal Server Address to Set Rules for Social Data SMI_SOCLMEDIARULESETDEFINITIONCHAR255SMI_SOCLMEDIARULESETDEFINITION
SOCIALCHANNELREPLYISALLOWEDPosting to Social Media Channel is Allowed SMI_SOCLCHANNELREPLYISALLOWEDCHAR1SMI_SOC_STATUS
SOCIALMEDIACHANNELISACTIVESocial Media Channel Is Active SMI_SOCIALMEDIACHANNELISACTIVECHAR1SMI_SOC_STATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM SMI_CHNLDEF
INTO CORRESPONDING FIELDS OF WA_SMI_CHNLDEF
WHERE...

How to access SAP table SMI_CHNLDEF

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