I_ENGAGEMENTPROJECTSRVCORGTEXT

CDS View

Service Org of Engmnt Project - Text

I_ENGAGEMENTPROJECTSRVCORGTEXT is a CDS View in S/4HANA. Service Org of Engmnt Project - Text. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_EngmntProjServiceOrgText view from BASIC Service Organization Text
C_RSHServiceOrganizationText view from CONSUMPTION Service Organization - Text

Fields (1)

KeyField CDS FieldsUsed in Views
EngmtProjectServiceOrgName EngmtProjectServiceOrgName 1
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'IEPSRVCORGTEXT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@AbapCatalog.compiler.compareFilter: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'EngagementProjectServiceOrg'
@EndUserText.label: 'Service Org of Engmnt Project - Text'
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@AbapCatalog.buffering.numberOfKeyFields: 000
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass:  #ORGANIZATIONAL
@ObjectModel.usageType.serviceQuality: #A
@AccessControl.authorizationCheck: #CHECK
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel: {modelingPattern: #LANGUAGE_DEPENDENT_TEXT, 
               supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT,
                                       #CDS_MODELING_ASSOCIATION_TARGET,
                                       #CDS_MODELING_DATA_SOURCE,
                                       #SQL_DATA_SOURCE]
}
//@Search.searchable: true

define view I_EngagementProjectSrvcOrgText
  as select from /cpd/pwsc_orgidt
  association [0..1] to I_EngagementProjectSrvcOrg as _EngagementProjectServiceOrg on $projection.EngagementProjectServiceOrg = _EngagementProjectServiceOrg.EngagementProjectServiceOrg
  association [0..1] to I_Language                 as _Language                    on $projection.Language = _Language.Language
{

      //--[ GENERATED:012:GlBfhyJl7jY4oBIOE}WCZW

      @Consumption.valueHelpDefinition: [ 
        { entity:  { name:    'I_EngmntProjSrvcOrgStdVH',
                     element: 'EngagementProjectServiceOrg' }
        }]
      // ]--GENERATED

      @ObjectModel.foreignKey.association: '_EngagementProjectServiceOrg'
  key org_unit_id   as EngagementProjectServiceOrg,
      @ObjectModel.foreignKey.association:'_Language'
      @Semantics.language: true
  key spras         as Language,
      @Semantics.text: true
      @Search: { defaultSearchElement: true, ranking: #HIGH }
      @Search.fuzzinessThreshold: 0.8      
      org_unit_desc as EngmtProjectServiceOrgName,
      _EngagementProjectServiceOrg,
      _Language
}

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/CPD/PWSC_ORGIDT"
],
"ASSOCIATED":
[
"I_ENGAGEMENTPROJECTSRVCORG",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/