I_SrcgProjQtnCompCodeVH
Company Code in Srcg Project Quotation
I_SrcgProjQtnCompCodeVH is a Basic CDS View that provides data about "Company Code in Srcg Project Quotation" in SAP S/4HANA. It reads from 1 data source (I_CompanyCode) and exposes 2 fields with key field CompanyCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CompanyCode | I_CompanyCode | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.representativeKey | CompanyCode | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view | |
| EndUserText.label | Company Code in Srcg Project Quotation | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | ||
| CompanyCodeName | CompanyCodeName |
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel:{representativeKey: 'CompanyCode',
dataCategory: #VALUE_HELP,
usageType.dataClass: #CUSTOMIZING,
usageType.serviceQuality: #A,
usageType.sizeCategory: #S}
@VDM.viewType: #BASIC
@Search.searchable: true
@EndUserText.label: 'Company Code in Srcg Project Quotation'
define view entity I_SrcgProjQtnCompCodeVH as select from I_CompanyCode
{
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
key CompanyCode,
CompanyCodeName
}
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