I_SrcgProjQtnCompCodeVH

DDL: I_SRCGPROJQTNCOMPCODEVH Type: view_entity BASIC

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)

SourceAliasJoin Type
I_CompanyCode I_CompanyCode from

Annotations (9)

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

KeyFieldSource TableSource FieldDescription
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
}