I_EHSLOCCLASSIFIER
Location Classifier
I_EHSLOCCLASSIFIER is a CDS View in S/4HANA. Location Classifier. It contains 1 fields. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_EHSLocationClassifierDEX | view_entity | from | CONSUMPTION | Location Classifier Data Extractor |
| I_EHSLocClassifierText | view | from | BASIC | Location classifier text |
| I_WasteStreamPtOfGnrtnLoc | view | inner | COMPOSITE | Waste Stream Pt Of Generation Location |
| I_WasteStreamRelevantLocation | view | inner | COMPOSITE | Waste Stream Relevant Location |
| I_WasteStreamStorageLoc | view | inner | COMPOSITE | Waste Stream Storage Location |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | EHSLocClassifierUUID | EHSLocClassifierUUID | 1 |
@EndUserText.label: 'Location Classifier'
@AbapCatalog:
{
sqlViewName: 'ILOCCLSF',
compiler.compareFilter: true,
preserveKey:true
}
@AccessControl:
{
authorizationCheck: #NOT_REQUIRED
}
@VDM.viewType: #BASIC
@ObjectModel:
{
usageType:
{
dataClass: #MIXED,
sizeCategory: #M,
serviceQuality: #C
}
}
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_EHSLocClassifier as select from ehfndd_loc_clsf
association [1..1] to I_EHSClassifierRoot as _EHSClassifierRoot on $projection.EHSLocClassifierRefUUID = _EHSClassifierRoot.EHSClassifierUUID
{
//EHFNDD_LOC_CLSF
key cast( db_key as /bobf/conf_key preserving type ) as EHSLocClassifierUUID,
cast(parent_key as /bobf/conf_key preserving type ) as EHSLocationUUID,
cast(clsf_root_key_ref as /bobf/conf_key preserving type ) as EHSLocClassifierRefUUID,
_EHSClassifierRoot
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EHFNDD_LOC_CLSF"
],
"ASSOCIATED":
[
"I_EHSCLASSIFIERROOT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/