RSDMSM_SEARCH_INPUT SAP (Search for model or source) Structure details

Dictionary Type: Structure
Description: Search for model or source




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




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

RSDMSM_SEARCH_INPUT 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 "Search for model or source" 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_RSDMSM_SEARCH_INPUT TYPE RSDMSM_SEARCH_INPUT.

The RSDMSM_SEARCH_INPUT table consists of various fields, each holding specific information or linking keys about Search for model or source data available in SAP. These include SEARCH_IN (Search in which field), SEARCH_WHAT (Indicates what search has to be done), OBJVERS (Object version), SERVICE (Analytical Method).. 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: Not classified


SAP RSDMSM_SEARCH_INPUT 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
SEARCH_STRSearch Stirng RSDMEM_SEARCH_STRINGCHAR50RSDMDM_DESC50
SEARCH_INSearch in which field RSDMEM_SRCH_INCHAR3RSDMDM_SRCH_IN
SEARCH_WHATIndicates what search has to be done RSDMEM_SRCH_WHATCHAR2RSDMDM_SRCH_WHAT
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
SERVICEAnalytical Method RSDMEM_ANALYTICAL_SERVICECHAR30
MODELAnalytical Model RSDMEM_MODELCHAR30RSDMDM_SNAME
SOURCE_TYPEIndicating Training, Prediction or Evaluation RSDMEM_TRNG_OR_PREDICTCHAR1RSDMDM_OPT2
DS_NAMESource Name RSDMEM_DATA_SOURCE_NAMECHAR72RSDMDM_DATA_SOURCE
STATEStatus of Model and Source RSDMEM_STATUSCHAR1RSDMDM_STATE
CREATED_BYUser who has created the model RSDMEM_MODEL_CREATED_BYCHAR12RSDMDM_USER
MODIFIED_BYUser who has modified the model RSDMEM_MODEL_MODIFIED_BYCHAR12RSDMDM_USER
CREATED_DATE_FROMTime Stamp of model creation RSDMEM_MODEL_CREATED_ONCHAR14RSDMDM_TIMESTAMP
CREATED_DATE_TOTime Stamp of model creation RSDMEM_MODEL_CREATED_ONCHAR14RSDMDM_TIMESTAMP
MODIFIED_DATE_FROMTime Stamp of model modification RSDMEM_MODEL_MODIFIED_ONCHAR14RSDMDM_TIMESTAMP
MODIFIED_DATE_TOTime Stamp of model modification RSDMEM_MODEL_MODIFIED_ONCHAR14RSDMDM_TIMESTAMP
LANGULanguage ID RSDMEM_LANGUAGELANG1Assigned to domainISOLASPRAS

Key field Non-key field



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

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

How to access SAP table RSDMSM_SEARCH_INPUT

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