I_ProdStrucLogAccMUserAuthzn

DDL: I_PRODSTRUCLOGACCMUSERAUTHZN SQL: IPSLOGAUTH Type: view COMPOSITE

Product Structure User Authorization

I_ProdStrucLogAccMUserAuthzn (Composite)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Cross Applications

I_ProdStrucLogAccMUserAuthzn is a Composite CDS View that provides data about "Product Structure User Authorization" in SAP S/4HANA.

SAP API Hub

StateC1
Line of BusinessCross Applications
Application ComponentPLM-WUI-OBJ-PSM
CapabilitiesData Source for Defining CDS Entities, Data Source in SQL Select, Data Source for Search
PackageCross Applications for SAP S/4HANA Cloud Private Edition

Documentation

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IPSLOGAUTH 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 #C view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #COMPOSITE view
EndUserText.label Product Structure User Authorization view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY LogAccMObjectID LogAccMObjectID Internal Key
KEY LogAccMActivitySecureID LogAccMActivitySecureID Secure ID
KEY LogAccMActivityRoleID LogAccMActivityRoleID Role ID
KEY LogAccMUserAuthznObject LogAccMUserAuthznObject Authorization Object
KEY LogAccMUserAuthznField LogAccMUserAuthznField Authorization Field
KEY LogAccMUserAuthznFrom LogAccMUserAuthznFrom Authorization Value
KEY LogAccMUserEntityType LogAccMUserEntityType User Entity Type
KEY LogAccMUserEntityID LogAccMUserEntityID User Entity ID
UserID UserID User Name
LogAccMReadActivityIsEnabled LogAccMReadActivityIsEnabled Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
LogAccMObjectType LogAccMObjectType Object Type

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_ProdStrucLogAccMUserAuthzn.
-- 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: IPSLOGAUTH

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