I_CMMDTYSUBACCTFOOTPRINT
Commodity Subaccount On Footprint
I_CMMDTYSUBACCTFOOTPRINT is a CDS View in S/4HANA. Commodity Subaccount On Footprint. It contains 1 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_CommoditySubAccountTP | view | left_outer | CONSUMPTION | Commodity Subaccount |
| I_CommoditySubAccountVH | view | left_outer | COMPOSITE | Commodity Subaccount Value Help View |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| CmmdtySubAccountIsOffFootPrint | CmmdtySubAccountIsOffFootPrint | 1 |
@AbapCatalog.sqlViewName: 'ICMMDTYSAONFP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Commodity Subaccount On Footprint'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.dataClass: #MASTER
define view I_CmmdtySubAcctFootPrint as select from cmmfsa_d_offfoot {
key commoditysubaccount as CommoditySubAccount,
commoditysubaccountname as CommoditySubAccountName,
is_off_footprint as CmmdtySubAccountIsOffFootPrint
}