JBWVCOA SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

JBWVCOA 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 JBWVCOA table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include VTNR (IS-M: Contract Number), VKORG (Sales Organization), VTWEG (Distribution Channel), SPART (Division).. 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 JBWVCOA 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
VTNRIS-M: Contract Number ABS_VTNRNUMC6ABS_VTNRJHWMJHW
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVKOVVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TVTASPARTSPAC_SPART
VKBURSales Office VKBURCHAR4TVKBZVKBURVKB
VKGRPSales Group VKGRPCHAR3TVBVKVKGRPVKG
XORG_ERGIS-M: Contract has Explicitly Assigned Sales Areas XORG_ERGCHAR1XFELD
ABINHNRIS-M/AM: Number of Contract Holder ABINHNRCHAR10JGTGPNRALPHAGPNRJHUMJG0M
KDMIIS-M: Contact Person for Contract Holder ISM_CP_CNTRCT_HLDRCHAR10ALPHABU_PARTNER
XQUASIIS-M: System Contracts Yes/No Indicator XQUASICHAR1XFELD
XBESTKIS-M: Contract Status (Created/Confirmed) XBESTKCHAR1XFELD
XNEUSTATIS-M: Renewal status (renewed y/n) XNEUSTATCHAR1XFELD
XABRSPERRIS-M: Settlement Block XABRSPERRCHAR1XFELD
ABRECHKIS-M: Settlement Type ABRECHKCHAR1ABRECHK
XABRIS-M: Perform Settlement Yes/No Indicator XABRCHAR1XFELD
XLOEVMDeletion Flag for Master Data in Media Sales & Distribution LOEVM_ISPCHAR1XFELD
LFZBEGIS-M: Start of Validity Period LFZBEGDATS8DATUM
LFZENDIS-M: End of Validity Period LFZENDDATS8DATUM
ERFDATECreated On ERFDATEDATS8DATUM
AENDATEDate of Last Change AENDATEDATS8DATUM
MENGE1IS-M/AM: Agreed Quantity to be Sold ABS_MENGE1QUAN12(3) ABS_MENGE
EINH1IS-M: Contract Units of Measurement AB_MEINHUNIT3CUNITMEINSMJJ006
AB_ZIEL1IS-M/AM: Target Quantity for Monetary Contract AB_ZIEL1CURR15(2) WERTV8
AB_WEINHIS-M: Currency Key for Contract AB_WEINHCUKY5TCURCWAERSFWS
MENGE2IS-M/AM: Agreed Quantity to be Sold ABS_MENGE2QUAN12(3) ABS_MENGE
EINH2IS-M: Contract Units of Measurement AB_MEINHUNIT3CUNITMEINSMJJ006
ABS_TYP1IS-M/AM: Contract Category ABS_TYPCHAR1TJH11ABS_TYPJHM_TYP
XBEST_PRIS-M: Apply Best Conditions to Number / Quantity XBEST_PRCHAR1XFELDJHM_XBP
LEVEL_BPIS-M/AM: Contract BW Classification for Contract Holder JH_BWCOALEVEL_BPCHAR1JH_BWCOALEVEL_BP
LEVEL_BUIS-M/AM: Contract BW Classification for Booking Unit JH_BWCOALEVEL_BUCHAR1JH_BWCOALEVEL_BU
E_BEDNRIS-M/AM: Inclusive Contract Requirement E_BEDNRCHAR10JHVVB_ABSALPHAABS_BEDNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM JBWVCOA
INTO CORRESPONDING FIELDS OF WA_JBWVCOA
WHERE...

How to access SAP table JBWVCOA

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