CGIPVSMDL_DB SAP (Database Structure: Object Customizing - Model Definitions) Structure details

Dictionary Type: Structure
Description: Database Structure: Object Customizing - Model Definitions




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




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

CGIPVSMDL_DB 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 "Database Structure: Object Customizing - Model Definitions" 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_CGIPVSMDL_DB TYPE CGIPVSMDL_DB.

The CGIPVSMDL_DB table consists of various fields, each holding specific information or linking keys about Database Structure: Object Customizing - Model Definitions data available in SAP. These include MANDT (Client), PROFIL_ID (Number of iPPE User Profile), PXTYPE1 (iPPE Node Type, Alternative Type, or Variant Type), PXTYPE2 (iPPE Node Type, Alternative Type, or Variant Type).. 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 CGIPVSMDL_DB 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PROFIL_IDNumber of iPPE User Profile PVS_PROFIL_IDCHAR8CGIPROFILPVS_PROFIL_ID
PXTYPE1iPPE Node Type, Alternative Type, or Variant Type PVS_CUST_TYPECHAR8Assigned to domainPVS_PNODE_TYPE
PXTYPE2iPPE Node Type, Alternative Type, or Variant Type PVS_CUST_TYPECHAR8Assigned to domainPVS_PNODE_TYPE
OTYPE1iPPE Object Type 1 PVS_OTYPE1CHAR1PVS_OTYPE
OTYPE2iPPE Object Type 2 PVS_OTYPE2CHAR1PVS_OTYPE
DIRECT1Display of Objects PVS_DISPLAYCHAR1XFELD
DIRECT1FOLDERControl Indicator for Displaying Folders PVS_FOLDERCHAR1XFELD
DIRECT1UNFOLDIndicator: Expand Folders PVS_UNFOLDCHAR1XFELD
DIRECT1HIDESuppress Objects PVS_HIDECHAR1XFELD
DIRECT2Display of Objects PVS_DISPLAYCHAR1XFELD
DIRECT2FOLDERControl Indicator for Displaying Folders PVS_FOLDERCHAR1XFELD
DIRECT2UNFOLDIndicator: Expand Folders PVS_UNFOLDCHAR1XFELD
DIRECT2HIDESuppress Objects PVS_HIDECHAR1XFELD
DBOPUpdate indicator PVS_DBOPCHAR1PVS_VERBUCHER

Key field Non-key field



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

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

How to access SAP table CGIPVSMDL_DB

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