A_ContractAccountHeader
Vertragkonto Kopf
A_ContractAccountHeader is a Basic CDS View that provides data about "Vertragkonto Kopf" in SAP S/4HANA. It reads from 1 data source (I_ContractAccountHeader) and exposes 10 fields with key field ContractAccount.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ContractAccountHeader | I_ContractAccountHeader | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Vertragkonto Kopf | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ContractAccount | ContractAccount | ||
| CreationDate | CreationDate | |||
| CreatedByUser | CreatedByUser | |||
| IsMarkedForDeletion | IsMarkedForDeletion | |||
| LastChangeDate | LastChangeDate | |||
| LastChangedByUser | LastChangedByUser | |||
| CAApplicationArea | CAApplicationArea | |||
| ContractAccountCategory | ContractAccountCategory | |||
| ContractAccountExtReference | ContractAccountExtReference | |||
| ContractAccountName | ContractAccountName |
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #C
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Vertragkonto Kopf'
define view entity A_ContractAccountHeader
as select from I_ContractAccountHeader
{
//I_ContractAccountHeader
key ContractAccount,
CreationDate,
CreatedByUser,
IsMarkedForDeletion,
LastChangeDate,
LastChangedByUser,
CAApplicationArea,
ContractAccountCategory,
ContractAccountExtReference,
ContractAccountName
}
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