E_ContractAccountHeader
Contract Account Header Extension
E_ContractAccountHeader is a Extension CDS View that provides data about "Contract Account Header Extension" in SAP S/4HANA. It reads from 1 data source (fkkvk) and exposes 1 field with key field ContractAccount. Part of development package FKKV.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| fkkvk | Persistence | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Contract Account Header Extension | view | |
| VDM.viewType | #EXTENSION | view | |
| ObjectModel.usageType.serviceQuality | #P | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| AbapCatalog.extensibility.extensible | true | view | |
| AbapCatalog.extensibility.elementSuffix | VKK | view | |
| AbapCatalog.extensibility.quota.maximumFields | 170 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 3400 | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ContractAccount | fkkvk | vkont |
@EndUserText.label: 'Contract Account Header Extension'
@VDM.viewType: #EXTENSION
@ObjectModel.usageType.serviceQuality: #P
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@AbapCatalog.extensibility: {
extensible: true,
elementSuffix: 'VKK',
dataSources: [ 'Persistence' ],
quota: {
maximumFields: 170,
maximumBytes: 3400
}
}
define view entity E_ContractAccountHeader
as select from fkkvk as Persistence
{
key Persistence.vkont as ContractAccount
}
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