I_RFM_IncompletionTableTxt
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07v | dd07v | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
)
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA