I_SlsCndnRecdImprtStatusText

DDL: I_SLSCNDNRECDIMPRTSTATUSTEXT SQL: ISLSCNDIMPSTUST Type: view BASIC Package: VDM_SD_MD_CM

Status Text for Sales Pricing History

I_SlsCndnRecdImprtStatusText is a Basic CDS View that provides data about "Status Text for Sales Pricing History" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields CndnRecdImportStatus, Language. It has 2 associations to related views. Part of development package VDM_SD_MD_CM.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[1..1] I_SlsCndnRecdImprtStatus _SalesPricingHistStatus $projection.CndnRecdImportStatus = _SalesPricingHistStatus.CndnRecdImportStatus

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName ISLSCNDIMPSTUST view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Status Text for Sales Pricing History view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey CndnRecdImportStatus view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY CndnRecdImportStatus
KEY Language
CndnRecdImportStatusText
_SalesPricingHistStatus _SalesPricingHistStatus
_Language _Language
@AbapCatalog.sqlViewName: 'ISLSCNDIMPSTUST'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Status Text for Sales Pricing History'

@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'CndnRecdImportStatus'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
define view I_SlsCndnRecdImprtStatusText
  as select from dd07t
  association [0..1] to I_Language               as _Language               on $projection.Language = _Language.Language
  association [1..1] to I_SlsCndnRecdImprtStatus as _SalesPricingHistStatus on $projection.CndnRecdImportStatus = _SalesPricingHistStatus.CndnRecdImportStatus /*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ] } */ 
{
      @ObjectModel.foreignKey.association: '_SalesPricingHistStatus'
  key cast ( substring( domvalue_l, 1, 1 ) as cndnrecd_import_status preserving type ) as CndnRecdImportStatus,
      @Semantics.language:true
  key cast( ddlanguage as spras preserving type )                                      as Language,
      @Semantics.text:true
      cast (ddtext as slsdoc_creation_status_text preserving type)                     as CndnRecdImportStatusText,
      _SalesPricingHistStatus,
      _Language
}
where
      domname  = 'CNDNRECD_IMPORT_STATUS'
  and as4local = 'A'
  and ddlanguage = $session.system_language