I_SchedgAgrmtStatusValueHelp

DDL: I_SCHEDGAGRMTSTATUSVALUEHELP SQL: IMMSASTATUS_VH Type: view COMPOSITE

Scheduling Agreement Status Value Help

I_SchedgAgrmtStatusValueHelp is a Composite CDS View that provides data about "Scheduling Agreement Status Value Help" in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocumentStatus) and exposes 2 fields with key field PurchasingDocumentStatus.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingDocumentStatus I_PurchasingDocumentStatus from

Annotations (15)

NameValueLevelField
ObjectModel.dataCategory #VALUE_HELP view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName IMMSASTATUS_VH view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #COMPOSITE view
Search.searchable true view
EndUserText.label Scheduling Agreement Status Value Help view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.semanticKey PurchasingDocumentStatus view
ObjectModel.representativeKey PurchasingDocumentStatus view
ObjectModel.resultSet.sizeCategory #XS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocumentStatus PurchasingDocumentStatus Order Status
PurchasingDocumentStatusName Purchasing Document Status

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_SchedgAgrmtStatusValueHelp.
-- 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: IMMSASTATUS_VH

CREATE VIEW I_SchedgAgrmtStatusValueHelp AS
SELECT
  PurchasingDocumentStatus,
  _Text[1: Language = $session.system_language].PurchasingDocumentStatusName AS PurchasingDocumentStatusName
FROM I_PurchasingDocumentStatus
;