I_ChgMstrLogAccMSecureIDAssgmt
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)
| Source | Alias | Join Type |
|---|---|---|
| I_LogAccMObjSecureIDAssgmt | I_LogAccMObjSecureIDAssgmt | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
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