I_SrvcMgmtObjectStatus
CDS View for CRM Jest
I_SrvcMgmtObjectStatus is a Basic CDS View that provides data about "CDS View for CRM Jest" in SAP S/4HANA. It reads from 1 data source (crm_jest) and exposes 3 fields with key fields SrvcMgmtObjectUUID, SrvcMgmtObjectStatus.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| crm_jest | crm_jest | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | CDS View for CRM Jest | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | ISRVCMGMTOBJSTAT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SrvcMgmtObjectUUID | objnr | ||
| KEY | SrvcMgmtObjectStatus | stat | ||
| SrvcMgmtObjectStatusIsInactive | inact |
@EndUserText.label: 'CDS View for CRM Jest'
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl: {
authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
usageType: {serviceQuality: #B, sizeCategory: #L, dataClass: #TRANSACTIONAL}
}
@Metadata: {
ignorePropagatedAnnotations: true
}
@ClientHandling: {
algorithm: #SESSION_VARIABLE
}
@AbapCatalog: {
sqlViewName: 'ISRVCMGMTOBJSTAT',
compiler.compareFilter: true,
preserveKey: true
}
define view I_SrvcMgmtObjectStatus
as select from crm_jest
{
key objnr as SrvcMgmtObjectUUID,
key stat as SrvcMgmtObjectStatus,
@Semantics.booleanIndicator
inact as SrvcMgmtObjectStatusIsInactive
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CRM_JEST"
],
"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