SAP DPR_TS_PS_NETWORK_INT PS Network Table data and field list

DPR_TS_PS_NETWORK_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 Network" 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_NETWORK_INT TYPE DPR_TS_PS_NETWORK_INT.

The DPR_TS_PS_NETWORK_INT table consists of various fields, each holding specific information or linking keys about PS Network data available in SAP. These include NETWORK_TYPE (Network type), SHORT_TEXT (Description), PLANT (Plant), PROFIT_CTR (Profit Center)... 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. .

DPR_TS_PS_NETWORK_INT structure Technical Details:

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_NETWORK_INT 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 DPR_TS_PS_NETWORK_INT 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
NETWORKNetwork number NW_AUFNRCHAR12Assigned to domainALPHAAUFNRANR
NETWORK_TYPENetwork type NW_AUARTCHAR4Assigned to domainAUFART
SHORT_TEXTDescription AUFTEXTCHAR40TEXT40
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
OBJECTCLASSObject class (language-independent) SCOPECHAR2SCOPE
FINISH_DATEBasic finish date CO_GLTRPDATS8DATUM
START_DATEBasic start date CO_GSTRPDATS8DATUM
MRP_CONTROLLERMRP controller for the order CO_DISPOCHAR3Assigned to domainDISPODGR
SCHED_TYPEScheduling type TERMKZCHAR1Assigned to domainTERART
PRIORITYOrder priority CO_APRIOCHAR1CHAR1
PROJECT_DEFINITIONProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
NOT_AUTO_SCHEDULEIndicator: Do not schedule automatically CO_NAUTERMCHAR1KREUZ
NOT_AUTO_COSTINGIndicator: Do not cost automatically CO_NAUCOSTCHAR1KREUZ
NOT_MRP_APPLICABLEInd: Reserv. not applicable to MRP;Purc. req. not created NODISPCHAR1XFELD
PROFILENetwork profile PROFIDNZPLCHAR7Assigned to domainPROFILIDPNW
DELETION_FLAGDeletion Indicator PS_DELETION_FLAGCHAR1XFLAG
OBJECTCLASS_EXTObject class, language-dependent SCOPE_LDCHAR5CHAR5
SCHED_START_DATEScheduled start CO_GSTRSDATS8DATUM
SCHED_FINISH_DATEScheduled finish CO_GLTRSDATS8DATUM
SCHED_RELEASE_DATEScheduled release date CO_FTRMSDATS8DATUM
SCHED_TYPE_FORECASTScheduling type (forecast) TERMKZPCHAR1Assigned to domainTERART
START_DATE_FORECASTForecast start date CO_GSTPPDATS8DATUM
FINISH_DATE_FORECASTFinish date (forecast) CO_GLTPPDATS8DATUM
SCHED_START_DATE_FORECASTScheduled forecast start CO_GSTPSDATS8DATUM
SCHED_FINISH_DATE_FORECASTScheduled forecast finish CO_GLTPSDATS8DATUM
SCHED_RELEASE_DATE_FORECASTScheduled release date (forecast) CO_FTRPSDATS8DATUM
ACTUAL_START_DATEActual start date CO_GSTRIDATS8DATUM
CONFIRMED_FINISH_DATEConfirmed Order Finish Date CO_GETRIDATS8DATUM
ACTUAL_RELEASE_DATEActual release date CO_FTRMIDATS8DATUM
FUNC_AREAFunctional Area FKBER_SHORTCHAR4FKBER_SHORTFBE
FUNC_AREA_LONGFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
PLANNED_COSTPlanned Costs PLCSTCURR15(2) WERTV8
ACTUAL_COSTActual Costs ACCSTCURR15(2) WERTV8
CONTROLLING_AREA_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ACTIVITY_ACCOUNT_ASSIGNEDNetwork: Activity-Assigned PS_NETW_ACTIVITY_ACC_ASSGNCHAR1XFLAG

Key field Non-key field



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

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

How to access SAP table DPR_TS_PS_NETWORK_INT

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