INM_S_NAV_TASK_ID_ATTR SAP (PPM: Task Attributes) Structure details

Dictionary Type: Structure
Description: PPM: Task Attributes




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




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

INM_S_NAV_TASK_ID_ATTR 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 "PPM: Task Attributes" 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_INM_S_NAV_TASK_ID_ATTR TYPE INM_S_NAV_TASK_ID_ATTR.

The INM_S_NAV_TASK_ID_ATTR table consists of various fields, each holding specific information or linking keys about PPM: Task Attributes data available in SAP. These include INTID (Internal ID), NAV_LOGSYS (Logical System for Navigation), DISPLAY_KEY (Concatenated Semantic Key for Display Purposes), OBJECT_TYPE (PPM Object Type Text).. 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 INM_S_NAV_TASK_ID_ATTR 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
INTIDInternal ID /PLMB/NAV_INTIDINT410INT4
NAV_LOGSYSLogical System for Navigation /PLMB/FRW_NAVIGATION_LOGSYSCHAR10Assigned to domainALPHALOGSYS
DISPLAY_KEYConcatenated Semantic Key for Display Purposes /PLMB/NAV_DISPLAY_KEYCHAR255/PLMB/GOS_CHAR255
OBJECT_TYPEPPM Object Type Text INM_OBJECT_TYPECHAR15TEXT15
DESCRIPTIONProject Element Name DPR_TV_NAMECHAR40TEXT40
TYPEPPM: Type of an PPM object INM_ON_TYPE_TEXTCHAR40TEXT40
START_DATEStart Date INM_ON_START_DATECHAR10CHAR10
FINISH_DATEFinish Date INM_ON_FINISH_DATECHAR10CHAR10
STATUSConcatenated Status Text of an Object DPR_TV_STATUS_TXTSTRG0
TASK_NUMBERTask Number DPR_TV_TASK_IDCHAR24
RESPONSIBLE_ROLEResponsible Role INM_ON_RESPONSIBLE_ROLECHAR40TEXT40
RESPONSIBLE_RESOURCEResponsible Resource INM_ON_RESPONSIBLE_RESOURCECHAR80TEXT80
RESPONSIBLE_NAMENames of Persons Responsible INM_ON_RESPONSIBLECHAR80TEXT80
FORECASTED_STARTForecasted Start INM_ON_FORECASTED_STARTCHAR10CHAR10
FORECASTED_FINISHForecasted Finish INM_ON_FORECASTED_FINISHCHAR10CHAR10
SORT_NUMBERSort Number DPR_TV_SORT_NUMBERNUMC5
DURATIONProcessing Time DPR_TV_DURATIONQUAN4
DURATION_UNITTime Unit for Execution Duration CGPL_DURATION_UNITUNIT3Assigned to domainCUNITMEINS
DURATION_UNIT_TEXTUnit of Measurement Text with Maximum of 10 Characters DPR_TV_BAPI_MSEHTCHAR10TEXT10
ACTUAL_WORKConfirmation DPR_TV_ACT_WORK_EXTQUAN9(2) DPR_WORK
ACTUAL_WORK_UNITConfirmation Unit DPR_TV_ACT_WRK_UNITUNIT3Assigned to domainCUNITMEINS
ACTUAL_WORK_UNIT_TEXTUnit of Measurement Text with Maximum of 10 Characters DPR_TV_BAPI_MSEHTCHAR10TEXT10
PLANNED_WORKWork DPR_TV_WORKQUAN9(2) DPR_WORK
PLANNED_WORK_UNITUnit for Work DPR_TV_BAPI_WORK_UNITUNIT3Assigned to domainCUNITMEINS
PLANNED_WORK_UNIT_TEXTUnit of Measurement Text with Maximum of 10 Characters DPR_TV_BAPI_MSEHTCHAR10TEXT10
REM_WRK_EFFORT_EXTRemaining Work DPR_TV_REM_WORK_EXTQUAN9(2) DPR_WORK
REM_WRK_UNIT_EXTUnit for Remaining Work DPR_TV_REM_WRK_UNITUNIT3Assigned to domainCUNITMEINS
REM_WRK_UNIT_EXT_TEXTUnit of Measurement Text with Maximum of 10 Characters DPR_TV_BAPI_MSEHTCHAR10TEXT10
FLAG_MANDATORYMandatory DPR_TV_OBLIGATORYCHAR1DPR_BOOLEAN
FLAG_MILESTONEMilestone Indicator DPR_TV_MILESTONECHAR1DPR_BOOLEAN
GROUPINGGrouping DPR_TV_GROUPINGCHAR40
SEARCH_FIELDSearch Field DPR_TV_SEARCH_FIELDCHAR40
PRIORITYPriority INM_ON_PRIORITY_TEXTCHAR40DPR_TEXT
SEVERITYSeverity Text DPR_TV_SEVERITY_DESCRIPTIONCHAR40DPR_TEXT
EA_DUMMYSingle-Character Indicator CHAR1CHAR1CHAR1
.INCLU--AP 0
/XPPM/MAN_WEIGHT/XPPM/MAN_WEIGHT /XPPM/MAN_WEIGHTNUMC3

Key field Non-key field



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

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

How to access SAP table INM_S_NAV_TASK_ID_ATTR

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