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.

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

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 
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TFKDMC"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/