I_ProdStrucObjSecureIDAssgmt

DDL: I_PRODSTRUCOBJSECUREIDASSGMT SQL: IPSOBJSECUREID Type: view COMPOSITE Package: VDM_PLMB_PSM

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. Part of development package VDM_PLMB_PSM.

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

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_ProdStrucObjSecureIDAssgmt.
-- 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: IPSOBJSECUREID

CREATE VIEW I_ProdStrucObjSecureIDAssgmt AS
SELECT
  LogAccMObjectID,
  LogAccMObjectType,
  LogAccMSecureID
;