I_PaymentGuaranteeProcedure
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)
| Source | Alias | Join Type |
|---|---|---|
| t691m | t691m | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_PaymentGuaranteeProcedureT | _Text | $projection.PaymentGuaranteeProcedure = _Text.PaymentGuaranteeProcedure |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
};
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA