SAP BAPI_ACT_MILESTONE BAPI Structure for Milestones under Network Activity Table data and field list

BAPI_ACT_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 "BAPI Structure for Milestones under Network Activity" 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_BAPI_ACT_MILESTONE TYPE BAPI_ACT_MILESTONE.

The BAPI_ACT_MILESTONE table consists of various fields, each holding specific information or linking keys about BAPI Structure for Milestones under Network Activity 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. .

BAPI_ACT_MILESTONE structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPI_ACT_MILESTONE structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BAPI_ACT_MILESTONE table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
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 BAPI_ACT_MILESTONE using ABAP code?

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

How to access SAP table BAPI_ACT_MILESTONE

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