SMI_S_USEREMAILADDRESS is an SAP Structure so does not store data like a database table does but can be used to process "Search Help structure for Social Media User email Address" 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_USEREMAILADDRESS TYPE SMI_S_USEREMAILADDRESS .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
SIGN | BAPISIGN | CHAR | 1 | Inclusion/exclusion criterion SIGN for range tables | ||
OPTION | BAPIOPTION | CHAR | 2 | Selection operator OPTION for range tables | ||
LOW | SMI_SOCIALUSEREMAILADDRESS | CHAR | 255 | Social Media User E-mail Address | ||
HIGH | SMI_SOCIALUSEREMAILADDRESS | CHAR | 255 | Social Media User E-mail Address |
Key field | |
Non-key field |
SMI_S_USEREMAILADDRESS - Search Help structure for Social Media User email Address SMI_S_UPD - Fields with update flags SMI_S_TIMESERIES_UPD - SMI_TIMESERIES update structure SMI_S_TIMESERIES_OUT - DELETE ME ! SMI_S_SRCHRSLTATTRIBUTE_RANGE - Range structure for Search attribute result table field SMI_S_SRCHQUERYEXECUTIONINTRVL - Range Structure for search query execution interval