I_UtilsInvcgMnlOutsortingRsn
Manual Outsorting Reason for Invoicing
I_UtilsInvcgMnlOutsortingRsn is a Basic CDS View (Dimension) that provides data about "Manual Outsorting Reason for Invoicing" in SAP S/4HANA. It reads from 1 data source (te128) and exposes 2 fields with key field UtilsInvcgOutsortingReason. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| te128 | te128 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_UtilsInvcgMnlOutsortingRsnT | _Text | $projection.UtilsInvcgOutsortingReason = _Text.UtilsInvcgOutsortingReason |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Manual Outsorting Reason for Invoicing | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.sqlViewName | IEMNLOUTRSNINV | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | UtilsInvcgOutsortingReason | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | UtilsInvcgOutsortingReason | |||
| _Text | _Text |
@EndUserText.label: 'Manual Outsorting Reason for Invoicing'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IEMNLOUTRSNINV'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'UtilsInvcgOutsortingReason'
@AbapCatalog.compiler.compareFilter:true
//@AbapCatalog.preserveKey:true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE ]
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
define view I_UtilsInvcgMnlOutsortingRsn
as select from te128
association [0..*] to I_UtilsInvcgMnlOutsortingRsnT as _Text on $projection.UtilsInvcgOutsortingReason = _Text.UtilsInvcgOutsortingReason
{
@ObjectModel.text.association: '_Text'
key cast(te128.manouts_in as e_outsrtngreasinvcg_vdm preserving type) as UtilsInvcgOutsortingReason,
/* Associations */
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TE128"
],
"ASSOCIATED":
[
"I_UTILSINVCGMNLOUTSORTINGRSNT"
],
"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