I_IPUTSScpDurationRoleVH

DDL: I_IPUTSSCPDURATIONROLEVH Type: view_entity BASIC

Scope Duration Authorization Role

I_IPUTSScpDurationRoleVH is a Basic CDS View that provides data about "Scope Duration Authorization Role" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 7 fields with key fields IPUTSDomainName, IPUTSLanguageKey, IPUTSActiveStateObj, IPUTSDomainValPos, IPUTSVersionEntry.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Scope Duration Authorization Role view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey IPUTSDomainName view
VDM.viewType #BASIC view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY IPUTSDomainName domname Domain
KEY IPUTSLanguageKey ddlanguage Lang.
KEY IPUTSActiveStateObj as4local Activation State
KEY IPUTSDomainValPos valpos Value key
KEY IPUTSVersionEntry as4vers Version
IPUTSRoleDescText ddtext Short text
IPUTSRoleName domvalue_l Lower Value

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_IPUTSScpDurationRoleVH.
-- 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_IPUTSScpDurationRoleVH AS
SELECT
  domname AS IPUTSDomainName,
  ddlanguage AS IPUTSLanguageKey,
  as4local AS IPUTSActiveStateObj,
  valpos AS IPUTSDomainValPos,
  as4vers AS IPUTSVersionEntry,
  ddtext AS IPUTSRoleDescText,
  domvalue_l AS IPUTSRoleName
FROM dd07t
;