I_CrdtLmtChgReqApprvlStpStsTxt

DDL: I_CRDTLMTCHGREQAPPRVLSTPSTSTXT Type: view BASIC

Approval Step Status - Text

I_CrdtLmtChgReqApprvlStpStsTxt is a Basic CDS View that provides data about "Approval Step Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields CreditLimitChgReqApprvlStatus, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_CrdtLmtChgReqApprvlStpSts _ApprovalStepStatus $projection.CreditLimitChgReqApprvlStatus = _ApprovalStepStatus.CreditLimitChgReqApprvlStatus
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ICLRAPSTTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Approval Step Status - Text view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey CreditLimitChgReqApprvlStatus view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY CreditLimitChgReqApprvlStatus
KEY Language ddlanguage
CrdtLmtChgReqApprvlStsName ddtext
_ApprovalStepStatus _ApprovalStepStatus
_Language _Language
@AbapCatalog: { sqlViewName: 'ICLRAPSTTXT',
                compiler: { compareFilter: true },
                preserveKey: true,
                buffering: { status: #ACTIVE,
                             type: #FULL } }
@AccessControl: { authorizationCheck: #NOT_REQUIRED }
@EndUserText: { label: 'Approval Step Status - Text' }
@VDM: { viewType:  #BASIC,
        lifecycle: { contract: { type: #PUBLIC_LOCAL_API } } }
@ClientHandling: { algorithm: #SESSION_VARIABLE }
@ObjectModel: { usageType: { serviceQuality: #A,
                             sizeCategory:   #S,
                             dataClass:      #META },
                dataCategory: #TEXT,
                semanticKey: [ 'CreditLimitChgReqApprvlStatus' ],
                representativeKey: 'CreditLimitChgReqApprvlStatus' }

define view I_CrdtLmtChgReqApprvlStpStsTxt
  as select from dd07t

  // VDM Associations

  // Parent

  association [0..1] to I_CrdtLmtChgReqApprvlStpSts as _ApprovalStepStatus on $projection.CreditLimitChgReqApprvlStatus = _ApprovalStepStatus.CreditLimitChgReqApprvlStatus

  // Language

  association [0..1] to I_Language                  as _Language           on $projection.Language = _Language.Language

{
       // VDM Fields

       @ObjectModel: { foreignKey: { association: '_ApprovalStepStatus' },
                       text: { element: [ 'CrdtLmtChgReqApprvlStsName' ] } }
  key  cast( domvalue_l as ukm_clr_approval_status ) as CreditLimitChgReqApprvlStatus,

       @Semantics: { language: true }
       @ObjectModel: { foreignKey: { association: '_Language' } }
  key  ddlanguage                                    as Language,

       @Semantics: { text: true }
       ddtext                                        as CrdtLmtChgReqApprvlStsName,

       // Exposed Associations

       _ApprovalStepStatus,
       _Language

}

where
  domname = 'UKM_CLR_APPROVAL_STATUS'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_CRDTLMTCHGREQAPPRVLSTPSTS",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/