I_PaymentGuaranteeProcedure

DDL: I_PAYMENTGUARANTEEPROCEDURE SQL: ISDPAYTGUARPROC Type: view BASIC Package: VDM_SD_BF_CM

Payment Guarantee Procedure

I_PaymentGuaranteeProcedure is a Basic CDS View (Dimension) that provides data about "Payment Guarantee Procedure" in SAP S/4HANA. It reads from 1 data source (t691m) and exposes 2 fields with key field PaymentGuaranteeProcedure. It has 1 association to related views. Part of development package VDM_SD_BF_CM.

Data Sources (1)

SourceAliasJoin Type
t691m t691m from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PaymentGuaranteeProcedureT _Text $projection.PaymentGuaranteeProcedure = _Text.PaymentGuaranteeProcedure

Annotations (14)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey PaymentGuaranteeProcedure view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Payment Guarantee Procedure view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISDPAYTGUARPROC view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.sapObjectNodeType.name PaymentGuaranteeProcedure view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PaymentGuaranteeProcedure abssc
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'PaymentGuaranteeProcedure'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #ANALYTICAL_DIMENSION ]
@EndUserText.label: 'Payment Guarantee Procedure'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:  #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISDPAYTGUARPROC'
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.sapObjectNodeType.name: 'PaymentGuaranteeProcedure'
define view I_PaymentGuaranteeProcedure
as select from t691m

association [0..*] to I_PaymentGuaranteeProcedureT as _Text on $projection.PaymentGuaranteeProcedure  = _Text.PaymentGuaranteeProcedure
{
    @ObjectModel.text.association: '_Text'
    key abssc as PaymentGuaranteeProcedure,
    
    //Associations

    _Text
};