P_CndnContrType_ValueHelp

DDL: P_CNDNCONTRTYPE_VALUEHELP SQL: PWCBCOCOTYPEVH Type: view BASIC Package: WCB_CC_PERS

Search Help for Condition Contract Type

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

Data Sources (1)

SourceAliasJoin Type
twcbcontrtype twcbcontrtype from

Associations (1)

CardinalityTargetAliasCondition
[0..*] R_CndnContrTypeText _Text $projection.CONTRACT_TYPE = _Text.CndnContrType

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName PWCBCOCOTYPEVH 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 #XL view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #MANDATORY view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CONTRACT_TYPE contract_type
TEXT_CONTRTYPE
@AbapCatalog.sqlViewName: 'PWCBCOCOTYPEVH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@VDM.private: true
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #XL
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #MANDATORY
// 'Search Help for Condition Contract Type'

define view P_CndnContrType_ValueHelp
as select from
twcbcontrtype
association [0..*] to R_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
    
}