C_MaintMblApplSyncObjectLinkTP
Mobile Synchronization Object Links
C_MaintMblApplSyncObjectLinkTP is a Consumption CDS View that provides data about "Mobile Synchronization Object Links" in SAP S/4HANA. It reads from 1 data source (R_MaintMblApplSyncObjectLinkTP) and exposes 24 fields with key field MaintMblApplSyncObjectLinkUUID. It is exposed through 1 OData service (UI_MAINTMBLAPPLSYNCOBJLNKMNG).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_MaintMblApplSyncObjectLinkTP | R_MaintMblApplSyncObjectLinkTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Mobile Synchronization Object Links | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #CONSUMPTION | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_MAINTMBLAPPLSYNCOBJLNKMNG | UI_MAINTMBLAPPLSYNCOBJLNKMNG | V4 | C1 | NOT_RELEASED |
Fields (24)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintMblApplSyncObjectLinkUUID | MaintMblApplSyncObjectLinkUUID | ||
| MaintMblApplSyncObjLnkSqncNmbr | MaintMblApplSyncObjLnkSqncNmbr | |||
| MaintMblApplSyncObjectType | MaintMblApplSyncObjectType | |||
| MaintMblApplSyncObjectKey | MaintMblApplSyncObjectKey | |||
| MaintMblApplSyncObjRefKey | MaintMblApplSyncObjRefKey | |||
| MaintMblApplSyncExtObjectType | MaintMblApplSyncExtObjectType | |||
| MaintMblApplSyncExtObjectKey | MaintMblApplSyncExtObjectKey | |||
| MaintMblApplSyncExtObjInfo | MaintMblApplSyncExtObjInfo | |||
| MaintMblApplSyncExtObjVersion | MaintMblApplSyncExtObjVersion | |||
| MblUsrCommServerLogicalDest | MblUsrCommServerLogicalDest | |||
| MblUsrCommServerComponent | MblUsrCommServerComponent | |||
| MblUsrCloudPltfrmTenantInt | MblUsrCloudPltfrmTenantInt | |||
| MobileUserOrganizationInternal | MobileUserOrganizationInternal | |||
| MobileUserApplication | MobileUserApplication | |||
| MntMblAppSyncObjLnkIsCrtedInt | MntMblAppSyncObjLnkIsCrtedInt | |||
| MaintMblApplSyncObjLnkIsDeltd | MaintMblApplSyncObjLnkIsDeltd | |||
| MaintMblApplSyncObjLnkIsGnrtd | MaintMblApplSyncObjLnkIsGnrtd | |||
| MaintMblApplLastSyncDateTime | MaintMblApplLastSyncDateTime | |||
| CreatedByUser | CreatedByUser | |||
| CreatedByUserName | _CreatedByUser | UserDescription | ||
| CreationDateTime | CreationDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| LastChangedByUserName | _LastChangedByUser | UserDescription | ||
| LastChangeDateTime | LastChangeDateTime |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Mobile Synchronization Object Links'
@Metadata.allowExtensions: true
@ObjectModel: {
semanticKey: ['MaintMblApplSyncObjectLinkUUID'],
usageType: {
dataClass: #MIXED,
serviceQuality: #C,
sizeCategory: #L
}
}
@VDM: {
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE],
viewType: #CONSUMPTION
}
define root view entity C_MaintMblApplSyncObjectLinkTP
provider contract transactional_query
as projection on R_MaintMblApplSyncObjectLinkTP
{
@Semantics.uuid: true
key MaintMblApplSyncObjectLinkUUID,
MaintMblApplSyncObjLnkSqncNmbr,
MaintMblApplSyncObjectType,
MaintMblApplSyncObjectKey,
MaintMblApplSyncObjRefKey,
MaintMblApplSyncExtObjectType,
MaintMblApplSyncExtObjectKey,
MaintMblApplSyncExtObjInfo,
MaintMblApplSyncExtObjVersion,
MblUsrCommServerLogicalDest,
MblUsrCommServerComponent,
MblUsrCloudPltfrmTenantInt,
MobileUserOrganizationInternal,
MobileUserApplication,
MntMblAppSyncObjLnkIsCrtedInt,
MaintMblApplSyncObjLnkIsDeltd,
MaintMblApplSyncObjLnkIsGnrtd,
MaintMblApplLastSyncDateTime,
@ObjectModel.text.element: ['CreatedByUserName']
@Semantics.user.createdBy: true
CreatedByUser,
@ObjectModel.sort.enabled: false
_CreatedByUser.UserDescription as CreatedByUserName,
@Semantics.systemDate.createdAt: true
CreationDateTime,
@ObjectModel.text.element: ['LastChangedByUserName']
@Semantics.user.lastChangedBy: true
LastChangedByUser,
@ObjectModel.sort.enabled: false
_LastChangedByUser.UserDescription as LastChangedByUserName,
@Semantics.systemDate.lastChangedAt: true
LastChangeDateTime
}
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