I_RFM_INCOMPLETIONTXT

CDS View

Sales Document Incompletion

I_RFM_INCOMPLETIONTXT is a CDS View in S/4HANA. Sales Document Incompletion. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_RFM_MngSlsDocHdrIncompltn view inner CONSUMPTION Header Details for Mass Incompletion
C_RFM_MngSlsDocItmIncompltn view inner CONSUMPTION Item Details for Mass Incompletion

Fields (1)

KeyField CDS FieldsUsed in Views
SlsDocIncompletionFieldName SlsDocIncompletionFieldName 2
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Sales Document Incompletion'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@AbapCatalog: {
  sqlViewName: 'IRFMINCTXT',
  preserveKey: true,
  compiler.compareFilter: true
}
@ObjectModel: {
    usageType: {
     serviceQuality: #B,
     sizeCategory:   #M,
     dataClass   :   #MASTER
   } 
   }


define view I_RFM_IncompletionTxt 
  as select from dd07v
{
      key cast(domvalue_l as rfm_manage_sd_incompletion) as SlsDocIncompletionCode,
               ddtext                                  as SlsDocIncompletionFieldName,
          cast('' as vbeln_va)                         as SalesDocument

}
where 
(
      domname    = 'RFM_MANAGE_SD_INCOMPLETION' and
      ddlanguage = $session.system_language
)
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07V"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/