I_MAINTMBLAPPLSYNCOBJECTLINK

CDS View

Mobile Synchronization Object Links

I_MAINTMBLAPPLSYNCOBJECTLINK is a CDS View in S/4HANA. Mobile Synchronization Object Links. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_MaintMblApplSyncObjectLink view_entity from CONSUMPTION Mobile Synchronization Object Links
R_MaintMblApplSyncObjectLinkTP view_entity from TRANSACTIONAL Mobile Synchronization Object Links - TP
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Mobile Synchronization Object Links'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #L,
  dataClass: #TRANSACTIONAL
}
@VDM.viewType: #BASIC
define view entity I_MaintMblApplSyncObjectLink
  as select from /smfnd/d_oblnk_h
{
  key link_id         as MaintMblApplSyncObjectLinkUUID,
      record_id       as MaintMblApplSyncObjLnkSqncNmbr,
      object_type     as MaintMblApplSyncObjectType,
      object_key      as MaintMblApplSyncObjectKey,
      object_ref_key  as MaintMblApplSyncObjRefKey,
      ext_object_type as MaintMblApplSyncExtObjectType,
      ext_object_key  as MaintMblApplSyncExtObjectKey,
      ext_object_info as MaintMblApplSyncExtObjInfo,
      ext_object_vers as MaintMblApplSyncExtObjVersion,
      rfcdest         as MblUsrCommServerLogicalDest,
      sys_comp        as MblUsrCommServerComponent,
      tenant_id       as MblUsrCloudPltfrmTenantInt,
      org_id          as MobileUserOrganizationInternal,
      mobile_app      as MobileUserApplication,
      flag_origin_sap as MntMblAppSyncObjLnkIsCrtedInt,
      flag_delete     as MaintMblApplSyncObjLnkIsDeltd,
      flag_auto_gen   as MaintMblApplSyncObjLnkIsGnrtd,
      last_sync_time  as MaintMblApplLastSyncDateTime,
      created_by      as CreatedByUser,
      created_ts      as CreationDateTime,
      changed_by      as LastChangedByUser,
      changed_ts      as LastChangeDateTime
}