I_PROJBILLGREQAPPRVLSTATUSTEXT

CDS View

Proj Billg Req Approval Status - Text

I_PROJBILLGREQAPPRVLSTATUSTEXT is a CDS View in S/4HANA. Proj Billg Req Approval Status - Text. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_ProjBillgReqDetails view_entity inner TRANSACTIONAL P view for Proj Billing Request details
P_ProjBillingInProcessDetails view_entity inner TRANSACTIONAL P view for Billing in Process details

Fields (1)

KeyField CDS FieldsUsed in Views
ProjBillgReqApprovalStatusText ProjBillgReqApprovalStatusText 2
@Analytics.technicalName: 'IPBRAPPRVLSTSTXT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Proj Billg Req Approval Status - Text'
//@Analytics.dataExtraction.enabled: true

@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true

@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType: {
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #META
}

@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.representativeKey: 'ProjBillgReqApprovalStatus'
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET, 
                                     #CDS_MODELING_DATA_SOURCE,
                                     //#EXTRACTION_DATA_SOURCE,

                                     #LANGUAGE_DEPENDENT_TEXT,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE]
                                     
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API


define view entity I_ProjBillgReqApprvlStatusText as select from dd07t
  association        to parent I_ProjBillgReqApprovalStatus as _ProjBillgReqApprovalStatus on $projection.ProjBillgReqApprovalStatus = _ProjBillgReqApprovalStatus.ProjBillgReqApprovalStatus
  association [0..1] to I_Language                          as _Language                   on $projection.Language = _Language.Language
{
       @Semantics.language: true
       @ObjectModel.foreignKey.association: '_Language'
   key cast( dd07t.ddlanguage as spras preserving type )          as Language,

       @ObjectModel.foreignKey.association: '_ProjBillgReqApprovalStatus'
       @ObjectModel.text.element: ['ProjBillgReqApprovalStatusText']
   key cast( substring( domvalue_l, 1, 1 ) as pbr_apprvl_status preserving type ) as ProjBillgReqApprovalStatus,

       @Analytics.hidden: true
       @Consumption.hidden: true
       dd07t.domvalue_l as DomainValue,
       
       @Search.defaultSearchElement: true
       @Search.fuzzinessThreshold: 0.8
       @Search.ranking: #LOW
       @Semantics.text: true
       ddtext                                                     as ProjBillgReqApprovalStatusText,
     
       _ProjBillgReqApprovalStatus,
       _Language
   
} where domname  = 'PBR_WRKFLW_APPRVL_STATUS' and as4local = 'A' 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_PROJBILLGREQAPPROVALSTATUS"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/