VIMSTATUS SAP (Processing status vector for view maintenance) Structure details

Dictionary Type: Structure
Description: Processing status vector for view maintenance




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




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

VIMSTATUS 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 "Processing status vector 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_VIMSTATUS TYPE VIMSTATUS.

The VIMSTATUS table consists of various fields, each holding specific information or linking keys about Processing status vector for view maintenance data available in SAP. These include ST_DATA (CHAR01 data element for SYST), ST_MODE (CHAR01 data element for SYST), ST_ACTION (CHAR01 data element for SYST), TITLE (CHAR03 data element for SYST).. 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 VIMSTATUS 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
ST_DELETECHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
ST_DATACHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
ST_MODECHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
ST_ACTIONCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
TITLECHAR03 data element for SYST SYCHAR03CHAR3SYCHAR03
CUR_LINERow Index of Internal Tables SYTABIXINT410SYST_LONG
FIRSTLINERow Index of Internal Tables SYTABIXINT410SYST_LONG
MAXLINESRow Index of Internal Tables SYTABIXINT410SYST_LONG
CUR_OFFSET2 byte integer (signed) INT2INT25INT2
CUR_FIELDField name DYNFNAMCHAR132DYNFNAM
FCODEFunction Code FCODECHAR20FCODE
UPD_FLAGCheckbox XFELDCHAR1XFELD
MK_XTRow Index of Internal Tables SYTABIXINT410SYST_LONG
MK_TORow Index of Internal Tables SYTABIXINT410SYST_LONG
ALR_SETUPCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
UPD_CHECKDCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
SBSID_RCVDCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
SELCD_RCVDCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
CORR_NBRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
CRCNTSKNWNCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
KEYTBMODFDCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
L_CORR_NBRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
ORDER_NBRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
CORR_ENQUDCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
TR_ALRCHKDCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
ALR_SORTEDCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
DLCLALRCKDCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
INITIALIZDCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
SELECTEDCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
NOKEYSLCDSCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
L_SEL_MODERow Index of Internal Tables SYTABIXINT410SYST_LONG
KEYTBINVLDCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
NEWADRCNTLength (No. of Characters) DDLENGNUMC6DDLENG
PROF_FOUNDCheckbox XFELDCHAR1XFELD
AUTH_CHECKCheckbox XFELDCHAR1XFELD
MARK_ONLYCheckbox XFELDCHAR1XFELD
BCFIXNOCHGCheckbox XFELDCHAR1XFELD
BCFIXDELINFOSENTCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01

Key field Non-key field



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

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

How to access SAP table VIMSTATUS

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