I_ChmlCmplncStatus

DDL: I_CHMLCMPLNCSTATUS SQL: ICHMLCMPLNCSTS Type: view BASIC

Chemical Compliance Check Status

I_ChmlCmplncStatus is a Basic CDS View (Dimension) that provides data about "Chemical Compliance Check Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field ChmlCmplncStatus. 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_ChmlCmplncStatusText _Text $projection.ChmlCmplncStatus = _Text.ChmlCmplncStatus

Annotations (11)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey ChmlCmplncStatus view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Chemical Compliance Check Status view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ICHMLCMPLNCSTS view
Search.searchable true 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 ChmlCmplncStatus
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'ChmlCmplncStatus'
@ObjectModel.usageType.dataClass: #META 
@ObjectModel.usageType.serviceQuality: #A 
@ObjectModel.usageType.sizeCategory: #S 
@EndUserText.label: 'Chemical Compliance Check Status'
@Analytics: { dataCategory: #DIMENSION}
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ICHMLCMPLNCSTS'
@Search.searchable: true

define view I_ChmlCmplncStatus as select from dd07l

association [0..*] to I_ChmlCmplncStatusText as _Text on $projection.ChmlCmplncStatus = _Text.ChmlCmplncStatus
{
    @ObjectModel.text.association: '_Text'
    key SUBSTRING(dd07l.domvalue_l, 1, 1) as ChmlCmplncStatus,
    
    @Search.defaultSearchElement: true
    _Text
}
where (dd07l.domname = 'DOM_PCSTA') and (dd07l.as4local = 'A')