P_InterpretationAlgorithm

DDL: P_INTERPRETATIONALGORITHM SQL: PINTERPRETALG Type: view BASIC

P_InterpretationAlgorithm is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 4 fields with key fields Intag, as4local, valpos, as4vers.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName PINTERPRETALG view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.private true view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Intag
KEY as4local as4local
KEY valpos valpos
KEY as4vers as4vers
@AbapCatalog.sqlViewName: 'PINTERPRETALG'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true

@VDM.private: true
@VDM.viewType: #BASIC

@ClientHandling.algorithm: #SESSION_VARIABLE

@AccessControl.authorizationCheck: #NOT_REQUIRED

define view 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'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/