I_CADisputeCaseSettings
Basic setting of TFKDMC
I_CADisputeCaseSettings is a Basic CDS View that provides data about "Basic setting of TFKDMC" in SAP S/4HANA. It reads from 1 data source (tfkdmc) and exposes 3 fields with key fields CAIncorrectDocDisputeCaseType, CAMissingDocDisputeCaseType, CADisputeUserInterfaceUsage. It is exposed through 1 OData service (UI_CADISPUTECASE).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tfkdmc | tfkdmc | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICADISSET | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| EndUserText.label | Basic setting of TFKDMC | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_CADISPUTECASE | UI_CADISPUTECASE | V2 | C1 | NOT_RELEASED |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CAIncorrectDocDisputeCaseType | ctypa | ||
| KEY | CAMissingDocDisputeCaseType | ctypb | ||
| KEY | CADisputeUserInterfaceUsage | xficaapp |
@AbapCatalog.sqlViewName: 'ICADISSET'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
@AbapCatalog.preserveKey:true
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@EndUserText.label: 'Basic setting of TFKDMC'
define view I_CADisputeCaseSettings as select from tfkdmc {
key ctypa as CAIncorrectDocDisputeCaseType,
key ctypb as CAMissingDocDisputeCaseType,
key xficaapp as CADisputeUserInterfaceUsage
}
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