I_HZDSSUBSTINVTRYRLVTMVTTYPE
HSI: Hazardous Sub.Inv.Proposal relevant Movement Type
I_HZDSSUBSTINVTRYRLVTMVTTYPE is a CDS View in S/4HANA. HSI: Hazardous Sub.Inv.Proposal relevant Movement Type. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_HzdsSubstInvtryProdQty | view | inner | COMPOSITE | HSI: Product Quantitiy |
| P_HzdsSubstInvtrySubstProposal | view | inner | CONSUMPTION |
@AbapCatalog.sqlViewName: 'IHASSUBINVRMVTTY'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.buffering:{
status: #ACTIVE,
type: #SINGLE
}
@ObjectModel:
{
usageType:
{
dataClass: #CUSTOMIZING,
sizeCategory: #S,
serviceQuality: #A
}
}
@EndUserText.label: 'HSI: Hazardous Sub.Inv.Proposal relevant Movement Type'
define view I_HzdsSubstInvtryRlvtMvtType
as select from ehhssc_hsi_mvtty
{
//EHHSSC_HSI_MVTTY
key plant as Plant,
key bwart as GoodsMovementType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EHHSSC_HSI_MVTTY"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/