I_ChgMstrLogAccMSecureIDAssgmt

DDL: I_CHGMSTRLOGACCMSECUREIDASSGMT SQL: IECNACMSID Type: view BASIC

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.

Data Sources (1)

SourceAliasJoin Type
I_LogAccMObjSecureIDAssgmt I_LogAccMObjSecureIDAssgmt from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IECNACMSID view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ClientHandling.algorithm #SESSION_VARIABLE 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
@AbapCatalog.sqlViewName: 'IECNACMSID'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true

@AccessControl.authorizationCheck: #PRIVILEGED_ONLY

@ClientHandling.algorithm: #SESSION_VARIABLE

@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 I_ChgMstrLogAccMSecureIDAssgmt
  as select from I_LogAccMObjSecureIDAssgmt
{
  key LogAccMObjectID,
  key LogAccMSecureID,
  key LogAccMObjectType
}
where
  LogAccMObjectType = 'PLM_ECN'