C_CompanyCodeValueHelpProj

DDL: C_COMPANYCODEVALUEHELPPROJ SQL: CCOMPCODEVH Type: view CONSUMPTION

Company Code Value Help

C_CompanyCodeValueHelpProj is a Consumption CDS View that provides data about "Company Code Value Help" in SAP S/4HANA. It reads from 1 data source (I_CompanyCodeStdVH) and exposes 2 fields with key field CompanyCode. It is used in 1 Fiori application: Project Cost Report - Overview.

Data Sources (1)

SourceAliasJoin Type
I_CompanyCodeStdVH I_CompanyCodeStdVH from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CCOMPCODEVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Company Code Value Help view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey CompanyCode view
VDM.viewType #CONSUMPTION view
OData.publish true view
Search.searchable true view
Consumption.ranked true view

Fiori Apps (1)

App IDApp NameTypeDescription
F2513 Project Cost Report - Overview Analytical An application to compare the plan versus actual costs of a project.

Project Cost Report - Overview

Business Role: Project Financial Controller

This feature enables you to easily monitor aggregated and non-aggregated project costs by allowing you to compare plan costs with actual costs. You can also monitor the variance and costs at individual line item level, configure two cost planning categories and use one category for calculation of variance. You can also enter the level to which a project tree has to be expanded, and view cost details of multiple projects or WBS elements from different projects and hierarchies.

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode
CompanyCodeName CompanyCodeName
@AbapCatalog.sqlViewName: 'CCOMPCODEVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Company Code Value Help'
@ObjectModel.usageType: {
  dataClass: #MASTER,
  serviceQuality: #A,
  sizeCategory: #S
}
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'CompanyCode'
@VDM.viewType: #CONSUMPTION
@OData.publish: true
@Search.searchable: true
@Consumption.ranked: true
define view C_CompanyCodeValueHelpProj
  as select from I_CompanyCodeStdVH
{

      @ObjectModel.text.element: 'CompanyCodeName'
      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
  key CompanyCode,
      @Semantics.text
      @Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8 }
      CompanyCodeName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_COMPANYCODESTDVH"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/