C_OutgInvoiceCustCompanyCodeVH

DDL: C_OUTGINVOICECUSTCOMPANYCODEVH Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
I_CustomerCompany I_CustomerCompany from

Annotations (10)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/