R_CNDNCONTRTYPETEXT

CDS View

Condition Contract Type Text

R_CNDNCONTRTYPETEXT is a CDS View in S/4HANA. Condition Contract Type Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CndnContrTypeText view from BASIC Condition Contract Type - Text
@AbapCatalog: {
  sqlViewName: 'RWLFCOCOTYPETEXT',
  compiler.compareFilter: true,
  buffering: {
    status: #ACTIVE,
    type: #GENERIC,
    numberOfKeyFields: 001
  },
  preserveKey: true
}
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl: {
  authorizationCheck: #PRIVILEGED_ONLY,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
   dataCategory: #TEXT,
   representativeKey: 'CndnContrType',
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #B,
     sizeCategory:   #S
   }
}
@ClientHandling: {
     type: #INHERITED,
     algorithm: #SESSION_VARIABLE
}
@Analytics: {
    internalName: #LOCAL
}
@EndUserText.label: 'Condition Contract Type Text'
@Metadata.ignorePropagatedAnnotations: false //!


define view R_CndnContrTypeText
  as select from twcbcontrtypet

  association [0..1] to R_CndnContrType as _CndnContrType on $projection.CndnContrType = _CndnContrType.CndnContrType
  association [0..1] to I_Language      as _Language      on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_CndnContrType'
      @Consumption: {
          valueHelpDefinition: [{ entity: { name: 'I_CndnContrTypeStdVH', element: 'CndnContrType' } }]
        }
  key twcbcontrtypet.contract_type                                          as CndnContrType,

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key twcbcontrtypet.lang                                                   as Language,

      @Semantics.text: true
      cast( twcbcontrtypet.text as wcb_contract_type_desc preserving type ) as CndnContrTypeDesc,

      //Associations

      _CndnContrType,
      _Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TWCBCONTRTYPET"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"R_CNDNCONTRTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/