INM_TS_ITEM_CHG SAP (Externally Modifiable Item Attributes) Structure details

Dictionary Type: Structure
Description: Externally Modifiable Item Attributes




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




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

INM_TS_ITEM_CHG 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 "Externally Modifiable Item 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_TS_ITEM_CHG TYPE INM_TS_ITEM_CHG.

The INM_TS_ITEM_CHG table consists of various fields, each holding specific information or linking keys about Externally Modifiable Item Attributes data available in SAP. These include PARENT_GUID (Guid for application objects), INITIATIVE_TYPE (Initiative Type), FORECAST_START (Forecasted Start), PLANNED_START (Planned Start Date).. 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 (character-type or numeric)


SAP INM_TS_ITEM_CHG 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
PORTFOLIO_GUIDGuid for application objects /RPM/TV_GUIDRAW16
PARENT_GUIDGuid for application objects /RPM/TV_GUIDRAW16
INITIATIVE_TYPEInitiative Type INM_TV_INITIATIVE_TYPECHAR15/RPM/ITEM_TYPE/RPM/TD_ITEM_TYPEINM_SRCH_INITIATIVE_TYPE
FORECAST_STARTForecasted Start RPM_TV_FORECAST_STARTDATS8DATS
PLANNED_STARTPlanned Start Date RPM_TV_PLAN_STARTDATS8DATS
ACTUAL_STARTActual Start Date RPM_TV_ACTUAL_STARTDATS8
FORECAST_FINISHForecasted Finish Date RPM_TV_FORECAST_FINISHDATS8DATS
PLANNED_FINISHPlanned Finish Date RPM_TV_PLAN_FINISHDATS8DATS
ACTUAL_FINISHActual Finish Date RPM_TV_ACTUAL_FINISHDATS8
CATEGORYCategory RPM_PROJECT_CATEGORYNUMC4RPM_PROJ_CATRPM_PROJECT_CATEGORY/RPM/CATEGORY
SUBCATEGORYSubcategory RPM_PROJ_SUBCATEGORYNUMC4RPM_PROJ_SUBCATRPM_SUBCATEGORY/RPM/CATEGORY_SUBCATEGORY
PTYPEGroup RPM_PROJECTTYPENUMC4RPM_PROJ_TYPERPM_PROJECTTYPE
TTYPETechnology Type RPM_PROJECT_TECHTYPENUMC4RPM_PROJ_TTYPERPM_PROJECT_TECHTYPE
RISKAAssessed Project Risk RPM_PROJECT_RISK_ASSESEDNUMC3NUMC3
DERIVED_RISKDerived Risk RPM_TV_RISK_DERIVEDNUMC3NUMC3
PROBTProbability of Technical Success RPM_PROJECT_PROB_TECHNUMC3NUMC3
PROBCProbability of Commercial Success RPM_PROJECT_PROB_COMMNUMC3NUMC3
COSTDDevelopment Cost RPM_PROJECT_COST_DEVELOPMENTCURR16(2) /RPM/CURR_16_2
COSTLLaunch Cost RPM_PROJECT_COST_LAUNCHCURR16(2) /RPM/CURR_16_2
NPVNet Present Value (manual) RPM_PROJECT_NPVCURR16(2) /RPM/CURR_16_2
CURRENCYCurrency Key WAERS_CURCCUKY5/RPM/CURRENCYWAERSFWS
PERIODTYPEFinancial Period Breakdown /RPM/TV_PERIOD_TYPENUMC2/RPM/PERIOD_TYPE/RPM/TD_PERIOD_TYPE/RPM/SRCH_FIN_PERIOD_TYPE
UNITTime Unit /RPM/TV_TIME_UNITUNIT3/RPM/CAP_UNITSCUNITMEINS
ESCALATIONEscalation Flag RPM_TV_ESCALATIONCHAR1XFELD
PRIORITY_GROUPPriority Group RPM_PRIORITY_GROUPNUMC2RPM_PROJ_PRGRPRPM_PRIORITY_GROUP
CAP_PERIODTYPECapacity Period Breakdown /RPM/TV_CAP_PERIOD_TYPENUMC2/RPM/PERIOD_TYPE/RPM/TD_PERIOD_TYPE
HEADCHeadcount /RPM/PROJECT_HEADCOUNTDEC10(2) /RPM/DEC_10_2
DISCOUNT_RATEDiscount Rate /RPM/TV_DISCOUNT_RATEDEC5(2) /RPM/DEC_5_2
ROIReturn on Investment in % (manual) /RPM/TV_ROICURR16(2) /RPM/CURR_16_2
IRRInternal Rate of Return in % (manual) /RPM/TV_IRRCURR16(2) /RPM/CURR_16_2
ECVExpected Commercial Value (manual) RPM_TV_ECVCURR16(2) /RPM/CURR_16_2
RISK_GROUPRisk Group Assessed RPM_RISK_GROUPNUMC2RPM_PROJ_RKGRPRPM_RISK_GROUP
RISK_GROUP_DRisk Group Derived /RPM/RISK_GROUP_DNUMC2RPM_PROJ_RKGRPRPM_RISK_GROUP
BEGDA_DEMDemand Planning Start /RPM/TV_PP_START_DEMDATS8DATUM
ENDDA_DEMDemand Planning Period Finish Date /RPM/TV_PP_END_DEMDATS8DATUM
BEGDA_FINFinancial Planning Period Start /RPM/TV_PP_START_FINDATS8DATUM
ENDDA_FINFinancial Plan Period Finish Date /RPM/TV_PP_END_FINDATS8DATUM
HEADC_ACTUALActual Headcount RPM_PROJECT_HEADCOUNTDEC10(2) /RPM/DEC_10_2
FRCST_BGT_TOTALPortfolio Item Forecasted Budget Total /RPM/TV_FORECASTED_BUDGT_TOTALCURR16(2) /RPM/CURR_16_2
FRCST_BGTANNUALPortfolio Item Forecasted Budget Annual /RPM/TV_FORECASTED_BUDGT_ANNLCURR16(2) /RPM/CURR_16_2
FRCST_COSTTOTALPortfolio Item Forecasted Cost Total /RPM/TV_FORECASTED_COST_TOTALCURR16(2) /RPM/CURR_16_2
FRCST_COST_YTDPortfolio Item Forecasted Cost YTD /RPM/TV_FORECASTED_COST_YTDCURR16(2) /RPM/CURR_16_2

Key field Non-key field



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

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

How to access SAP table INM_TS_ITEM_CHG

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