VIMSELLIS3 SAP (Selection Range for View Maintenance) Structure details

Dictionary Type: Structure
Description: Selection Range for View Maintenance




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




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

VIMSELLIS3 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 "Selection Range for View Maintenance" 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_VIMSELLIS3 TYPE VIMSELLIS3.

The VIMSELLIS3 table consists of various fields, each holding specific information or linking keys about Selection Range for View Maintenance data available in SAP. These include NEGATION (NOT operator in selection conditions), LEFTPAR (Row Index of Internal Tables), OPERATOR (Operator in a selection condition), VALUE (Area for table key).. 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 VIMSELLIS3 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
VIEWFIELDField name OLD_FDNAMECHAR10OLD_FDNAME
NEGATIONNOT operator in selection conditions VSNEGATIONCHAR3VSNEGATION
LEFTPARRow Index of Internal Tables SYTABIXINT410SYST_LONG
OPERATOROperator in a selection condition VSOPERATORCHAR2VSOPERATOR
VALUEArea for table key TABKEYLCHAR120TABKEYL
RIGHTPARRow Index of Internal Tables SYTABIXINT410SYST_LONG
AND_ORAND/OR link in a selection condition VSCONJCHAR3VSCONJ
TABIXRow Index of Internal Tables SYTABIXINT410SYST_LONG
DDICCheckbox XFELDCHAR1XFELD
INITIALCheckbox XFELDCHAR1XFELD
COND_KINDCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
FLTP_VALUEFloating point value FLTP_VALUEFLTP16(16) FLTP
INT1_VALUEBIN1 data element for SYST SYBIN1INT13SYBIN1
INT2_VALUEBIN2 data element for SYST SYBIN2INT25SYBIN2
INT4_VALUEBIN4 data element for SYST SYBIN4INT410SYBIN4
RAW_VALUEHexadecimal, 25 characters RAW_25RAW25RAW_25
DATE_VALUEDate DATUMDATS8DATUM
TIME_VALUETime UZEITTIMS6UZEIT
PCKD_VALUECHAR(25) for view maintenance VIM_CHAR25CHAR25VIM_CHAR25
NUMC_VALUE50-digit NUMC_50NUMC50NUMC_50
INVD_VALUEArea for table key TABKEYLCHAR120TABKEYL
CONVERTEDCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01

Key field Non-key field



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

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

How to access SAP table VIMSELLIS3

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