I_InvtryValnSpecialStockTypeT

DDL: I_INVTRYVALNSPECIALSTOCKTYPET SQL: IINVVSPECSTTYT Type: view BASIC

Inventory Valuation Special Stock Type Text

I_InvtryValnSpecialStockTypeT is a Basic CDS View that provides data about "Inventory Valuation Special Stock Type Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, InvtryValnSpecialStockType. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_InvtryValnSpecialStockType _I_InvtryValnSpecialStockType $projection.InvtryValnSpecialStockType = _I_InvtryValnSpecialStockType.InvtryValnSpecialStockType
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName IINVVSPECSTTYT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataExtraction.enabled true view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Inventory Valuation Special Stock Type Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey InvtryValnSpecialStockType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY InvtryValnSpecialStockType
DomainValue dd07t domvalue_l
InventorySpecialStockTypeName ddtext
_I_InvtryValnSpecialStockType _I_InvtryValnSpecialStockType
_Language _Language
@AbapCatalog.sqlViewName: 'IINVVSPECSTTYT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataExtraction.enabled: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Inventory Valuation  Special Stock Type Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.representativeKey: 'InvtryValnSpecialStockType'
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #EXTRACTION_DATA_SOURCE,
                                     #LANGUAGE_DEPENDENT_TEXT,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE]
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
define view I_InvtryValnSpecialStockTypeT
  as select from dd07t
  association [1..1] to I_InvtryValnSpecialStockType as _I_InvtryValnSpecialStockType on $projection.InvtryValnSpecialStockType = _I_InvtryValnSpecialStockType.InvtryValnSpecialStockType
  association [0..1] to I_Language                   as _Language                     on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras preserving type ) as Language,
      @ObjectModel.foreignKey.association: '_I_InvtryValnSpecialStockType'
      @ObjectModel.text.element: ['InventorySpecialStockTypeName']
  key cast( dd07t.domvalue_l as mlsobkz )               as InvtryValnSpecialStockType,
      @Analytics.hidden: true
      @Consumption.hidden: true
      dd07t.domvalue_l                                  as DomainValue,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      //      cast( dd07t.ddtext as vdmdemov_samplecodetext preserving type ) as InventorySpecialStockTypeName,

      ddtext                                            as InventorySpecialStockTypeName,
      @ObjectModel.association.type: [#TO_COMPOSITION_PARENT,
                                      #TO_COMPOSITION_ROOT]
      _I_InvtryValnSpecialStockType,
      _Language
}
where
      dd07t.domname  = 'MLSOBKZ'
  and dd07t.as4local = 'A'
  and dd07t.as4vers  = '0000'





//@AbapCatalog.sqlViewName: 'IINVVSPECSTTYT'

//@ObjectModel.representativeKey: 'InvtryValnSpecialStockType'

//@EndUserText.label: 'Inventory Valuation  Special Stock Type Text'

//

//@VDM.viewType: #BASIC

//@ObjectModel.dataCategory: #TEXT

//@AccessControl.authorizationCheck: #NOT_REQUIRED

//@ClientHandling.algorithm: #SESSION_VARIABLE

//@ObjectModel.usageType: {

//  dataClass: #META,

//  serviceQuality: #A,

//  sizeCategory: #M

//}

//@Search.searchable: true

//define view I_InvtryValnSpecialStockTypeT

//  as select from dd07t

//  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language

//

//{

//      @Semantics.language

//      @ObjectModel.foreignKey.association: '_Language'

//  key cast( ddlanguage as spras )                                                    as Language,

//  key cast ( cast ( substring( domvalue_l, 1, 1 ) as abap.char( 1 ) ) as   mlsobkz ) as InvtryValnSpecialStockType,

//      @Semantics.text: true

//      @Search.defaultSearchElement: true

//      ddtext                                                                         as InventorySpecialStockTypeName,

//

//      _Language

//

//}

//where

//      domname  = 'MLSOBKZ'

//  and as4local = 'A'

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_INVTRYVALNSPECIALSTOCKTYPE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/