I_DEBITMEMOREQUESTTYPE

CDS View

Debit Memo Request Types

I_DEBITMEMOREQUESTTYPE is a CDS View in S/4HANA. Debit Memo Request Types. It contains 1 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_DebitMemoReqTypeVH_F1988A view_entity from CONSUMPTION Debit Memo Request Types
C_DebitMemoRequestTypeVH_F1988 view from CONSUMPTION Debit Memo Request Types
I_DebitMemoRequestTypeText view_entity inner BASIC Debit Memo Request Type - Text

Fields (1)

KeyField CDS FieldsUsed in Views
KEY DebitMemoRequestType DebitMemoRequestType 1
@ClientHandling.algorithm: #SESSION_VARIABLE 
@ObjectModel.representativeKey: 'DebitMemoRequestType'
@ObjectModel.usageType.dataClass:#CUSTOMIZING
@ObjectModel.usageType.serviceQuality:#A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION, #EXTRACTION_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE ]
@ObjectModel.modelingPattern: [ #ANALYTICAL_DIMENSION ]
@ObjectModel.sapObjectNodeType.name: 'DebitMemoRequestType'
@EndUserText.label: 'Debit Memo Request Types'
@Analytics: {dataCategory: #DIMENSION,
             dataExtraction.enabled: true }
@Metadata.allowExtensions: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:#NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISDDEBTMEMOREQTP'
@Metadata.ignorePropagatedAnnotations:true
//@AbapCatalog.buffering.status: #ACTIVE

//@AbapCatalog.buffering.type: #FULL


define view I_DebitMemoRequestType as select from I_SalesDocumentType

{   
    @ObjectModel.text.association: '_Text'
    key cast(SalesDocumentType as debit_memo_request_type preserving type ) as DebitMemoRequestType,
    SalesDocumentProcessingType as DebitMemoRequestProcessingType,
    
    //association 

    _Text
}
where SDDocumentCategory = 'L';