I_ChgMstrLogAccMSecureIDAssgmt

DDL: I_CHGMSTRLOGACCMSECUREIDASSGMT Type: view_entity BASIC Package: VDM_PLMB_ECN

Change Number LogAccM Secure ID Assgmt

I_ChgMstrLogAccMSecureIDAssgmt is a Basic CDS View that provides data about "Change Number LogAccM Secure ID Assgmt" in SAP S/4HANA. It reads from 1 data source (I_LogAccMObjSecureIDAssgmt) and exposes 3 fields with key fields LogAccMObjectID, LogAccMSecureID, LogAccMObjectType. Part of development package VDM_PLMB_ECN.

Data Sources (1)

SourceAliasJoin Type
I_LogAccMObjSecureIDAssgmt I_LogAccMObjSecureIDAssgmt from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
EndUserText.label Change Number LogAccM Secure ID Assgmt view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY LogAccMObjectID LogAccMObjectID
KEY LogAccMSecureID LogAccMSecureID
KEY LogAccMObjectType LogAccMObjectType
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE ]

@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC

@EndUserText.label: 'Change Number LogAccM Secure ID Assgmt'
define view entity I_ChgMstrLogAccMSecureIDAssgmt
  as select from I_LogAccMObjSecureIDAssgmt
{
  key LogAccMObjectID,
  key LogAccMSecureID,
  key LogAccMObjectType
}
where
  LogAccMObjectType = 'PLM_ECN'