SHSM_M_AUKOB

DDL: SHSM_M_AUKOB SQL: SHSMMAUKOB Type: view

View for matchcode ID AUKO-B

SHSM_M_AUKOB is a CDS View that provides data about "View for matchcode ID AUKO-B" in SAP S/4HANA. It reads from 1 data source (I_ProjectNetwork) and exposes 8 fields.

Data Sources (1)

SourceAliasJoin Type
I_ProjectNetwork I_ProjectNetwork from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName SHSMMAUKOB view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label View for matchcode ID AUKO-B view

Fields (8)

KeyFieldSource TableSource FieldDescription
AUFNR ProjectNetwork Order
KTEXT ProjectNetworkDescription Network Name
ProjectInternalID ProjectInternalID Project Def.
WBSElementInternalID WBSElementInternalID WBS Internal ID
MRPController MRPController MRP Controller
Plant Plant Valuation Area
_Project _Project
_WBSElement _WBSElement

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 SHSM_M_AUKOB.
-- 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: SHSMMAUKOB

CREATE VIEW SHSM_M_AUKOB AS
SELECT
  ProjectNetwork AS AUFNR,
  ProjectNetworkDescription AS KTEXT,
  ProjectInternalID,
  WBSElementInternalID,
  MRPController,
  Plant
FROM I_ProjectNetwork
;