I_ProdStrucLogAccMActive

DDL: I_PRODSTRUCLOGACCMACTIVE SQL: IPSLGACCMACTIVE Type: view COMPOSITE

Logistics Acc Control Management Active

I_ProdStrucLogAccMActive (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_ProdStrucLogAccMActive is a Composite CDS View that provides data about "Logistics Acc Control Management Active" in SAP S/4HANA. It reads from 1 data source (I_LogAccMObjectTypeActive) and exposes 2 fields with key field LogAccMObjectType.

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

Data Sources (1)

SourceAliasJoin Type
I_LogAccMObjectTypeActive I_LogAccMObjectTypeActive from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IPSLGACCMACTIVE 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 Logistics Acc Control Management Active view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY LogAccMObjectType LogAccMObjectType Object Type
LogAccMObjectTypeIsActive LogAccMObjectTypeIsActive Access Control Activated for 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_ProdStrucLogAccMActive.
-- 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: IPSLGACCMACTIVE

CREATE VIEW I_ProdStrucLogAccMActive AS
SELECT
  LogAccMObjectType,
  LogAccMObjectTypeIsActive
FROM I_LogAccMObjectTypeActive
;