C_JITCustomerValueHelp

DDL: C_JITCUSTOMERVALUEHELP Type: view_entity CONSUMPTION

JIT Customer Value Help

C_JITCustomerValueHelp is a Consumption CDS View that provides data about "JIT Customer Value Help" in SAP S/4HANA.

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
Consumption.ranked true view
EndUserText.label JIT Customer Value Help view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey CustomerUUID view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
Search.searchable true view
VDM.viewType #CONSUMPTION view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY CustomerUUID CustomerUUID NodeID
Customer ShipToParty Ship-To Party (obsolete)
OrganizationBPName1
BusinessPartnerName
_CustomerToBusinessPartner _CustomerToBusinessPartner
_Customer _Customer

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 C_JITCustomerValueHelp.
-- 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.

CREATE VIEW C_JITCustomerValueHelp AS
SELECT
  CustomerUUID,
  ShipToParty AS Customer,
  I_JITCustomer._CustomerToBusinessPartner._BusinessPartner.OrganizationBPName1 AS OrganizationBPName1,
  I_JITCustomer._CustomerToBusinessPartner._BusinessPartner.BusinessPartnerName AS BusinessPartnerName
;