I_SrvcEntrShtOriginObjectType

DDL: I_SRVCENTRSHTORIGINOBJECTTYPE SQL: ISESORIGOBJTYPE Type: view BASIC

Service Entry Sheet Origin Object Type

I_SrvcEntrShtOriginObjectType is a Basic CDS View (Dimension) that provides data about "Service Entry Sheet Origin Object Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field OriginObjectType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SrvcEntrShtOrignObjTypeTxt _Text $projection.OriginObjectType = _Text.OriginObjectType

Annotations (11)

NameValueLevelField
ObjectModel.representativeKey OriginObjectType view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Service Entry Sheet Origin Object Type view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISESORIGOBJTYPE view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY OriginObjectType
_Text _Text
@ObjectModel:{representativeKey: 'OriginObjectType',
              usageType.dataClass: #MASTER,
              usageType.serviceQuality: #A,
              usageType.sizeCategory: #S}
              //sapObjectNodeType.name: 'SESOriginObjectType' }


@ClientHandling.algorithm: #SESSION_VARIABLE 
@EndUserText.label: 'Service Entry Sheet Origin Object Type'
@Analytics.dataCategory:#DIMENSION
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISESORIGOBJTYPE'

@VDM.lifecycle.contract.type: #SAP_INTERNAL_API

define view I_SrvcEntrShtOriginObjectType
  as select from dd07l
  association [0..*] to I_SrvcEntrShtOrignObjTypeTxt as _Text on $projection.OriginObjectType = _Text.OriginObjectType
{
      @ObjectModel.text.association: '_Text'
  key cast ( substring( domvalue_l, 1, 2 ) as mmpur_ses_origin ) as OriginObjectType,
      _Text
}
where
      domname  = 'MMPUR_SES_ORIGIN'
  and as4local = 'A'      
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_SRVCENTRSHTORIGNOBJTYPETXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/