E_DFS_UniversalAssignmentBasic

DDL: E_DFS_UNIVERSALASSIGNMENTBASIC SQL: EDFSASSGMTBASIC Type: view EXTENSION

Ext. View for Assigment

E_DFS_UniversalAssignmentBasic is a Extension CDS View that provides data about "Ext. View for Assigment" in SAP S/4HANA. It reads from 1 data source (dfs_assgmt) and exposes 1 field with key field DfsAssgmtUUID.

Data Sources (1)

SourceAliasJoin Type
dfs_assgmt Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName EDFSASSGMTBASIC view
AbapCatalog.preserveKey true view
EndUserText.label Ext. View for Assigment view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
AbapCatalog.compiler.compareFilter true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY DfsAssgmtUUID dfs_assgmt dfsassgmtuuid Assigment GUID

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_DFS_UniversalAssignmentBasic.
-- 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: EDFSASSGMTBASIC

CREATE VIEW E_DFS_UniversalAssignmentBasic AS
SELECT
  Persistence.dfsassgmtuuid AS DfsAssgmtUUID
FROM dfs_assgmt AS Persistence
;