DPR_TS_UI_GANTT_VERSION SAP (Version Data in Gantt Chart) Structure details

Dictionary Type: Structure
Description: Version Data in Gantt Chart




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




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

DPR_TS_UI_GANTT_VERSION 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 "Version Data in Gantt Chart" 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_DPR_TS_UI_GANTT_VERSION TYPE DPR_TS_UI_GANTT_VERSION.

The DPR_TS_UI_GANTT_VERSION table consists of various fields, each holding specific information or linking keys about Version Data in Gantt Chart data available in SAP. These include START_DATE (), FINISH_DATE (), MOVEABLE (), RESIZEABLE ().. 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 DPR_TS_UI_GANTT_VERSION 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
GUIDUnique Object Key DPR_TV_OBJECT_GUID_CHARCHAR32SYSUUID_C
START_DATE 0
FINISH_DATE 0
MOVEABLE 0
RESIZEABLE 0
LINKABLE 0
BAR_TYPE 0
PERCENTAGE 0
PERCENTAGE_TTIP 0
IS_CRITICALData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
MOVING_TOOLTIP 0
SIZING_TOOLTIP 0
TOOLTIP 0
AUX_START_DATE 0
AUX_FINISH_DATE 0
BAR_TYPE_AUX 0
AUX_TOOLTIP 0
EDITPROPS_TYPE 0
BAR_TYPE_SOURCE bar type for source element in compare mode0
PLANNED_START_DATE GMI (GANTT More Info):Display of Planned Start Date on GANTT0
PLANNED_START_DATE_VISIBLEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
PLANNED_START_DATE_LAYER GMI: Position of 'Planned Start Date' relative to Bar0
PLANNED_END_DATE_DESCRIPTION GMI:Pl. End Date with additional info (work, duration, etc.)0
PLANNED_END_DATE_VISIBLEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
PLANNED_END_DATE_LAYER GMI: Position of 'Planned End Date' relative to Bar0
START_CONSTRAINT_DATE GMI: Start Constraint Date0
START_CONSTRAINT_TYPE GMI: Type of Start Constraint0
START_CONSTR_TYPE_VISIBLEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
START_CONSTRAINT_TYPE_TXT GMI: Text of Start Constraint Type0
FINISH_CONSTRAINT_DATE GMI: Finish Constraint Date0
FINISH_CONSTRAINT_TYPE GMI: Finish Constraint Type Visible0
FINISH_CONSTR_TYPE_VISIBLEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
FINISH_CONSTRAINT_TYPE_TXT GMI: Text of Finish Constraint Type0
FINISH_CONSTRAINT_DATE_TXT GMI: Date of Finish Constraint0
START_CONSTR_MOVING_TOOLTIP GMI: Moving Tooltip for Start Constraint0
END_CONSTR_MOVING_TOOLTIP GMI: Moving Tooltip for End Constraint0
UPDATE_CONSTRAINT GMI: Trigger change of Constraint on GANNT (e.g. delete)0
COMPARE_MODEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
EDITPROPS_TYPE_CONSTRAINT GMI: To set Constraint Icon 'read'/'read only'0
DISABLE_DELETE_CONSTRAINTData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE

Key field Non-key field



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

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

How to access SAP table DPR_TS_UI_GANTT_VERSION

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