SAP GRANEDAM Project Information System: GRANEDA Objects Table data and field list

GRANEDAM 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 "Project Information System: GRANEDA Objects" 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_GRANEDAM TYPE GRANEDAM.

The GRANEDAM table consists of various fields, each holding specific information or linking keys about Project Information System: GRANEDA Objects data available in SAP. These include OBJCTH (Object counter, higher-level object), HIER_STUFE (Hierarchy level), OBJEKTID (Object key), OBJEKTTYP (Object 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. .

GRANEDAM structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP GRANEDAM structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the GRANEDAM table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
OBJCT Object counters0
OBJCTH Object counter, higher-level object0
HIER_STUFE Hierarchy level0
OBJEKTID Object key0
OBJEKTTYP Object Type0
OBJKZ Object type (abbreviation)0
KURZTEXT Short text0
ECKST Start (Basic)0
ECKEN Finish (B)0
PROGST Forecast start0
PROGEN Forecast finish0
TESTFR Earliest schedule start Basic0
TEENFR Earliest scheduled finish Basic0
TESTSP Latest scheduled start Basic0
TEENSP Latest scheduled finish Basic0
TPSTFR Earliest scheduled start Forecast0
TPENFR Earliest scheduled finish Forecast0
TPSTSP Latest scheduled start Forecast0
TPENSP Latest scheduled finishe Forecast0
VORLST Interim start0
VORLEN Interim completion0
ISTST Actual start0
ISTEN Actual finish0
DATFS Earliest start date0
DATSE Latest finish date0
EDAUER Duration (basic)0
EDAUEH Unit for basic duration0
PDAUER Forecast duration0
PDAUEH Unit of forecast duration0
VDAUER Tentative duration0
VDAUEH Unit of provisional duration0
IDAUER Actual duration0
IDAUEH Unit of actual duration0
RDAUER Remaining duration0
RDAUEH Unit of remaining duration0
ABARBD Processing % of duration0
EARBEI Basic work0
EARBEH Unit for basic work0
PARBEI Forecast work0
PARBEH Unit of forecast work0
VARBEI Tentative work0
VARBEH Unit of provisional work0
IARBEI Actual work0
IARBEH Unit of actual work0
RARBEI Remaining work0
RARBEH Unit of remaining work0
ABARBA Percent of completion for work0
PSPRI Priority0
STATXT Status text0
FRUEHER Duration: Actual start before earliest start0
SPAETER Duration: Actual/plan finish after latest start0
VERZUG Duration: today after latest finish0
VORBEI Duration: today after latest start0
VEINH Delay unit0
ZUORDNR Assignment Number0
ZUORDTXT Assignment text0
WERKS Plant0
BUKRS Company code0
PLAKZ Planning indicator0
FAKKZ Billing indicator0
BELKZ Account assignment indicator0
VKOKR Controlling area0
FLG_KRIV Indicator: critical0
FLG_SUKV Indicator: subcritical0
PUFGS Total float (basic)0
PUFFR Free float (basic)0
PUFGP Total float (from forecast)0
PUFFP Free float (from forecast)0
STEUS Activity control key0
STEUTXT Control key text0
MLSTN Milestone indicator0
MLSTXT Milestone text0
VORGTYP Object type (milestone, coll.activity)0
HIERCODE Structure code0
VSGRUPPE Version number0
VSNUMMER Version group0
PRCTR Profit center0
KDAUF Sales document0
KDPOS Sales document item0
PSPID Project definition0
POSID WBS element0
AUFNR Network0
VORNR Activity0
UVORN Activity element0
PLNUM Planned order0

Key field Non-key field



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

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

How to access SAP table GRANEDAM

Within an ECC or HANA version of SAP you can also view further information about GRANEDAM and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).