CNMASS_NETWORK SAP (Network mass changes) Structure details

Dictionary Type: Structure
Description: Network mass changes




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




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

CNMASS_NETWORK 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 "Network mass changes" 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_NETWORK TYPE CNMASS_NETWORK.

The CNMASS_NETWORK table consists of various fields, each holding specific information or linking keys about Network mass changes 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. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP CNMASS_NETWORK 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
NETWORKNetwork number NW_AUFNRCHAR12AUFKALPHAAUFNRANR
NETWORK_TYPENetwork type NW_AUARTCHAR4T003OAUFART
SHORT_TEXTDescription AUFTEXTCHAR40TEXT40
PLANTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
TAXJURCODETax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
OBJECTCLASSObject class (language-independent) SCOPECHAR2SCOPE
FINISH_DATEBasic finish date CO_GLTRPDATS8DATUM
START_DATEBasic start date CO_GSTRPDATS8DATUM
MRP_CONTROLLERMRP controller for the order CO_DISPOCHAR3T024DDISPODGR
SCHED_TYPEScheduling type TERMKZCHAR1T482TERART
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_APPLICABLEReservation Relevance/Generation of Purchase Requisition AUDISP_PLUSCHAR1AUDISP
PROFILENetwork profile PROFIDNZPLCHAR7TCN41PROFILIDPNW
FINISH_DATE_FORECASTFinish date (forecast) CO_GLTPPDATS8DATUM
START_DATE_FORECASTForecast start date CO_GSTPPDATS8DATUM
SCHED_TYPE_FORECASTScheduling type (forecast) TERMKZPCHAR1T482TERART
OBJECTCLASS_EXTObject class, language-dependent SCOPE_LDCHAR5CHAR5
FUNC_AREAFunctional Area FKBER_SHORTCHAR4FKBER_SHORTFBE
FUNC_AREA_LONGFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
SCHEDULEIndicator: Object is being or has been scheduled PS_SCHEDULECHAR1XFELD
CALCULATEIndicator: Object is being or was costed PS_CALCULATECHAR1XFELD
RELEASEIndicator: Object is being or has been released PS_RELEASECHAR1XFELD
LOCKIndicator: Object is being or has been locked PS_LOCKCHAR1XFELD
TECH_COMPLETEIndicator: Object is being or has been technically completed PS_TECH_COMPLETECHAR1XFELD
DELETEIndicator: Deletion flag has been set PS_DELETECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table CNMASS_NETWORK

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