I_DEBITMEMOREQUESTTYPE

CDS View

Debit Memo Request Types

I_DEBITMEMOREQUESTTYPE is a CDS View in S/4HANA. Debit Memo Request Types. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_DebitMemoRequestTypeVH view from CONSUMPTION Debit Memo Request Type
C_DebitMemoRequestTypeVH_F1988 view from CONSUMPTION Debit Memo Request Types
@ClientHandling.algorithm: #SESSION_VARIABLE 
@ObjectModel.representativeKey: 'DebitMemoRequestType'
@ObjectModel.usageType.dataClass:#CUSTOMIZING
@ObjectModel.usageType.serviceQuality:#A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION, #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}
@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';                   
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SALESDOCUMENTTYPE"
],
"ASSOCIATED":
[
"I_SALESDOCUMENTTYPETEXT"
],
"BASE":
[
"I_SALESDOCUMENTTYPE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/