C_OutgInvoiceCustCompanyCodeVH
Customer
C_OutgInvoiceCustCompanyCodeVH is a Consumption CDS View that provides data about "Customer" in SAP S/4HANA. It reads from 1 data source (I_CustomerCompany) and exposes 10 fields with key fields Customer, CompanyCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CustomerCompany | I_CustomerCompany | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | Customer | view | |
| Consumption.ranked | true | view | |
| EndUserText.label | Customer | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Customer | Customer | ||
| KEY | CompanyCode | CompanyCode | ||
| Country | _Customer | Country | ||
| CityName | _Customer | CityName | ||
| AddressSearchTerm1 | _Customer | AddressSearchTerm1 | ||
| AddressSearchTerm2 | _Customer | AddressSearchTerm2 | ||
| CustomerName | _Customer | CustomerName | ||
| _Customer | _Customer | |||
| AuthorizationGroup | AuthorizationGroup | |||
| IsBusinessPurposeCompleted | IsBusinessPurposeCompleted |
@AccessControl.authorizationCheck: #MANDATORY
@VDM.viewType: #CONSUMPTION
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'Customer'
@Consumption.ranked: true
@EndUserText.label: 'Customer'
define view entity C_OutgInvoiceCustCompanyCodeVH as select from I_CustomerCompany
{
@ObjectModel.text.element: ['CustomerName']
key Customer,
key CompanyCode,
_Customer.Country,
_Customer.CityName,
_Customer.AddressSearchTerm1,
@UI.hidden: true
_Customer.AddressSearchTerm2,
@Semantics.text:true
_Customer.CustomerName,
_Customer,
@UI.hidden: true
AuthorizationGroup,
@UI.hidden: true
@Semantics.booleanIndicator
IsBusinessPurposeCompleted
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CUSTOMER",
"I_CUSTOMERCOMPANY"
],
"ASSOCIATED":
[
"I_CUSTOMER"
],
"BASE":
[
"I_CUSTOMERCOMPANY"
],
"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