I_JointVentureType

DDL: I_JOINTVENTURETYPE SQL: IJNTVNTRTYP Type: view BASIC

Joint Venture Type

I_JointVentureType is a Basic CDS View that provides data about "Joint Venture Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field JointVentureType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_JointVentureTypeText _Text $projection.JointVentureType = _Text.JointVentureType

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IJNTVNTRTYP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.representativeKey JointVentureType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
EndUserText.label Joint Venture Type view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY JointVentureType
_Text _Text
@AbapCatalog.sqlViewName: 'IJNTVNTRTYP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel:{
  representativeKey: 'JointVentureType',
  usageType.serviceQuality: #A,
  usageType.sizeCategory: #S,
  usageType.dataClass: #CUSTOMIZING
                 }
@EndUserText.label: 'Joint Venture Type'

define view I_JointVentureType
  as select from dd07l
  association [0..*] to I_JointVentureTypeText as _Text on $projection.JointVentureType = _Text.JointVentureType
{
          @ObjectModel.text.association: '_Text'
  key   cast( domvalue_l  as jv_vtype ) as JointVentureType,
         _Text
}
where
      domname  = 'JV_VTYPE'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_JOINTVENTURETYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/