I_TechObjAuthznGrp

DDL: I_TECHOBJAUTHZNGRP Type: view_entity BASIC Package: IEQM

Technical Object Authorization Group

I_TechObjAuthznGrp (Basic)

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

Asset Management

I_TechObjAuthznGrp is a Basic CDS View (Dimension) that provides data about "Technical Object Authorization Group" in SAP S/4HANA. It reads from 1 data source (t370b) and exposes 2 fields with key field TechObjAuthorizationGroup. It has 1 association to related views. It is exposed through 1 OData service (ASQL_F4692). Part of development package IEQM.

SAP Help Documentation

CategoryCDS Views for Maintenance Management
Data CategoryDIMENSION
StatusReleased
Corresponding DataSourceITECHOBJAUTHGRP
Purpose
This view helps to get the available authorization group for technical object. It provides the data to answer the following business question: What are the values of the authorization group? To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .

Structure
Measures and Attributes Some important measures and attributes are: TechObjAuthorizationGroup Language TechObjAuthorizationGroupDesc

View on SAP Help Portal →

SAP API Hub

CategoryBasic
StateC1
Line of BusinessAsset Management
Application ComponentPM-EQM-EQ-2CL
CapabilitiesData Source for Defining CDS Entities
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageAsset Management for SAP S/4HANA Cloud Public Edition
Description This view helps to get the available authorization group for technical object. It provides the data to answer the following business question:<ul> <li> <p>What are the values of the authorization group?</p> </li> </ul> <p>To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
t370b t370b from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TechObjAuthznGrpText _Text _Text.TechObjAuthorizationGroup = $projection.TechObjAuthorizationGroup

Annotations (11)

NameValueLevelField
EndUserText.label Technical Object Authorization Group view
Analytics.dataCategory #DIMENSION view
Analytics.technicalName ITECHOBJAUTHGRP view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
ObjectModel.representativeKey TechObjAuthorizationGroup view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
Metadata.ignorePropagatedAnnotations true view

OData Services (1)

ServiceBindingVersionContractRelease
ASQL_F4692 ASQL_F4692 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TechObjAuthorizationGroup Technical object authorization group
_Text _Text

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_TechObjAuthznGrp.
-- 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.

CREATE VIEW I_TechObjAuthznGrp AS
SELECT
  cast(t370b.begru as eam_iautg) AS TechObjAuthorizationGroup
FROM t370b
LEFT OUTER JOIN I_TechObjAuthznGrpText AS _Text ON _Text.TechObjAuthorizationGroup = TechObjAuthorizationGroup  -- association [0..*]
;