swb_i_objtypegroups_vh

DDL: SWB_I_OBJTYPEGROUPS_VH SQL: SWB_I_OBJTGRP_VH Type: view

Value Help view for WB Object Type Group

swb_i_objtypegroups_vh is a CDS View that provides data about "Value Help view for WB Object Type Group" in SAP S/4HANA. It reads from 1 data source (swb_i_objtypegroups) and exposes 7 fields with key field Objecttypegroup.

Data Sources (1)

SourceAliasJoin Type
swb_i_objtypegroups swb_i_objtypegroups from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName SWB_I_OBJTGRP_VH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Value Help view for WB Object Type Group view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY Objecttypegroup Objecttypegroup Obj.Type Group
ename ename User Name
edate edate To-Date
etime etime TIME Data Element for SYST
uname uname User Name
udate udate Update Date
utime utime Time

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 swb_i_objtypegroups_vh.
-- 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: SWB_I_OBJTGRP_VH

CREATE VIEW swb_i_objtypegroups_vh AS
SELECT
  Objecttypegroup,
  ename,
  edate,
  etime,
  uname,
  udate,
  utime
FROM swb_i_objtypegroups
;