/OPT/VIM_FGROUP SAP (VIM Analytics frequency Group Configuration table) Table details

Dictionary Type: Table
Description: VIM Analytics frequency Group Configuration table




ABAP Code to SELECT data from /OPT/VIM_FGROUP
Related tables to /OPT/VIM_FGROUP
Access table /OPT/VIM_FGROUP




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

/OPT/VIM_FGROUP is a standard SAP Table which is used to store VIM Analytics frequency Group Configuration table data and is available within R/3 SAP systems depending on the version and release level.

The /OPT/VIM_FGROUP table consists of various fields, each holding specific information or linking keys about VIM Analytics frequency Group Configuration table data available in SAP. These include FDTEXT (VIM Analytics Frequency Group Field name), FDNAME (VIM Analytics Frequency Group IE Field name), DP_FDNAME (VIM Analytics Frequency Group DP Field name), DOC_CATEGORY (VIM Analytics Frequency Group DOC_CATEGORY).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /OPT/VIM_FGROUP table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
FDTEXTVIM Analytics Frequency Group Field name /OPT/VIM_RPT_FDTEXTCHAR20
FDNAMEVIM Analytics Frequency Group IE Field name /OPT/VIM_RPT_IE_FDNAMECHAR30Assigned to domainFDNAME
DP_FDNAMEVIM Analytics Frequency Group DP Field name /OPT/VIM_RPT_DP_FDNAMECHAR30Assigned to domainFDNAME
DOC_CATEGORYVIM Analytics Frequency Group DOC_CATEGORY /OPT/VIM_RPT_DOC_CATEGORYCHAR1/OPT/VIM_RPT_DOC_CATEGORY
WF_ONLY_FLAGVIM Analytics Frequency Group view option /OPT/VIM_RPT_WF_ONLYCHAR1/OPT/VIM_RPT_VIEW_OPTION
ACTIVE_FLAGVIM Analytics Active flag /OPT/VIM_RPT_ACTIVE_FLAGCHAR1FLAG
DISPLAY_SEQUENCEVIM Analytics Frequency Group display sequence /OPT/VIM_RPT_DISPLAY_SEQUENCENUMC2/OPT/VIM_RPT_DISPLAY_SEQUENCE
PROCESS_FLAGVIM Analytics Frequency Group: process flag /OPT/VIM_RPT_DATE_FORMATCHAR1/OPT/VIM_RPT_DATE_FORMAT

Key field Non-key field



How do I retrieve data from SAP table /OPT/VIM_FGROUP using ABAP code

The following ABAP code Example will allow you to do a basic selection on /OPT/VIM_FGROUP to SELECT all data from the table
DATA: WA_/OPT/VIM_FGROUP TYPE /OPT/VIM_FGROUP.

SELECT SINGLE *
FROM /OPT/VIM_FGROUP
INTO CORRESPONDING FIELDS OF WA_/OPT/VIM_FGROUP
WHERE...

How to access SAP table /OPT/VIM_FGROUP

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