I_MATERIALCHID
Material Chapter Id
I_MATERIALCHID is a CDS View in S/4HANA. Material Chapter Id. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_ExciseDueDocItem | view | left_outer | CONSUMPTION | ExciseItem List from Billing Document |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| ExciseChapterID | ExciseChapterID | 1 |
//@ObjectModel.representativeKey: 'Plant'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AbapCatalog.sqlViewName: 'ISDMATCHID'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Material Chapter Id'
define view I_MaterialChId
as select from j_1imtchid
{
key matnr as Material,
key werks as Plant,
j_1ichid as ExciseChapterID,
usnam as CreatedByUser
}