I_ProdStrucObjSecureIDAssgmt

DDL: I_PRODSTRUCOBJSECUREIDASSGMT SQL: IPSOBJSECUREID Type: view COMPOSITE

Product Structure Object Secure ID

I_ProdStrucObjSecureIDAssgmt is a Composite CDS View that provides data about "Product Structure Object Secure ID" in SAP S/4HANA.

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IPSOBJSECUREID view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #COMPOSITE view
EndUserText.label Product Structure Object Secure ID view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY LogAccMObjectID LogAccMObjectID
KEY LogAccMObjectType LogAccMObjectType
LogAccMSecureID LogAccMSecureID
@AbapCatalog.sqlViewName: 'IPSOBJSECUREID'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true

@AccessControl.authorizationCheck: #NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #SEARCHABLE_ENTITY ]

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #COMPOSITE
@EndUserText.label: 'Product Structure Object Secure ID'
define view I_ProdStrucObjSecureIDAssgmt
as select distinct from I_LogAccMObjSecureIDAssgmt {
  key LogAccMObjectID,
  key LogAccMObjectType,
      LogAccMSecureID
}
where
    (
        LogAccMObjectType = 'PLM_PPEPF'
     or LogAccMObjectType = 'PLM_PPEPVW'
     or LogAccMObjectType = 'PLM_PPEPI'
     or LogAccMObjectType = 'PLM_PPEPV'
     or LogAccMObjectType = 'PLM_PPEPIV'
    )
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LOGACCMOBJSECUREIDASSGMT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/