VDM_SAP_CLIENT

DDL: VDM_SAP_CLIENT SQL: VDMSAPCLNT Type: view

SAPClient for VDM View Browser

VDM_SAP_CLIENT is a CDS View that provides data about "SAPClient for VDM View Browser" in SAP S/4HANA. It reads from 1 data source (t000) and exposes 2 fields with key field SAPClient.

Data Sources (1)

SourceAliasJoin Type
t000 t000 from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName VDMSAPCLNT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_ALLOWED view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label SAPClient for VDM View Browser view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SAPClient mandt
SAPClientRole cccategory
@AbapCatalog.sqlViewName: 'VDMSAPCLNT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality:  #A
@ObjectModel.usageType.sizeCategory:  #S
@EndUserText.label: 'SAPClient for VDM View Browser'
define view VDM_SAP_CLIENT as select from t000
{
    // Added for issue 1570150780

    @AbapCatalog.INTERNAL.ISMANDT
    key mandt as SAPClient,
    cccategory as SAPClientRole
  
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T000"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/