BIW_NETW_V SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




Table View field list including key, data, relationships and ABAP select examples

BIW_NETW_V is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The BIW_NETW_V table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include AUFNR (Order Number), AUART (Order Type), AUTYP (Order category), AEDAT (Change date for Order Master).. 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: Not classified


SAP BIW_NETW_V table view 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
MANDTClient MANDTCLNT3T000MANDT
AUFNROrder Number AUFNRCHAR12ALPHAAUFNRANR
AUARTOrder Type AUFARTCHAR4T003OAUFARTAAT
AUTYPOrder category AUFTYPNUMC2AUFTYP
AEDATChange date for Order Master AUFAEDATDATS8DATUM
KTEXTDescription AUFTEXTCHAR40TEXT40
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KOSTVResponsible cost center AUFKOSTVCHAR10CSKSALPHAKOSTL
STORTLocation AUFSTORTCHAR10T499SAP_STAND
SOWRKLocation plant AUFSOWRKCHAR4T001WWERKS
WAERSOrder Currency AUFWAERSCUKY5TCURCWAERS
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
VNAMEJoint Venture JV_NAMECHAR6T8JVALPHAJV_NAMEJVV
TXJCDTax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
JV_JIBCLJIB/JIBE Class JV_JIBCLCHAR3T8J6AJV_JIBCLJIB
JV_JIBSAJIB/JIBE Subclass A JV_JIBSACHAR5T8J6CJV_JIBSAJBS
SCOPEObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
KDAUFSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
IVPROInvestment measure profile IM_PROFILCHAR6TAPRFIM_PROFIL
LOGSYSTEMLogical System LOGSYSTEMCHAR10TBDLSALPHALOGSYS
AKSTLRequesting cost center PS_AKSTLCHAR10CSKSALPHAKOSTLKOS
APLZTGeneral counter for order CO_APLZLNUMC8CO_APLZL
PSPELWork breakdown structure element (WBS element) PS_PSP_ELENUMC8PRPSKONPRPS_POSNR
AUFPTRouting number of operations in the order CO_AUFPLNUMC10AUFPL
DISPOMRP controller for the order CO_DISPOCHAR3T024DDISPODGR
APRIOOrder priority CO_APRIOCHAR1CHAR1
AUFNTNumber of superior network CO_TEILNETCHAR12ALPHAAUFNR
PSPIDProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
ERDATCreated on AUFERFDATDATS8DATUM
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO

Key field Non-key field



How do I retrieve data from SAP table BIW_NETW_V using ABAP code

The following ABAP code Example will allow you to do a basic selection on BIW_NETW_V to SELECT all data from the table
DATA: WA_BIW_NETW_V TYPE BIW_NETW_V.

SELECT SINGLE *
FROM BIW_NETW_V
INTO CORRESPONDING FIELDS OF WA_BIW_NETW_V
WHERE...

How to access SAP table BIW_NETW_V

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