I_ProdStrucObjectUserAuthzn

DDL: I_PRODSTRUCOBJECTUSERAUTHZN SQL: IPSOBJUSRAUTH Type: view COMPOSITE Package: VDM_PLMB_PSM

Product Structure Object Authorization

I_ProdStrucObjectUserAuthzn is a Composite CDS View that provides data about "Product Structure Object Authorization" in SAP S/4HANA. Part of development package VDM_PLMB_PSM.

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IPSOBJUSRAUTH 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 Authorization view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY LogAccMObjectID LogAccMObjectID
KEY LogAccMObjectType LogAccMObjectType
KEY LogAccMUserAuthznObject LogAccMUserAuthznObject
LogAccMActivitySecureID LogAccMActivitySecureID
LogAccMActivityRoleID LogAccMActivityRoleID
LogAccMUserAuthznField LogAccMUserAuthznField
LogAccMUserAuthznFrom LogAccMUserAuthznFrom
LogAccMUserEntityType LogAccMUserEntityType
LogAccMUserEntityID LogAccMUserEntityID
UserID UserID User Name
LogAccMReadActivityIsEnabled LogAccMReadActivityIsEnabled

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_ProdStrucObjectUserAuthzn.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: IPSOBJUSRAUTH

CREATE VIEW I_ProdStrucObjectUserAuthzn AS
SELECT
  LogAccMObjectID,
  LogAccMObjectType,
  LogAccMUserAuthznObject,
  LogAccMActivitySecureID,
  LogAccMActivityRoleID,
  LogAccMUserAuthznField,
  LogAccMUserAuthznFrom,
  LogAccMUserEntityType,
  LogAccMUserEntityID,
  UserID,
  LogAccMReadActivityIsEnabled
;