DPR_TS_PS_ACT_MILESTONE_INT SAP (PS Milestones under Network Activity) Structure details

Dictionary Type: Structure
Description: PS Milestones under Network Activity




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




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

DPR_TS_PS_ACT_MILESTONE_INT 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 "PS 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_DPR_TS_PS_ACT_MILESTONE_INT TYPE DPR_TS_PS_ACT_MILESTONE_INT.

The DPR_TS_PS_ACT_MILESTONE_INT table consists of various fields, each holding specific information or linking keys about PS Milestones under Network Activity data available in SAP. These include NETWORK (Network number), ACTIVITY (Activity number in network and standard network), MILESTONE_USAGE (R/2 table), DESCRIPTION (Text, 40 Characters Long).. 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 DPR_TS_PS_ACT_MILESTONE_INT 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_NUMBERNumeric field 12 NUM12NUMC12NUM12
NETWORKNetwork number NW_AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ACTIVITYActivity number in network and standard network CN_VORNRCHAR4NUMCVVORNR
MILESTONE_USAGER/2 table CHAR5CHAR5CHAR5
DESCRIPTIONText, 40 Characters Long TEXT40CHAR40TEXT40
SCHED_MILESTONE_DATE_BASICField of type DATS DATSDATS8DATS
SCHED_MILESTONE_TIME_BASICField of type TIMS TIMSTIMS6TIME
SCHED_MILESTONE_DATE_FORECASTDate DATUMDATS8DATUM
SCHED_MILESTONE_TIME_FORECASTField of type TIMS TIMSTIMS6TIME
FIXED_MILESTONE_DATE_BASICDate DATUMDATS8DATUM
FIXED_MILESTONE_TIME_BASICField of type TIMS TIMSTIMS6TIME
FIXED_MILESTONE_DATE_FORECASTDate DATUMDATS8DATUM
FIXED_MILESTONE_TIME_FORECASTField of type TIMS TIMSTIMS6TIME
ACTUAL_DATEDate DATUMDATS8DATUM
ACTUAL_TIMEField of type TIMS TIMSTIMS6TIME
LATEST_DATES_INDICATORCheckbox XFELDCHAR1XFELD
OFFSET_START_END_INDICATORCheckbox XFELDCHAR1XFELD
OFFSET_MILESTONE_DATEOffset for Milestone Date RPM_TV_PS_MLST_DELTAQUAN5RPM_PS_VNZTV
OFFSET_MILESTONE_DATE_UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
OFFSET_MILESTONE_DATE_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
OFFSET_PERCENTAGEPercentual Offset of Milestone to Activity Date RPM_TV_MLST_PRCNTDEC3RPM_MLST_PRCNT
TREND_ANALYSIS_INDICATORCheckbox XFELDCHAR1XFELD
EARNED_VALUE_INDICATORCheckbox XFELDCHAR1XFELD
PERCENTAGE_OF_COMPLETIONNumc3, internal use NUMC3NUMC3NUMC3
SALES_DOC_DATE_INIDICATORCheckbox XFELDCHAR1XFELD
INVOICE_PERCENTAGEPercentage of Value to Be Invoiced RPM_TV_PS_FPROZDEC5(2) PRZ32
DELETION_FLAGDeletion Indicator PS_DELETION_FLAGCHAR1XFLAG
MILESTONEMilestone Indicator DPR_TV_MILESTONECHAR1DPR_BOOLEAN

Key field Non-key field



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

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

How to access SAP table DPR_TS_PS_ACT_MILESTONE_INT

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