P_InterpretationAlgorithm

DDL: P_INTERPRETATIONALGORITHM Type: view_entity BASIC Package: ODATA_AR_POSTING_RULES

Interpreation Algorithm View

P_InterpretationAlgorithm is a Basic CDS View that provides data about "Interpreation Algorithm View" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 4 fields with key fields Intag, as4local, valpos, as4vers. Part of development package ODATA_AR_POSTING_RULES.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (3)

NameValueLevelField
VDM.private true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Intag
KEY as4local as4local
KEY valpos valpos
KEY as4vers as4vers
@VDM.private: true
@VDM.viewType: #BASIC

@AccessControl.authorizationCheck: #NOT_REQUIRED

define view entity P_InterpretationAlgorithm
  as select from dd07l

{
  key cast ( cast ( substring( domvalue_l, 1, 3 ) as abap.char( 3 ) ) as far_pstrl_interpretationalgo ) as Intag,
  key as4local   as as4local,
  key valpos     as valpos,
  key as4vers    as as4vers
}
where
      dd07l.domname  = 'INTAG_EB'
  and dd07l.as4local = 'A'