I_STSACTNMGMTSTATUSTEXT

CDS View

Status and Action Management Status Text

I_STSACTNMGMTSTATUSTEXT is a CDS View in S/4HANA. Status and Action Management Status Text. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_RecipeStatusText view from COMPOSITE Recipe Status Text

Fields (1)

KeyField CDS FieldsUsed in Views
KEY Language Language 1
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'ISAMSTATUST'
@AbapCatalog.compiler.compareFilter: true

@AccessControl.authorizationCheck: #NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.representativeKey: 'StsActnMgmtStatus'
@ObjectModel.semanticKey: [ 'StsActnMgmtStatus' ]
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.dataCategory: #TEXT

@VDM.viewType: #BASIC

@EndUserText.label: 'Status and Action Management Status Text'
define view I_StsActnMgmtStatusText
  as select from /plmb/sam_node_t
  association [1..1] to I_StsActnMgmtStatus as _StsActnMgmtStatus on  $projection.StsActnMgmtStatus     = _StsActnMgmtStatus.StsActnMgmtStatus
                                                                  and $projection.StsActnMgmtObjectType = _StsActnMgmtStatus.StsActnMgmtObjectType

  association [1..1] to I_Language          as _Language          on  $projection.Language = _Language.Language
{
  key otype_name                                                              as StsActnMgmtObjectType,
  key status_id                                                               as StsActnMgmtStatus,

      @Semantics.language
      @ObjectModel.foreignKey.association: '_Language'
  key language                                                                as Language,

      @Semantics.text: true
      descr                                                                   as StsActnMgmtStatusText,

      /* Associations */
      _StsActnMgmtStatus,
      _Language

}

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/PLMB/SAM_NODE_T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_STSACTNMGMTSTATUS"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/