I_PaymentBlockingReason

DDL: I_PAYMENTBLOCKINGREASON SQL: IFIPAYBLOCKREAS Type: view BASIC

Payment Blocking Reason

I_PaymentBlockingReason is a Basic CDS View (Dimension) that provides data about "Payment Blocking Reason" in SAP S/4HANA. It reads from 1 data source (t008) and exposes 2 fields with key field PaymentBlockingReason. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t008 t008 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PaymentBlockingReasonText _Text $projection.PaymentBlockingReason = _Text.PaymentBlockingReason

Annotations (15)

NameValueLevelField
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
EndUserText.label Payment Blocking Reason view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IFIPAYBLOCKREAS view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey PaymentBlockingReason view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PaymentBlockingReason
_Text _Text
//Documentation about annotations can be found at http://help.sap.com searching for CDS annotations //Inserted by VDM CDS Suite Plugin

@ObjectModel.usageType.sizeCategory: #S   //Inserted by VDM CDS Suite Plugin

@ObjectModel.usageType.serviceQuality: #A //Inserted by VDM CDS Suite Plugin

@ObjectModel.usageType.dataClass: #CUSTOMIZING //Inserted by VDM CDS Suite Plugin

@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE , #CDS_MODELING_ASSOCIATION_TARGET , #SQL_DATA_SOURCE ]
@EndUserText.label: 'Payment Blocking Reason'
@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFIPAYBLOCKREAS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'PaymentBlockingReason'
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Search.searchable: true

define view I_PaymentBlockingReason
  as select from t008
  association [0..*] to I_PaymentBlockingReasonText as _Text on $projection.PaymentBlockingReason = _Text.PaymentBlockingReason
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
  key cast (zahls as farp_dzlspr) as PaymentBlockingReason,
      _Text
};      
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T008"
],
"ASSOCIATED":
[
"I_PAYMENTBLOCKINGREASONTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/