BIW_EVA_NWA SAP (Extract Structure for Earned Value Data) Structure details

Dictionary Type: Structure
Description: Extract Structure for Earned Value Data




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




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

BIW_EVA_NWA 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 "Extract Structure for Earned Value 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_BIW_EVA_NWA TYPE BIW_EVA_NWA.

The BIW_EVA_NWA table consists of various fields, each holding specific information or linking keys about Extract Structure for Earned Value Data data available in SAP. These include POSID (Work Breakdown Structure Element (WBS Element)), AUFNR (Order Number), VORNR (Activity number in network and standard network), KOKRS (Controlling Area).. 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 BIW_EVA_NWA 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
PSPIDProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
VORNRActivity number in network and standard network CN_VORNRCHAR4NUMCVVORNR
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
FISCPERFiscal year / period RSFISCPERNUMC7PERI7RSFISCPER
FISCVARFiscal year variant RSFISCVARCHAR2RSFISCVAR
VTYPEValue type for Reporting RSVTYPENUMC3Assigned to domainRSVTYPE
MEASTYPEKey Figure Category RSMETYPENUMC6Assigned to domainRSMETYPE
VTDETAILDetailing the value type RSVTDETAILNUMC2Assigned to domainRSVTDETAIL
VERSNVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURTYPECurrency type RSCURTYPECHAR2RSCURTYPE
MEINHUnit of Measure CO_MEINHUNIT3Assigned to domainCUNITMEINS
SWGAmount SWKGRCURR15(2) WERTV8
SMEGConsumption quantity SMEGRQUAN15(3) MENGV8
SMGAGGQuantity, Aggregated (Progress) SMGAGGQUAN15(3) MENGV8
PS_OBJPS Object Type BIW_PS_OBJCHAR2BIW_PS_OBJ
GUIDUUID in X form (binary) SYSUUID_XRAW16SYSUUID
CPR_GUIDGeneric project planning: GUID from external R/3 system CGPL_GUID16_R3RAW16SYSUUID

Key field Non-key field



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

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

How to access SAP table BIW_EVA_NWA

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