RPM_TS_PROJ_DEPENDENCY_ARCH SAP (Project and Task Dependencies) Structure details

Dictionary Type: Structure
Description: Project and Task Dependencies




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




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

RPM_TS_PROJ_DEPENDENCY_ARCH 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 and Task Dependencies" 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_RPM_TS_PROJ_DEPENDENCY_ARCH TYPE RPM_TS_PROJ_DEPENDENCY_ARCH.

The RPM_TS_PROJ_DEPENDENCY_ARCH table consists of various fields, each holding specific information or linking keys about Project and Task Dependencies data available in SAP. These include PRED_PROJECT (ID), PROJ_DESCRIPTION (Item Name), PRED_TASK (ID), TASK_DESCRIPTION (Portfolio Management: Application Object Description).. 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: Can Be Enhanced (Deep)


SAP RPM_TS_PROJ_DEPENDENCY_ARCH 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
GUIDGuid for application objects RPM_TV_GUIDRAW16RPM_GUID
PRED_PROJECTID RPM_TV_EXTIDCHAR24
PROJ_DESCRIPTIONItem Name RPM_TV_PROJ_DESCRIPTIONCHAR40TEXT40
PRED_TASKID RPM_TV_EXTIDCHAR24
TASK_DESCRIPTIONPortfolio Management: Application Object Description RPM_TV_SHARED_DESCRIPTIONCHAR40TEXT40
PRED_PLANSTARTStart Date BEGDADATS8DATUM
PRED_PLANFINISHEnd Date ENDDADATS8DATUM
SUCC_PROJECTID RPM_TV_EXTIDCHAR24
SUCC_PROJ_DESCRIPTIONItem Name RPM_TV_PROJ_DESCRIPTIONCHAR40TEXT40
SUCC_TASKID RPM_TV_EXTIDCHAR24
SUCC_TASK_DESCRIPTIONPortfolio Management: Application Object Description RPM_TV_SHARED_DESCRIPTIONCHAR40TEXT40
SUCC_PLANSTARTStart Date BEGDADATS8DATUM
SUCC_PLANFINISHEnd Date ENDDADATS8DATUM
TIME_LAGOffset Between Project Elements CGPL_TIME_LAGDEC8(2) CGPL_TIME_LAG
LAG_UNITUnit of Interval of Time Between Project Elements CGPL_LAG_UNITUNIT3Assigned to domainCUNITMEINS
CALENDAR_IDFactory Calendar WFCIDCHAR2Assigned to domainWFCIDFCI
DEPENDENCY_TYPEDependency Type RPM_DEPENDENCY_TYPENUMC1RPM_DEPENDENCY_TYPE
DUMMYSingle-Character Indicator CHAR1CHAR1CHAR1
STATUSDependency Status RPM_TV_DEPENDENCY_STATUSNUMC4RPM_DEPENDENCY_STATUS
ICONIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
ICONNAMEName of an Icon ICONNAMECHAR30ICONNAME
COLORAlert Object Color Status RPM_TV_STATUS_COLORCHAR7RPM_HTML_COLOR
TEXTDependency:Status Indicator Text RPM_TV_DP_STATGRP_TCHAR30TEXT30
SLACK_TIMEDerived Dependency Slack Time RPM_DP_SLACK_TIMEDEC8(2) /RPM/DEC_8_2

Key field Non-key field



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

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

How to access SAP table RPM_TS_PROJ_DEPENDENCY_ARCH

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