VDM_SAP_CLIENT
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)
| Source | Alias | Join Type |
|---|---|---|
| t000 | t000 | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
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