VBC_S_UI_MODEL_MAP_SETTINGS SAP (Model Map setttings with as modified by user in UI) Structure details

Dictionary Type: Structure
Description: Model Map setttings with as modified by user in UI




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




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

VBC_S_UI_MODEL_MAP_SETTINGS 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 "Model Map setttings with as modified by user in UI" 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_VBC_S_UI_MODEL_MAP_SETTINGS TYPE VBC_S_UI_MODEL_MAP_SETTINGS.

The VBC_S_UI_MODEL_MAP_SETTINGS table consists of various fields, each holding specific information or linking keys about Model Map setttings with as modified by user in UI data available in SAP. These include APP_ID (Visual Business Application Identifier), VERSION (Version), IS_CUSTOMIZING (Customizing Flag), CONTEXT_TYPE (Configuration type).. 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 VBC_S_UI_MODEL_MAP_SETTINGS 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
APP_IDVisual Business Application Identifier VBC_APP_IDCHAR40CHAR40
VERSIONVersion VBC_VERSIONNUMC5Assigned to domainVBC_VERSION
IS_CUSTOMIZINGCustomizing Flag VBC_CUSTOMIZINGCHAR1VBC_BOOLEAN
CONTEXT_TYPEConfiguration type VBC_CONF_TYPECHAR1VBC_CONF_TYPE
CONTEXT_IDContext ID VBC_CONTEXT_IDCHAR55VBC_CONTEXT_ID
MAP_STREAMXML Serialization as XString VBC_XMLSTREAMRSTR0
MAP_PRODUCT_IDConfiguration Identifier VBC_CONFIG_IDCHAR50VBCUPVBC_CONFIG_ID
MAP_PRODUCT_NAMEDescription VBC_TEXTCHAR255TEXT255
MAP_PROVIDER_IDMap Provider VBC_VENDOR_IDCHAR50VBC_VENDOR_ID
MAP_PLUGINMap plug-in VBC_MAP_PLUGINCHAR50CHAR50
DEFAULT_MAP_PRODUCTFlag for Default Settings VBC_DEFAULT_FLAGCHAR1CHAR1
MAP_URLURL VBC_URLSTRG0
AUTHORIZATION 0
TYPEAuthorization type VBC_AUTH_TYPECHAR1VBC_AUTH_TYPE
USER_NAMEUser VBC_PERS_USERCHAR12UNAME
PASSWORDPassword VBC_PASSWORDCHAR255TEXT255
TOKENToken for Authorization VBC_TOKENSTRG0STRING
CODECode VBC_CODESTRG0STRING
PROXY_TYPEProxy type VBC_PROXY_TYPECHAR1VBC_PROXY_TYPE
PROXY 0
URLURL VBC_URLSTRG0
AUTHORIZATION 0
XML_SSTREAMXML Serialization as String VBC_XMLSTREAM_STRINGSTRG0
DEFAULT_PROXY_URLURL VBC_URLSTRG0
DEFAULT_PROXY_AUTHORIZATION 0
TYPEAuthorization type VBC_AUTH_TYPECHAR1VBC_AUTH_TYPE
USER_NAMEUser VBC_PERS_USERCHAR12UNAME
PASSWORDPassword VBC_PASSWORDCHAR255TEXT255
TOKENToken for Authorization VBC_TOKENSTRG0STRING
CODECode VBC_CODESTRG0STRING
IS_DIRTYBoolean values TRUE (='X') and FALSE (= ' ') VBC_BOOLEANCHAR1VBC_BOOLEAN
IS_DELETEDBoolean values TRUE (='X') and FALSE (= ' ') VBC_BOOLEANCHAR1VBC_BOOLEAN

Key field Non-key field



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

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

How to access SAP table VBC_S_UI_MODEL_MAP_SETTINGS

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