I_MATERIALCHID

CDS View

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)

ViewTypeJoinVDMDescription
C_ExciseDueDocItem view left_outer CONSUMPTION ExciseItem List from Billing Document

Fields (1)

KeyField CDS FieldsUsed 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
}