I_CL_DOCTYPEVCHRTYPEASSGMT

CDS View

Mappg of Doc Type and Chilean Vchr Type

I_CL_DOCTYPEVCHRTYPEASSGMT is a CDS View in S/4HANA. Mappg of Doc Type and Chilean Vchr Type. It contains 1 fields.

Fields (1)

KeyField CDS FieldsUsed in Views
CL_ReportingDocumentType CL_ReportingDocumentType 2
@AbapCatalog.sqlViewName: 'ICLVTYPMAP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #BASIC
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE]
@ObjectModel.modelingPattern: [#NONE]
@EndUserText.label: 'Mappg of Doc Type and Chilean Vchr Type' 
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
define view I_CL_DocTypeVchrTypeAssgmt
  as select from ficlc_vtyp_map
{
  key land1 as Country,
  key bukrs as CompanyCode,
  key blart as AccountingDocumentType,
  vtyp as CL_ReportingDocumentType
}