I_CHMLCMPLNCHZDNOTE
Chemical Compliance Hazard Notes
I_CHMLCMPLNCHZDNOTE is a CDS View in S/4HANA. Chemical Compliance Hazard Notes. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_PckgdDngrsGoodHzdNote | view | from | CONSUMPTION | Packaged DG Hazard Notes |
@AbapCatalog.sqlViewName: 'ICCHZDNOTE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Chemical Compliance Hazard Notes'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel:
{
usageType:
{
dataClass: #MASTER,
sizeCategory: #M,
serviceQuality: #C
}
}
define view I_ChmlCmplncHzdNote
as select from ehfndd_cci_hn as cci_hn
join ehfndd_cci on cci_hn.chmlcmplncinfouuid = ehfndd_cci.uuid
{
key cci_hn.chmlcmplncinfouuid as ChmlCmplncInfoUUID,
key cci_hn.dngrsgdshazardnotephrsuuid as DngrsGdsHazardNotePhrsUUID,
cci_hn.dngrsgdshazardnotesequence as DngrsGdsHazardNoteSequence,
ehfndd_cci.responsible_unit_dg as DngrsGdsRespUnit // Needed for Authorization check
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EHFNDD_CCI",
"EHFNDD_CCI_HN"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/