E_JITCustomer

DDL: E_JITCUSTOMER SQL: EJITCUSTOMER Type: view EXTENSION

Extension view for JIT Customer

E_JITCustomer is a Extension CDS View that provides data about "Extension view for JIT Customer" in SAP S/4HANA. It reads from 1 data source (njit_d_cust_hdr) and exposes 1 field with key field CustomerUUID.

Data Sources (1)

SourceAliasJoin Type
njit_d_cust_hdr Persistence from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName EJITCUSTOMER view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
VDM.viewType #EXTENSION view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Extension view for JIT Customer view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY CustomerUUID njit_d_cust_hdr customeruuid NodeID

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_JITCustomer.
-- 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: EJITCUSTOMER

CREATE VIEW E_JITCustomer AS
SELECT
  Persistence.customeruuid AS CustomerUUID
FROM njit_d_cust_hdr AS Persistence
;