I_ReservationDocRecordType

DDL: I_RESERVATIONDOCRECORDTYPE SQL: IRESVNDOCRECTYP Type: view BASIC

Reservation Document Record Type

I_ReservationDocRecordType is a Basic CDS View (Dimension) that provides data about "Reservation Document Record Type" in SAP S/4HANA.

Annotations (16)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName IRESVNDOCRECTYP view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Reservation Document Record Type view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.representativeKey RecordType view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
Analytics.dataCategory #DIMENSION view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY RecordType RecordType
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'IRESVNDOCRECTYP'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED

@EndUserText.label: 'Reservation Document Record Type'
@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel: {
    usageType: {
        sizeCategory: #L,
        serviceQuality: #C,
        dataClass:#TRANSACTIONAL
    },
    representativeKey: 'RecordType',
    modelingPattern: #ANALYTICAL_DIMENSION,
    supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE]
}

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@Analytics.dataCategory: #DIMENSION
@Metadata: {
              ignorePropagatedAnnotations:true,
              allowExtensions: true
            }

define view I_ReservationDocRecordType 
as select distinct from I_ReservationDocumentItem {
    key RecordType
}