CNMASS_ACTIVITY_MILESTONE SAP (Mass chzange: Activity milestone) Structure details

Dictionary Type: Structure
Description: Mass chzange: Activity milestone




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




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

CNMASS_ACTIVITY_MILESTONE 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 "Mass chzange: Activity milestone" 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_CNMASS_ACTIVITY_MILESTONE TYPE CNMASS_ACTIVITY_MILESTONE.

The CNMASS_ACTIVITY_MILESTONE table consists of various fields, each holding specific information or linking keys about Mass chzange: Activity milestone data available in SAP. These include NETWORK (Network number), ACTIVITY (Activity number in network and standard network), MILESTONE_USAGE (Milestone usage), DESCRIPTION (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 (character-type or numeric)


SAP CNMASS_ACTIVITY_MILESTONE 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
MILESTONE_NUMBERMilestone number MLST_ZAEHLNUMC12NUM12
NETWORKNetwork number NW_AUFNRCHAR12AUFKALPHAAUFNRANR
ACTIVITYActivity number in network and standard network CN_VORNRCHAR4NUMCVVORNR
MILESTONE_USAGEMilestone usage MILESTONE_USAGECHAR5T433MILESTONE
DESCRIPTIONDescription MLST_KTEXTCHAR40TEXT40
SCHED_MILESTONE_DATE_BASICScheduled milestone date (Basic) MLST_TEDATDATS8DATUM
SCHED_MILESTONE_TIME_BASICScheduled milestone time (Basic) MLST_TETIMTIMS6ATIME
SCHED_MILESTONE_DATE_FORECASTScheduled milestone date (Forecast) MLST_TPDATDATS8DATUM
SCHED_MILESTONE_TIME_FORECASTScheduled milestone time (Forecast) MLST_TPTIMTIMS6ATIME
FIXED_MILESTONE_DATE_BASICFixed milestone date (basic) MLST_EDATUDATS8DATUM
FIXED_MILESTONE_TIME_BASICFixed milestone time (Basic) MLST_EZEITTIMS6ATIME
FIXED_MILESTONE_DATE_FORECASTFixed milestone date (F) MLST_PDATUDATS8DATUM
FIXED_MILESTONE_TIME_FORECASTFixed milestone time (F) MLST_PZEITTIMS6ATIME
ACTUAL_DATEActual date (Milestone met) MLST_ACTDTDATS8DATUM
ACTUAL_TIMEActual date/time (Milestone met) MLST_ACTTMTIMS6ATIME
LATEST_DATES_INDICATORIndicator: Latest dates MLST_LATECHAR1FLAG
OFFSET_START_END_INDICATORInd: Reference for offset (start/finish activity date) MLST_DLTASCHAR1FLAG
OFFSET_MILESTONE_DATEOffset for milestone date MLST_DELTAQUAN5VNZTV
OFFSET_MILESTONE_DATE_UNITTime unit for offset of milestone date MLST_DELTEUNIT3T006CUNITMEINS
OFFSET_MILESTONE_DATE_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3T006IISOCD_UNIT
OFFSET_PERCENTAGEPercentual offset of milestone to activity date MLST_PRCNTDEC3MLST_PRCNT
TREND_ANALYSIS_INDICATORMilestone relevant for trend analysis MLST_TRENDCHAR1FLAG
EARNED_VALUE_INDICATORMilestone relevant for progress analysis MLST_LSTWRCHAR1FLAG
PERCENTAGE_OF_COMPLETIONPercentage of completion (%) MLST_FERTGNUMC3PROZENT100
SALES_DOC_DATE_INIDICATORMilestone is relevant for date in sales document MLST_FAKTPCHAR1FLAG
INVOICE_PERCENTAGEPercentage of value to be invoiced FPROZDEC5(2) PRZ32

Key field Non-key field



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

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

How to access SAP table CNMASS_ACTIVITY_MILESTONE

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