I_PaytMdmDebitCreditMemoCode

DDL: I_PAYTMDMDEBITCREDITMEMOCODE Type: view_entity BASIC Package: ODATA_CREATE_PAYMENT_MEDIA

Payment Medium Debit Credit Memo Code

I_PaytMdmDebitCreditMemoCode is a Basic CDS View that provides data about "Payment Medium Debit Credit Memo Code" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field PaytMediumDebitCreditMemoCode. It has 1 association to related views. Part of development package ODATA_CREATE_PAYMENT_MEDIA.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PaytMdmDebitCrdtMemoCodeText _DebitCreditCodeName

Annotations (11)

NameValueLevelField
EndUserText.label Payment Medium Debit Credit Memo Code view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey PaytMediumDebitCreditMemoCode view
VDM.viewType #BASIC view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PaytMediumDebitCreditMemoCode
DomainValue dd07l domvalue_l
_DebitCreditCodeName _DebitCreditCodeName
@EndUserText.label: 'Payment Medium Debit Credit Memo Code'
@AccessControl.authorizationCheck: #NOT_REQUIRED

@AbapCatalog.viewEnhancementCategory: [#NONE]
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  dataCategory: #VALUE_HELP,
  usageType: {
    serviceQuality: #A,
    sizeCategory:   #S,
    dataClass:      #META
  },
   resultSet.sizeCategory: #XS
}
@ObjectModel.representativeKey: 'PaytMediumDebitCreditMemoCode'
@VDM.viewType: #BASIC
@Search.searchable: true
//@Analytics.technicalName: 'IPAYTMDMDEBITCRDMMCODE'

define root view entity I_PaytMdmDebitCreditMemoCode
  as select from dd07l 
  composition [0..*] of I_PaytMdmDebitCrdtMemoCodeText as _DebitCreditCodeName
{
      @ObjectModel.text.association: '_DebitCreditCodeName'
      @UI.textArrangement: #TEXT_ONLY
  key cast( dd07l.domvalue_l as crdeb_fpm ) as PaytMediumDebitCreditMemoCode,
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l as DomainValue,
      _DebitCreditCodeName
} 
where dd07l.domname  = 'CRDEB_FPM'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'