BAPI_ACT_MILESTONE_EXP SAP (BAPI Structure for Milestones under Network Activity) Structure details

Dictionary Type: Structure
Description: BAPI Structure for Milestones under Network Activity




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




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

BAPI_ACT_MILESTONE_EXP 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_EXP TYPE BAPI_ACT_MILESTONE_EXP.

The BAPI_ACT_MILESTONE_EXP 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. .

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


SAP BAPI_ACT_MILESTONE_EXP 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
DELETION_FLAGDeletion Indicator PS_DELETION_FLAGCHAR1XFLAG

Key field Non-key field



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

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

How to access SAP table BAPI_ACT_MILESTONE_EXP

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