I_RFM_IncompletionTableTxt

DDL: I_RFM_INCOMPLETIONTABLETXT Type: view BASIC

Sales Document Table Incompletion

I_RFM_IncompletionTableTxt is a Basic CDS View that provides data about "Sales Document Table Incompletion" in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 2 fields with key field SDDocumentTable.

Data Sources (1)

SourceAliasJoin Type
dd07v dd07v from

Annotations (10)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Sales Document Table Incompletion view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #CHECK view
AbapCatalog.sqlViewName IRFMINCTABTXT view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SDDocumentTable
SlsDocIncompletionTableName ddtext
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Sales Document Table Incompletion'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@AbapCatalog: {
  sqlViewName: 'IRFMINCTABTXT',
  preserveKey: true,
  compiler.compareFilter: true
}
@ObjectModel: {
    usageType: {
     serviceQuality: #B,
     sizeCategory:   #M,
     dataClass   :   #MASTER
   } 
   }


define view I_RFM_IncompletionTableTxt 
  as select from dd07v
{
      key cast(domvalue_l as tbnam_vb)                 as SDDocumentTable,
               ddtext                                  as SlsDocIncompletionTableName

}
where 
(
      domname    = 'TABNAM_VB' and
      ddlanguage = $session.system_language
)