A_CmplncPrpsText
Compliance Purpose Description
A_CmplncPrpsText is a Consumption CDS View that provides data about "Compliance Purpose Description" in SAP S/4HANA. It reads from 1 data source (I_CmplncPrpsTextTP) and exposes 4 fields with key fields CmplncPrpsUUID, Language. It has 1 association to related views. It is exposed through 1 OData service (API_COMPLIANCEPURPOSE). Part of development package EHFND_API_ODATA_PURPOSE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CmplncPrpsTextTP | I_CmplncPrpsTextTP | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | A_CmplncPrps | _CmplncPrps | $projection.CmplncPrpsUUID = _CmplncPrps.CmplncPrpsUUID |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ACMPLNCPRPSTXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| EndUserText.label | Compliance Purpose Description | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_COMPLIANCEPURPOSE | API_COMPLIANCEPURPOSE | V4 | C2 | NOT_RELEASED |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CmplncPrpsUUID | CmplncPrpsUUID | ||
| KEY | Language | Language | ||
| CmplncPrpsName | CmplncPrpsName | |||
| _CmplncPrps | _CmplncPrps |
@AbapCatalog.sqlViewName: 'ACMPLNCPRPSTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #MASTER
@VDM.viewType: #CONSUMPTION
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@EndUserText.label: 'Compliance Purpose Description'
define view A_CmplncPrpsText
as select from I_CmplncPrpsTextTP
association [1..1] to A_CmplncPrps as _CmplncPrps on $projection.CmplncPrpsUUID = _CmplncPrps.CmplncPrpsUUID
{
key CmplncPrpsUUID,
key Language,
CmplncPrpsName,
_CmplncPrps
}
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