FCLM_BAM_WF_C_COMPCODEVH
Value Help for Company Code
FCLM_BAM_WF_C_COMPCODEVH is a CDS View that provides data about "Value Help for Company Code" 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 | CompanyCode | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FCLMBAMWFCCCVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Value Help for Company Code | view | |
| Search.searchable | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| UI.headerInfo.typeName | Company Code | view | |
| UI.headerInfo.typeNamePlural | Company Codes | view | |
| UI.headerInfo.title.type | #STANDARD | view | |
| UI.headerInfo.title.value | CompanyCode | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | ||
| CompanyCodeT | CompanyCodeName |
@AbapCatalog.sqlViewName: 'FCLMBAMWFCCCVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value Help for Company Code'
@Search.searchable: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType: {
serviceQuality: #B,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
@UI.headerInfo: {
typeName: 'Company Code',
typeNamePlural: 'Company Codes',
title: { type: #STANDARD, value: 'CompanyCode' }
}
define view FCLM_BAM_WF_C_COMPCODEVH as select from I_CompanyCode as CompanyCode {
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.9 }
@ObjectModel.text.element: [ 'CompanyCodeT' ]
@EndUserText: {
label: 'Company Code',
quickInfo: 'Company Code'
}
key CompanyCode,
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
@Consumption: {
groupWithElement: 'CompanyCode'
}
@EndUserText: {
label: 'Name',
quickInfo: 'Company Code Name'
}
CompanyCodeName as CompanyCodeT
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_COMPANYCODE"
],
"ASSOCIATED":
[],
"BASE":
[],
"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