E_ContractAccountPartner
Vertragskonto Partner Erweiterung
E_ContractAccountPartner is a Extension CDS View that provides data about "Vertragskonto Partner Erweiterung" in SAP S/4HANA. It reads from 1 data source (fkkvkp) and exposes 2 fields with key fields ContractAccount, BusinessPartner.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| fkkvkp | Persistence | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Vertragskonto Partner Erweiterung | view | |
| VDM.viewType | #EXTENSION | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| AbapCatalog.sqlViewName | ECTRACCPARTNER | view |
@EndUserText.label: 'Vertragskonto Partner Erweiterung'
@VDM.viewType: #EXTENSION
@ObjectModel.usageType.serviceQuality: #P
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@AbapCatalog.sqlViewName: 'ECTRACCPARTNER'
define view E_ContractAccountPartner
as select from fkkvkp as Persistence
{
key Persistence.vkont as ContractAccount,
key Persistence.gpart as BusinessPartner
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FKKVKP"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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