E_Inforecordmanagesosdraft

DDL: E_INFORECORDMANAGESOSDRAFT SQL: EIRMNGSOSDRAFT Type: view EXTENSION

Extension for InfoRecord draft

E_Inforecordmanagesosdraft is a Extension CDS View that provides data about "Extension for InfoRecord draft" in SAP S/4HANA. It reads from 1 data source (eina_eine_d) and exposes 1 field with key field PurchasingInfoRecordDraftUUID.

Data Sources (1)

SourceAliasJoin Type
eina_eine_d Persistence from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName EIRMNGSOSDRAFT view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
EndUserText.label Extension for InfoRecord draft view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY PurchasingInfoRecordDraftUUID eina_eine_d guid UUID 22 char.

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 E_Inforecordmanagesosdraft.
-- 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: EIRMNGSOSDRAFT

CREATE VIEW E_Inforecordmanagesosdraft AS
SELECT
  Persistence.guid AS PurchasingInfoRecordDraftUUID
FROM eina_eine_d AS Persistence
;