I_ACMPaymentMethod

DDL: I_ACMPAYMENTMETHOD SQL: IACMPAYMETHOD Type: view BASIC

ACM Payment Method

I_ACMPaymentMethod is a Basic CDS View that provides data about "ACM Payment Method" in SAP S/4HANA. It reads from 1 data source (t042z) and exposes 3 fields with key fields CustomerCountryKey, BPPaymentMethod. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t042z t042z from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ACMPaymentMethodText _PaymentMethodText

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IACMPAYMETHOD view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label ACM Payment Method view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY CustomerCountryKey land1
KEY BPPaymentMethod zlsch
_PaymentMethodText _PaymentMethodText
@AbapCatalog.sqlViewName: 'IACMPAYMETHOD'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
  }
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
               usageType: {
                 dataClass: #MASTER,
                 serviceQuality: #A,
                 sizeCategory: #L
               }
}
@EndUserText.label: 'ACM Payment Method'
define root view I_ACMPaymentMethod
  as select from t042z
  composition [0..*] of I_ACMPaymentMethodText as _PaymentMethodText
{
  key land1 as CustomerCountryKey,
  key zlsch as BPPaymentMethod,

      _PaymentMethodText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T042Z"
],
"ASSOCIATED":
[
"I_ACMPAYMENTMETHODTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/