CGPL_VRSN_HDR SAP (Project Planning: Version Headers) Table details

Dictionary Type: Table
Description: Project Planning: Version Headers




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




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

CGPL_VRSN_HDR is a standard SAP Table which is used to store Project Planning: Version Headers data and is available within R/3 SAP systems depending on the version and release level.

The CGPL_VRSN_HDR table consists of various fields, each holding specific information or linking keys about Project Planning: Version Headers data available in SAP. These include APPLICATION (Application in Project Planning), VERSION (Version Number), VERSION_TYPE (Version Type), IS_RELEASED (Version Has Been Released for Use).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = CGPL_VRSN_HDR_T


SAP CGPL_VRSN_HDR 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
APPLICATIONApplication in Project Planning CGPL_APPLICATION_TYPECHAR3CGPL_APPLICATIONCGPL_APPLICATION_TYPE
VERSIONVersion Number CGPL_TV_VERSIONCHAR24CGPL_VERSION
VERSION_TYPEVersion Type CGPL_TV_VERSION_TYPECHAR3CGPL_VERSION_TYPE
IS_RELEASEDVersion Has Been Released for Use CGPL_TV_IS_RELEASEDCHAR1XFELD
VALID_FROMDate, from Which a Version Can Be Used CGPL_TV_VALID_FROMDATS8DATUM
VALID_TODate, Until Which a Version Can Be Used CGPL_TV_VALID_TODATS8DATUM
CREATED_BYName of Person Who Created Object CGPL_CREATED_BYCHAR12USNAM
CREATED_ONDate When the Object Was Created CGPL_CREATED_ONDATS8DATUM
CREATED_ATTime at Which an Object Was Created CGPL_TV_CREATED_ATTIMS6
CHANGED_BYName of Person Who Changed Object CGPL_CHANGED_BYCHAR12USNAM
CHANGED_ONDate on which object was last changed CGPL_CHANGED_ONDATS8DATUM
CHANGED_ATTime of Last Change to Object CGPL_TV_CHANGED_ATTIMS6
SNP4MTASnapshot for MTA analysis CGPL_TV_SNP4MTACHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table CGPL_VRSN_HDR using ABAP code

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

SELECT SINGLE *
FROM CGPL_VRSN_HDR
INTO CORRESPONDING FIELDS OF WA_CGPL_VRSN_HDR
WHERE...

How to access SAP table CGPL_VRSN_HDR

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