A_LogAccMObjectTypeActive

DDL: A_LOGACCMOBJECTTYPEACTIVE SQL: AACMOBJTYPEACT Type: view COMPOSITE

API for Object Type Check

A_LogAccMObjectTypeActive is a Composite CDS View that provides data about "API for Object Type Check" in SAP S/4HANA. It reads from 1 data source (I_LogAccMObjectTypeActive) and exposes 2 fields with key field LogAccMObjectType.

Data Sources (1)

SourceAliasJoin Type
I_LogAccMObjectTypeActive I_LogAccMObjectTypeActive from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName AACMOBJTYPEACT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label API for Object Type Check view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY LogAccMObjectType LogAccMObjectType Type
LogAccMObjectTypeIsActive LogAccMObjectTypeIsActive Usage Active

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 A_LogAccMObjectTypeActive.
-- 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: AACMOBJTYPEACT

CREATE VIEW A_LogAccMObjectTypeActive AS
SELECT
  LogAccMObjectType,
  LogAccMObjectTypeIsActive
FROM I_LogAccMObjectTypeActive
;