BW_0CS_ORDER SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

BW_0CS_ORDER 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 BW_0CS_ORDER table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include AUFNR (Service Order), AUART (Order Type), EQUNR (Equipment Number), BAUTL (Assembly).. 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 BW_0CS_ORDER 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
AUFNRService Order BWCSAUFNRCHAR12AUFKALPHAAUFNRANR
AUARTOrder Type AUFARTCHAR4T003OAUFARTAAT
EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
BAUTLAssembly BAUTLCHAR18MARAMATN1MATNRMAT
IWERKMaintenance Planning Plant IWERKCHAR4T399IWERKSIWK
INGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3T024IINGRPIHG
ARBPLWork center ARBPLCHAR8ARBPLAGR
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
KUNUMCustomer Number KUNUMCHAR10KNA1ALPHAKUNNRKUN
REVNRRevision for Plant Maintenance and Customer Service REVNICHAR8T352RREVNI
ILARTMaintenance activity type ILACHAR3T353IILARTH_T350I
TPLNRFunctional Location TPLNRCHAR30IFLOTTPLNRTPLNRIFLIFLM
ABCKZABC indicator for technical object ABCKZCHAR1T370CABCKZ
SWERKMaintenance plant SWERKCHAR4T001WWERKSSWK
STORTLocation of maintenance object PMLOCCHAR10T499SAP_STAND
MSGRPRoom RAUMNRCHAR8CHAR8
BEBERPlant section BEBERCHAR3T357BEBERBBE
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KOSTLCost center for basic settlement AUFKOSTLCHAR10CSKSALPHAKOSTLKOS
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ANLNRMain Asset Number ANLN1CHAR12ALPHAANLN1AN1
ANLUNAsset Subnumber ANLN2CHAR4ALPHAANLN2AN2
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
VKGRPSales Group VKGRPCHAR3TVBVKVKGRPVKG
VKBURSales Office VKBURCHAR4TVKBZVKBURVKB
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
ERDATCreated on AUFERFDATDATS8DATUM
AEDATChange date for Order Master AUFAEDATDATS8DATUM
QMNUMNotification No QMNUMCHAR12QMELALPHAQMNUMIQM

Key field Non-key field



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

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

SELECT SINGLE *
FROM BW_0CS_ORDER
INTO CORRESPONDING FIELDS OF WA_BW_0CS_ORDER
WHERE...

How to access SAP table BW_0CS_ORDER

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