I_RAContractPostingMode

DDL: I_RACONTRACTPOSTINGMODE Type: view_entity BASIC

Contract Posting Mode

I_RAContractPostingMode is a Basic CDS View that provides data about "Contract Posting Mode" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field RAContractPostingMode. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_RAContractPostingModeText _Text

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Contract Posting Mode view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ObjectModel.representativeKey RAContractPostingMode view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY RAContractPostingMode
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Contract Posting Mode'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #META}
@ObjectModel.representativeKey: 'RAContractPostingMode'
@VDM.viewType: #BASIC
define root view entity I_RAContractPostingMode as select from dd07l
  composition [0..*] of I_RAContractPostingModeText as _Text
{
       @ObjectModel.text.association: '_Text'
   key cast(domvalue_l as farr_posting_mode )     as RAContractPostingMode,
   
       _Text
}
where dd07l.domname     = 'FARR_POSTING_MODE' 
  and dd07l.as4local    = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_RACONTRACTPOSTINGMODETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/