I_CostRevnReassgmtPostgTypeTxt

DDL: I_COSTREVNREASSGMTPOSTGTYPETXT SQL: IREASSPOSTTYPTXT Type: view BASIC

Text of Reassignment Posting Type

I_CostRevnReassgmtPostgTypeTxt is a Basic CDS View that provides data about "Text of Reassignment Posting Type" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields AllocationPostingType, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (13)

NameValueLevelField
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName IREASSPOSTTYPTXT view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey AllocationPostingType view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
EndUserText.label Text of Reassignment Posting Type view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY AllocationPostingType
KEY Language
AllocationPostingTypeText
_Language _Language
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'IREASSPOSTTYPTXT'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'AllocationPostingType'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@EndUserText.label: 'Text of Reassignment Posting Type'

define view I_CostRevnReassgmtPostgTypeTxt
  as select from dd07t

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

{
  key cast( domvalue_l as fco_posting_type ) as AllocationPostingType,

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( ddlanguage as spras )                              as Language,

      @Semantics.text: true
      cast(ddtext as fco_posting_type_text)                       as AllocationPostingTypeText,
      _Language

}
where
      domname  = 'FCO_POSTING_TYPE'
  and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/