A_ACMPaymentMethodText

DDL: A_ACMPAYMENTMETHODTEXT Type: view_entity CONSUMPTION

ACM Payment Method - Text

A_ACMPaymentMethodText is a Consumption CDS View that provides data about "ACM Payment Method - Text" in SAP S/4HANA. It reads from 1 data source (R_ACMPaymentMethodTextTP) and exposes 5 fields with key fields BPPaymentMethod, Language, CustomerCountryKey. It is exposed through 1 OData service (API_ACMPAYMENTMETHOD).

Data Sources (1)

SourceAliasJoin Type
R_ACMPaymentMethodTextTP R_ACMPaymentMethodTextTP projection

Annotations (9)

NameValueLevelField
OData.entityType.name ACMOPTATEXT_Type view
AccessControl.authorizationCheck #CHECK view
ObjectModel.dataCategory #TEXT view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
EndUserText.label ACM Payment Method - Text view

OData Services (1)

ServiceBindingVersionContractRelease
API_ACMPAYMENTMETHOD API_ACMPAYMENTMETHOD V4 C2 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY BPPaymentMethod BPPaymentMethod
KEY Language Language
KEY CustomerCountryKey CustomerCountryKey
LanguageISOCode LanguageISOCode
ACMPaymentMethodDesc ACMPaymentMethodDesc
@OData.entityType.name: 'ACMOPTATEXT_Type'
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #CONSUMPTION
@ObjectModel: {
    usageType.serviceQuality: #A,
    usageType.sizeCategory : #L,
    usageType.dataClass: #MASTER
}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@EndUserText.label: 'ACM Payment Method - Text'
define view entity A_ACMPaymentMethodText
  as projection on R_ACMPaymentMethodTextTP
{
  key BPPaymentMethod,
  key Language,
  key CustomerCountryKey,
      LanguageISOCode,
      ACMPaymentMethodDesc,

      _PaymentMethod : redirected to parent A_ACMPaymentMethod
}