I_CADisputeCaseSettings

DDL: I_CADISPUTECASESETTINGS SQL: ICADISSET Type: view BASIC

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)

SourceAliasJoin Type
tfkdmc tfkdmc from

Annotations (10)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
UI_CADISPUTECASE UI_CADISPUTECASE V2 C1 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
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 
}