R_MaintMblApplSyncObjectLinkTP
Mobile Synchronization Object Links - TP
R_MaintMblApplSyncObjectLinkTP is a Transactional CDS View that provides data about "Mobile Synchronization Object Links - TP" in SAP S/4HANA. It reads from 1 data source (I_MaintMblApplSyncObjectLink) and exposes 24 fields with key field MaintMblApplSyncObjectLinkUUID. It has 2 associations to related views. Part of development package RAP_MAO_MAIF_ADMIN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MaintMblApplSyncObjectLink | I_MaintMblApplSyncObjectLink | from |
Associations (2)
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Mobile Synchronization Object Links - TP | view | |
| ObjectModel.sapObjectNodeType.name | MaintMobileApplSyncObjectLink | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view |
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 | |||
| CreationDateTime | CreationDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| LastChangeDateTime | LastChangeDateTime | |||
| _CreatedByUser | _CreatedByUser | |||
| _LastChangedByUser | _LastChangedByUser |
@AccessControl: {
authorizationCheck: #MANDATORY,
privilegedAssociations: [ '_CreatedByUser', '_LastChangedByUser' ]
}
@EndUserText.label: 'Mobile Synchronization Object Links - TP'
@ObjectModel: {
sapObjectNodeType.name: 'MaintMobileApplSyncObjectLink',
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #A,
sizeCategory: #L
}
}
@VDM: {
lifecycle.contract.type: #SAP_INTERNAL_API,
viewType: #TRANSACTIONAL
}
define root view entity R_MaintMblApplSyncObjectLinkTP
as select from I_MaintMblApplSyncObjectLink
association [0..1] to I_User as _CreatedByUser on _CreatedByUser.UserID = $projection.CreatedByUser
association [0..1] to I_User as _LastChangedByUser on _LastChangedByUser.UserID = $projection.LastChangedByUser
{
key MaintMblApplSyncObjectLinkUUID,
MaintMblApplSyncObjLnkSqncNmbr,
MaintMblApplSyncObjectType,
MaintMblApplSyncObjectKey,
MaintMblApplSyncObjRefKey,
MaintMblApplSyncExtObjectType,
MaintMblApplSyncExtObjectKey,
MaintMblApplSyncExtObjInfo,
MaintMblApplSyncExtObjVersion,
MblUsrCommServerLogicalDest,
MblUsrCommServerComponent,
MblUsrCloudPltfrmTenantInt,
MobileUserOrganizationInternal,
MobileUserApplication,
MntMblAppSyncObjLnkIsCrtedInt,
MaintMblApplSyncObjLnkIsDeltd,
MaintMblApplSyncObjLnkIsGnrtd,
MaintMblApplLastSyncDateTime,
@Semantics.user.createdBy: true
CreatedByUser,
@Semantics.systemDate.createdAt: true
CreationDateTime,
@Semantics.user.lastChangedBy: true
LastChangedByUser,
@Semantics.systemDate.lastChangedAt: true
LastChangeDateTime,
_CreatedByUser,
_LastChangedByUser
}
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