/GEP/V_SETTINGS SAP (Generated Table for View /GEP/V_SETTINGS) Table View details

Dictionary Type: Table View
Description: Generated Table for View /GEP/V_SETTINGS




ABAP Code to SELECT data from /GEP/V_SETTINGS
Related tables to /GEP/V_SETTINGS
Access table /GEP/V_SETTINGS




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

/GEP/V_SETTINGS is a standard SAP Table View which is used to store Generated Table for View /GEP/V_SETTINGS data and is available within R/3 SAP systems depending on the version and release level.

The /GEP/V_SETTINGS table consists of various fields, each holding specific information or linking keys about Generated Table for View /GEP/V_SETTINGS data available in SAP. These include APPLICATION (), FCALID (Factory Calendar), HCALID (Public Holiday Calendar), GRAPHIK_GRUPPE (Profile group (sort graphics profiles)).. 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 /GEP/V_SETTINGS table view 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 MANDTCLNT3MANDT
APPLICATION /GEP/D_APPLICATIONCHAR2
FCALIDFactory Calendar WFCIDCHAR2WFCIDFCI
HCALIDPublic Holiday Calendar HIDENTCHAR2HIDENTHCI
GRAPHIK_GRUPPEProfile group (sort graphics profiles) BCPRFGROUPCHAR4BCPRFGROUP
GRAPHIK_NAMEName of graphics profile BCPRFNAMECHAR12CHAR12
GRAPHIK_INDEXProfile index for the graphics profile BCPRFINDEXCHAR1CHAR1
ZEILEN_HOEHENatural Number INT4INT410INT4
GRAPHIK_HOEHENatural Number INT4INT410INT4
ALV_DEFAULTCharacter Field Length 1 CHAR01CHAR1CHAR1
ALV_SAVECharacter Field Length 1 CHAR01CHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP table /GEP/V_SETTINGS using ABAP code

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

SELECT SINGLE *
FROM /GEP/V_SETTINGS
INTO CORRESPONDING FIELDS OF WA_/GEP/V_SETTINGS
WHERE...

How to access SAP table /GEP/V_SETTINGS

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