I_JITBusTransDocItemTypeText
JIT Business Transaction Doc Type - Text
I_JITBusTransDocItemTypeText is a Basic CDS View that provides data about "JIT Business Transaction Doc Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields BusinessTransacDocItmTypeCode, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
| [0..1] | I_JITBusTransDocItemType | _JITBusTransDocItemType | $projection.BusinessTransacDocItmTypeCode = _JITBusTransDocItemType.BusinessTransacDocItmTypeCode |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | JIT Business Transaction Doc Type - Text | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.representativeKey | BusinessTransacDocItmTypeCode | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Search.searchable | true | view | |
| VDM.viewType | #BASIC | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessTransacDocItmTypeCode | |||
| KEY | Language | ddlanguage | ||
| BusTransacDocItmTypeCodeText | ddtext | |||
| _JITBusTransDocItemType | _JITBusTransDocItemType | |||
| _Language | _Language |
@AccessControl.authorizationCheck : #NOT_REQUIRED
@EndUserText.label : 'JIT Business Transaction Doc Type - Text'
@ObjectModel : { dataCategory : #TEXT,
modelingPattern : #LANGUAGE_DEPENDENT_TEXT,
representativeKey : 'BusinessTransacDocItmTypeCode',
supportedCapabilities : [ #LANGUAGE_DEPENDENT_TEXT, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE ],
usageType : { dataClass : #META,
serviceQuality : #A,
sizeCategory : #S }
}
@Search.searchable : true
@VDM.viewType : #BASIC
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] }*/
/*+[hideWarning] { "IDS" : [ "KEY_CHECK/code>*/
define view entity I_JITBusTransDocItemTypeText
as select from dd07t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
/*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ] } */
association [0..1] to I_JITBusTransDocItemType as _JITBusTransDocItemType on $projection.BusinessTransacDocItmTypeCode = _JITBusTransDocItemType.BusinessTransacDocItmTypeCode
{
@ObjectModel.foreignKey.association: '_JITBusTransDocItemType'
@ObjectModel.text.element: [ 'BusTransacDocItmTypeCodeText' ]
key cast(left( dd07t.domvalue_l, 3 ) as njit_btd_item_type_code preserving type ) as BusinessTransacDocItmTypeCode,
@Semantics.language:true
@ObjectModel.foreignKey.association: '_Language'
key ddlanguage as Language,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@Semantics.text: true
ddtext as BusTransacDocItmTypeCodeText,
_JITBusTransDocItemType,
_Language
}
where
domname = 'NJIT_BTD_ITEM_TYPE_CODE'
and as4local = 'A'
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