I_CollectionStrategyStatusText
Domain Text for Coll Strategy Status
I_CollectionStrategyStatusText is a Basic CDS View that provides data about "Domain Text for Coll Strategy Status" in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 3 fields with key fields CollStrgyIsActive, Language. Part of development package UDM_COLL_CDS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07v | dd07v | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICOLLSTRGYST | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.representativeKey | CollStrgyIsActive | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Domain Text for Coll Strategy Status | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CollStrgyIsActive | |||
| KEY | Language | ddlanguage | ||
| CollStrgyStsDesc | ddtext |
@AbapCatalog.sqlViewName: 'ICOLLSTRGYST'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.representativeKey: 'CollStrgyIsActive'
@VDM.viewType: #BASIC
@EndUserText.label: 'Domain Text for Coll Strategy Status'
define view I_CollectionStrategyStatusText
as select from dd07v
{
key cast( domvalue_l as fin_mng_colstr_is_active ) as CollStrgyIsActive,
@Semantics.language: true
key ddlanguage as Language,
@Semantics.text: true
ddtext as CollStrgyStsDesc
}
where
domname = 'FIN_MNG_COLSTR_IS_ACTIVE'
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