A_ComplaintConditionTypeText

DDL: A_COMPLAINTCONDITIONTYPETEXT Type: view_entity CONSUMPTION Package: VDM_CMH_SD

Condition Type - Text

A_ComplaintConditionTypeText is a Consumption CDS View that provides data about "Condition Type - Text" in SAP S/4HANA. It reads from 1 data source (R_ConditionTypeText) and exposes 5 fields with key fields Language, ConditionUsage, ConditionApplication, ConditionType. It is exposed through 1 OData service (API_COMPLAINTPRICING). Part of development package VDM_CMH_SD.

Data Sources (1)

SourceAliasJoin Type
R_ConditionTypeText R_ConditionTypeText from

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.modelingPattern #NONE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.dataCategory #TEXT view
OData.entitySet.name ComplaintConditionTypeText view
OData.entityType.name ComplaintConditionTypeText_Type view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Condition Type - Text view

OData Services (1)

ServiceBindingVersionContractRelease
API_COMPLAINTPRICING API_COMPLAINTPRICING V4 C2 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY ConditionUsage ConditionUsage
KEY ConditionApplication ConditionApplication
KEY ConditionType ConditionType
ConditionTypeName ConditionTypeName
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@ObjectModel: {
    modelingPattern: #NONE,
   supportedCapabilities: [#TRANSACTIONAL_PROVIDER],
    usageType: {
        dataClass: #CUSTOMIZING,
        sizeCategory: #S,
        serviceQuality: #A }
        }
@ObjectModel.dataCategory: #TEXT

@OData: {
  entitySet:  { name: 'ComplaintConditionTypeText' },
 entityType: { name: 'ComplaintConditionTypeText_Type' }
}

@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Condition Type - Text'
define view entity A_ComplaintConditionTypeText
  as select from R_ConditionTypeText
{
       @Semantics.language: true
  key  Language,
  key  ConditionUsage,
  key  ConditionApplication,
  key  ConditionType,
       @Semantics.text: true
       ConditionTypeName
}