VBI_S_GUI_TEST_UI SAP (UI field structure for program VBI_GUI_TEST) Structure details

Dictionary Type: Structure
Description: UI field structure for program VBI_GUI_TEST




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




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

VBI_S_GUI_TEST_UI 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 "UI field structure for program VBI_GUI_TEST" 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_VBI_S_GUI_TEST_UI TYPE VBI_S_GUI_TEST_UI.

The VBI_S_GUI_TEST_UI table consists of various fields, each holding specific information or linking keys about UI field structure for program VBI_GUI_TEST data available in SAP. These include ROLE (Scene Object Role), TOOLTIP (Text, 255 Characters), DETAIL (Text, 255 Characters), SPOT_POS_LON (Object Longitude in WGS84).. 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: Cannot Be Enhanced


SAP VBI_S_GUI_TEST_UI 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
OBJECT_IDModel Object ID VBI_OBJECT_IDCHAR30CHAR30
ROLEScene Object Role VBI_OBJECT_ROLECHAR40CHAR40
TOOLTIPText, 255 Characters TEXT255CHAR255TEXT255
DETAILText, 255 Characters TEXT255CHAR255TEXT255
SPOT_POS_LONObject Longitude in WGS84 VBI_OBJ_POS_LONGITUDEDEC9(6) VBI_GEO_COORDINATE
SPOT_POS_LATObject Latitude in WGS84 VBI_OBJ_POS_LATITUDEDEC9(6) VBI_GEO_COORDINATE
SPOT_POS_ELEVObject Elevation over Ground VBI_OBJ_ELEVATIONDEC9(6) VBI_ELEVATION
REL_START_POS_LONObject Longitude in WGS84 VBI_OBJ_POS_LONGITUDEDEC9(6) VBI_GEO_COORDINATE
REL_START_POS_LATObject Latitude in WGS84 VBI_OBJ_POS_LATITUDEDEC9(6) VBI_GEO_COORDINATE
REL_DEST_POS_LONObject Longitude in WGS84 VBI_OBJ_POS_LONGITUDEDEC9(6) VBI_GEO_COORDINATE
REL_DEST_POS_LATObject Latitude in WGS84 VBI_OBJ_POS_LATITUDEDEC9(6) VBI_GEO_COORDINATE
FILL_COLORColor description VBI_COLORCHAR21
BORDER_COLORColor description VBI_COLORCHAR21
HIGHLIGHTEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
HEAD_STYLEHead Style for line objects VBI_HEAD_STYLECHAR1VBI_HEAD_STYLE
ADDRESSText, 255 Characters TEXT255CHAR255TEXT255
ROUTE_STARTText, 255 Characters TEXT255CHAR255TEXT255
ROUTE_DESTText, 255 Characters TEXT255CHAR255TEXT255
GENERIC_DETAILSData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
SCALE_X 0
SCALE_Y 0
SCALE_Z 0
ROTATION_X 0
ROTATION_Y 0
ROTATION_Z 0
CIRCLE_TYPECircle Type for UI selection VBI_GUI_TEST_CIRCLE_TYPECHAR1VBI_GUI_TEST_CIRCLE_TYPE
RADIUSRadius for circle objects VBI_CIRCLE_RADIUSINT410VBI_UNSIGNED_INT
SEGMENTSNumber of Segments VBI_GUI_TEST_SEGMENTSINT410VBI_UNSIGNED_INT
START_COLORIndex value VBI_INDEXINT410VBI_UNSIGNED_INT
LEFTOVERLoop Index SYINDEXINT410SYST_LONG
THRESHOLD Treshold value for pie leftover0

Key field Non-key field



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

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

How to access SAP table VBI_S_GUI_TEST_UI

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