I_SlsDocMassChgEntityLevelVH
Mass Change of Sales Doc Entity Level
I_SlsDocMassChgEntityLevelVH is a Composite CDS View (Dimension) that provides data about "Mass Change of Sales Doc Entity Level" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field SlsDocMassChgEntityLevel.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (20)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | ISDMCCENTLVLVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| EndUserText.label | Mass Change of Sales Doc Entity Level | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view | |
| ObjectModel.representativeKey | SlsDocMassChgEntityLevel | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Search.searchable | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SlsDocMassChgEntityLevel | Entity Level | ||
| SlsDocMassChgEntityLevelName | ddtext | Entity Level Description |
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog:{
sqlViewName: 'ISDMCCENTLVLVH',
compiler.compareFilter: true,
preserveKey: true
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@EndUserText.label: 'Mass Change of Sales Doc Entity Level'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel:{
compositionRoot: true,
dataCategory: #VALUE_HELP,
modelingPattern: #VALUE_HELP_PROVIDER,
representativeKey: 'SlsDocMassChgEntityLevel',
resultSet.sizeCategory: #XS,
usageType:{
dataClass: #META,
serviceQuality: #A,
sizeCategory: #S
},
supportedCapabilities: [#VALUE_HELP_PROVIDER]
}
@Search.searchable: true
define view I_SlsDocMassChgEntityLevelVH
as select from dd07t
{
@EndUserText.label: 'Entity Level'
@UI.textArrangement :#TEXT_ONLY
key cast( domvalue_l as abap.char(1)) as SlsDocMassChgEntityLevel,
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@EndUserText.label: 'Entity Level Description'
@Semantics.text: true
ddtext as SlsDocMassChgEntityLevelName
}
where
(
domname = 'SD_MCC_ENTITY_LEVEL'
)
and ddlanguage = $session.system_language
and(
as4local = 'A'
)
and(
as4vers = '0000'
);
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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