P_CndnContrType_CreateVH

DDL: P_CNDNCONTRTYPE_CREATEVH SQL: PWCBCOCOTYPECVH Type: view BASIC Package: WCB_CC_PERS

Search Help for Create Condition Contract

P_CndnContrType_CreateVH is a Basic CDS View that provides data about "Search Help for Create Condition Contract" in SAP S/4HANA. It reads from 1 data source (twcbcontrtype) and exposes 2 fields. It has 2 associations to related views. Part of development package WCB_CC_PERS.

Data Sources (1)

SourceAliasJoin Type
twcbcontrtype twcbcontrtype from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_CndnContrClassfctnType _CndnContrClassfctnType $projection.category = _CndnContrClassfctnType.CndnContrClassfctnType
[0..*] I_CndnContrTypeText _Text $projection.contract_type = _Text.CndnContrType

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName PWCBCOCOTYPECVH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #BASIC view
VDM.private true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #MANDATORY view

Fields (2)

KeyFieldSource TableSource FieldDescription
category category
_CndnContrProcessCategory _CndnContrClassfctnType _CndnContrProcessCategory
@AbapCatalog.sqlViewName: 'PWCBCOCOTYPECVH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@VDM.private: true
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #MANDATORY
// 'Search Help for Create Condition Contract'

/*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ]  } */
define view P_CndnContrType_CreateVH
  as select from twcbcontrtype  
  association [0..1] to I_CndnContrClassfctnType  as _CndnContrClassfctnType  on $projection.category = _CndnContrClassfctnType.CndnContrClassfctnType
  association [0..*] to I_CndnContrTypeText       as _Text                    on $projection.contract_type = _Text.CndnContrType
{
  key contract_type                                                    as contract_type,
      _Text[1: Language = $session.system_language ].CndnContrTypeDesc as text_contrtype,
    @ObjectModel.foreignKey.association: '_CndnContrProcessCategory'
      _CndnContrClassfctnType.CndnContrProcessCategory                 as process_category,
      category                                                         as category,

    //Associations

    _CndnContrClassfctnType._CndnContrProcessCategory
}
where
  ui_change               <> 'N' and
  ui_change               <> 'S' and
  type_block              = ''