I_JOINTVENTURECOMPANYCODEVH

CDS View

JVA Company Code

I_JOINTVENTURECOMPANYCODEVH is a CDS View in S/4HANA. JVA Company Code. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
C_JointVentureCompanyCodeVH view from CONSUMPTION JVA Company Code Value Help
I_JointVentureCostCenter view inner BASIC Joint Venture Cost Center
I_JointVentureOrderData view inner BASIC Joint Venture Order Data
I_JointVentureProjectData view inner BASIC Joint Venture Project Data
I_JVAActualBudgetLineItem view inner COMPOSITE Actual Cost and JV Budget
I_JVASuspenseWBSAvgCostLineItm view inner COMPOSITE Avg Cost of Supense WBS Element in JVA
@AbapCatalog.sqlViewName: 'IJVCOMPCODEVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AbapCatalog.buffering.status: #NOT_ALLOWED
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@Analytics: { dataCategory: #DIMENSION }
@Analytics.internalName:#LOCAL 
@VDM.viewType: #BASIC
@ObjectModel:{
   dataCategory: #VALUE_HELP,
   supportedCapabilities: [ #CDS_MODELING_ASSOCIATION_TARGET,#VALUE_HELP_PROVIDER,#ANALYTICAL_DIMENSION ],
   representativeKey: 'CompanyCode',
   usageType: { sizeCategory: #S,
                dataClass: #ORGANIZATIONAL,
                serviceQuality: #A
                } }
@Metadata.ignorePropagatedAnnotations: true
@Metadata.allowExtensions:true
@EndUserText.label: 'JVA Company Code'

define view I_JointVentureCompanyCodeVH
  as select from t001
{
      @ObjectModel.text.element: ['CompanyCodeName']
  key cast(bukrs      as fis_bukrs preserving type) as CompanyCode,
      @Semantics.text: true
      butxt                                         as CompanyCodeName
}
where
  xjvaa = 'X'