I_TrdCmplncCheckStatus

DDL: I_TRDCMPLNCCHECKSTATUS SQL: ITRDCMPDSTS Type: view BASIC

Trade Compliance Check Status

I_TrdCmplncCheckStatus is a Basic CDS View that provides data about "Trade Compliance Check Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field TrdCmplncCheckStatus. It has 1 association to related views. It is exposed through 3 OData services (C_SALESORDERMANAGE_SD, UI_SALESCONTRACTMANAGE, UI_SALESQUOTATIONMANAGE).

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TrdCmplncCheckStatusText _Text _Text.TrdCmplncCheckStatus = $projection.TrdCmplncCheckStatus

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName ITRDCMPDSTS view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey TrdCmplncCheckStatus view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
EndUserText.label Trade Compliance Check Status view

OData Services (3)

ServiceBindingVersionContractRelease
C_SALESORDERMANAGE_SD C_SALESORDERMANAGE_SRV V4 C1 NOT_RELEASED
UI_SALESCONTRACTMANAGE UI_SALESCONTRACTMANAGE V4 C1 NOT_RELEASED
UI_SALESQUOTATIONMANAGE UI_SALESQUOTATIONMANAGE V4 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TrdCmplncCheckStatus
_Text _Text
@AbapCatalog.sqlViewName: 'ITRDCMPDSTS'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'TrdCmplncCheckStatus'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@AbapCatalog.compiler.compareFilter:true
@AbapCatalog.preserveKey:true
@VDM.viewType: #BASIC
@EndUserText.label: 'Trade Compliance Check Status'
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ]  } */
define view I_TrdCmplncCheckStatus
  as select from dd07l
  association [0..*] to I_TrdCmplncCheckStatusText as _Text on _Text.TrdCmplncCheckStatus = $projection.TrdCmplncCheckStatus
{
      @ObjectModel.text.association: '_Text'
  key SUBSTRING(dd07l.domvalue_l, 1, 1) as TrdCmplncCheckStatus,

      //Associations

      _Text
}
where
      domname  = '/SAPSLL/CDCST'
  and as4local = 'A'