C_LglCntntMMainOrgTypeVH
Main Organization Type Value Help
C_LglCntntMMainOrgTypeVH is a Consumption CDS View that provides data about "Main Organization Type Value Help" in SAP S/4HANA. It reads from 1 data source (I_LglCntntMMainOrgType) and exposes 3 fields with key field LglCntntMMainOrgType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_LglCntntMMainOrgType | I_LglCntntMMainOrgType | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CLCMMAINORGTVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.representativeKey | LglCntntMMainOrgType | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| Search.searchable | true | view | |
| EndUserText.label | Main Organization Type Value Help | view | |
| Consumption.ranked | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | LglCntntMMainOrgType | LglCntntMMainOrgType | ||
| LglCntntMMainOrgTypeName | Main Organization Type Description | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'CLCMMAINORGTVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@ObjectModel: { semanticKey: [ 'LglCntntMMainOrgType' ],
representativeKey: 'LglCntntMMainOrgType',
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
usageType.dataClass: #MASTER,
dataCategory: #VALUE_HELP,
resultSet.sizeCategory: #XS }
@Search.searchable: true
@EndUserText.label: 'Main Organization Type Value Help'
@Consumption.ranked: true
define view C_LglCntntMMainOrgTypeVH
as select from I_LglCntntMMainOrgType
{
@ObjectModel.text.element: [ 'LglCntntMMainOrgTypeName' ]
@EndUserText: { label: 'Main Organization Type', quickInfo: 'Main Organization Type' }
key LglCntntMMainOrgType,
@Semantics.text: true
@Search: { defaultSearchElement: true, ranking: #HIGH }
@EndUserText.label: 'Main Organization Type Description'
_Text[1: Language = $session.system_language].LglCntntMMainOrgTypeName,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LGLCNTNTMMAINORGTYPE",
"I_LGLCNTNTMMAINORGTYPETEXT"
],
"ASSOCIATED":
[
"I_LGLCNTNTMMAINORGTYPETEXT"
],
"BASE":
[
"I_LGLCNTNTMMAINORGTYPE"
],
"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