CNMMAFVG SAP (CNMM: Important Operation Data) Structure details

Dictionary Type: Structure
Description: CNMM: Important Operation Data




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




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

CNMMAFVG 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 "CNMM: Important Operation Data" 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_CNMMAFVG TYPE CNMMAFVG.

The CNMMAFVG table consists of various fields, each holding specific information or linking keys about CNMM: Important Operation Data data available in SAP. These include VORNR (Activity/Element Network and Standard Network), LTXA1 (Network activity description), WERKS (Plant), ARBPL (Work 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 or numeric)


SAP CNMMAFVG 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
AUFNRDNetwork number NW_AUFNRCHAR12Assigned to domainALPHAAUFNRANR
VORNRActivity/Element Network and Standard Network CN_VOR_ELECHAR4NUMCVVORNR
LTXA1Network activity description CN_LTXA1CHAR40TEXT40
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ARBPLWork center ARBPLCHAR8ARBPLAGR
MGVRGOperation Quantity MGVRGQUAN13(3) MENG13
MEINHUnit of Measure for Activity/Operation VORMEUNIT3Assigned to domainCUNITMEINS
AUDISPInd: Reservation applicable to MRP;Purc. req. is created AUDISPCHAR1XFELD
PROJNWork breakdown structure element (WBS element) PS_PSP_ELENUMC8Assigned to domainKONPRPS_POSNR
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
SAKTOCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
SORTLSort String SORTPCHAR10CHAR10
AFNAMName of Requisitioner/Requester AFNAMCHAR12AFNAM
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
BEDNRRequirement Tracking Number BEDNRCHAR10CHAR10
ABLADUnloading Point ABLADCHAR25TEXT25
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL

Key field Non-key field



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

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

How to access SAP table CNMMAFVG

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