INM_S_NAV_INITIATIVE_ATTR SAP (PPM: Initiative Attributes) Structure details

Dictionary Type: Structure
Description: PPM: Initiative Attributes




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




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

INM_S_NAV_INITIATIVE_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: Initiative 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_INITIATIVE_ATTR TYPE INM_S_NAV_INITIATIVE_ATTR.

The INM_S_NAV_INITIATIVE_ATTR table consists of various fields, each holding specific information or linking keys about PPM: Initiative Attributes data available in SAP. These include GUID (Unique Object Key), OBJECT_TYPE (PPM Object Type Text), DESCRIPTION (Project Element Name), TYPE (PPM: Type of an PPM object).. 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_INITIATIVE_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
GUIDUnique Object Key DPR_TV_OBJECT_GUID_CHARCHAR32SYSUUID_C
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
EXTERNAL_IDInitiative ID INM_TV_EXTIDCHAR24
PRIORITYPriority Short Text DNOT_PRIORITY_STXTCHAR20DNOE_STXT
RESPONSIBLE_NAMEFull Name BU_NAME1TXCHAR80TEXT80
FORECASTED_DURATIONForecasted Duration INM_ON_FORECAST_DURATIONQUAN4(2)
PLANNED_DURATIONPlanned Duration INM_ON_PLANNED_DURATIONQUAN4(2)
DURATION_UNITTime Unit for Execution Duration CGPL_DURATION_UNITUNIT3Assigned to domainCUNITMEINS
ACTUAL_DURATIONActual Duration INM_ON_ACTUAL_DURATIONQUAN4(2)
NO_OF_ITEMSNumber of Items INM_TV_NO_OF_ITEMSINT410
ACT_DECPT_STAT_ICONActive Decision Point Status Text /RPM/TV_STATUS_TEXTCHAR40CHAR40
ACT_DECPT_NAMEDecision Point Name /RPM/TV_PHASE_TCHAR80TEXT80
ACT_DECPT_STAT_TEXTActive Decision Point Status Text /RPM/TV_STATUS_TEXTCHAR40CHAR40
DECPT_INFODecision Point Info /RPM/TV_DECPT_INFOCHAR20CHAR20
CAP_PERIODTYPECapacity Period Breakdown RPM_TV_CAP_PERIOD_DISPCHAR20CHAR20
PERIODTYPEFinancial Period Breakdown RPM_TV_PERIODTYPECHAR20CHAR20
BEGDA_FINStart of Financial Planning Period INM_ON_FIN_PLAN_STARTCHAR10CHAR10
ENDDA_FINFinish of Financial Planning Period INM_ON_FIN_PLAN_FINISHCHAR10CHAR10
DAYS_UNTIL_NEXT_DECISIONDays Until Next Decision /RPM/TV_D_LEFT_NEXT_DECISIONINT410
ACTUAL_DECISION_DATEActual Decision INM_ON_ACT_DEC_DATECHAR10CHAR10
FORCASTED_DECISION_DATEForecasted Decision INM_ON_FORECAST_DEC_DATECHAR10CHAR10
PLANNED_DECISION_DATEPlanned Decision INM_ON_PLAN_DEC_DATECHAR10CHAR10
FORECAST_STARTForecasted Start INM_ON_FORECASTED_STARTCHAR10CHAR10
PLANNED_STARTPlanned Start INM_ON_PLANNED_STARTCHAR10
ACTUAL_STARTActual Start INM_ON_ACTUAL_STARTCHAR10CHAR10
FORECAST_FINISHForecasted Finish INM_ON_FORECASTED_FINISHCHAR10CHAR10
PLANNED_FINISHPlanned Finish INM_ON_PLANNED_FINISHCHAR10CHAR10
ACTUAL_FINISHActual Finish INM_ON_ACTUAL_FINISHCHAR10CHAR10
EA_DUMMYSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table INM_S_NAV_INITIATIVE_ATTR

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