I_PlngCatApplicationTypeText

DDL: I_PLNGCATAPPLICATIONTYPETEXT SQL: IPLNNGCATAPPTYPT Type: view BASIC

Planning Category Application Type Text

I_PlngCatApplicationTypeText is a Basic CDS View that provides data about "Planning Category Application Type Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields PlngCategoryApplicationType, 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 (11)

NameValueLevelField
AbapCatalog.sqlViewName IPLNNGCATAPPTYPT view
AbapCatalog.buffering.status #NOT_ALLOWED view
ObjectModel.representativeKey PlngCategoryApplicationType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #TEXT view
EndUserText.label Planning Category Application Type Text view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY PlngCategoryApplicationType
KEY Language ddlanguage
PlngCatApplicationTypeName ddtext
_Language _Language
@AbapCatalog.sqlViewName: 'IPLNNGCATAPPTYPT'
@AbapCatalog.buffering.status: #NOT_ALLOWED         

@ObjectModel.representativeKey: 'PlngCategoryApplicationType'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.dataCategory: #TEXT 

@EndUserText.label: 'Planning Category Application Type Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE

define view I_PlngCatApplicationTypeText
  as select from dd07t
association [0..1] to I_Language    as _Language      on $projection.Language = _Language.Language
{
  key cast ( domvalue_l  as fcom_application_type ) as PlngCategoryApplicationType,
  @Semantics.language: true
  key ddlanguage                                    as Language,
  @Semantics.text: true
  ddtext                                            as PlngCatApplicationTypeName,
  _Language
}
where
        domname          = 'FCOM_APPLICATION_TYPE'
          and as4local   = 'A'   
          and ddlanguage = $session.system_language;
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/