C_JITCustPartFunc
JIT Customer Partner Functions
C_JITCustPartFunc is a Consumption CDS View that provides data about "JIT Customer Partner Functions" in SAP S/4HANA. It reads from 1 data source (I_BusinessPartnerPartFunc) and exposes 18 fields with key fields PartnerFunction, PartnerCounter, Customer, BusinessPartner, SalesOrganization. It has 4 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BusinessPartnerPartFunc | BusinessPartnerPartFunc | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | C_JITCustHeaderTP | _JITCustHeader | $projection.BusinessPartnerUUID = _JITCustHeader.CustomerUUID |
| [0..1] | I_SalesOrganization | _SalesOrganization | $projection.SalesOrganization = _SalesOrganization.SalesOrganization |
| [0..1] | I_Division | _Division | $projection.Division = _Division.Division |
| [0..1] | I_DistributionChannel | _DistributionChannel | $projection.DistributionChannel = _DistributionChannel.DistributionChannel |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CJITCUSTPARTFUNC | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| UI.headerInfo.typeName | Item | view | |
| UI.headerInfo.typeNamePlural | Items | view | |
| EndUserText.label | JIT Customer Partner Functions | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PartnerFunction | PartnerFunction | Partner Functn | |
| KEY | PartnerCounter | PartnerCounter | Partner counter | |
| KEY | Customer | Customer | Sold-to Party | |
| KEY | BusinessPartner | BusinessPartner | Issuing Authority | |
| KEY | SalesOrganization | SalesOrganization | Sales Organization | |
| KEY | DistributionChannel | DistributionChannel | RefDistCh-Cust/Mat. | |
| KEY | Division | Division | Internal Division ID | |
| SoldToParty | BPCustomerNumber | Customer | ||
| CustomerUUID | _JITCustHeader | CustomerUUID | NodeID | |
| BusinessPartnerUUID | BusinessPartnerUUID | UUID | ||
| SalesOrganizationName | ||||
| DivisionName | ||||
| DistributionChannelName | ||||
| BusinessPartnerName | _JITCustHeader | BusinessPartnerName | Extracted Customer Name | |
| _JITCustHeader | _JITCustHeader | |||
| _SalesOrganization | _SalesOrganization | |||
| _Division | _Division | |||
| _DistributionChannel | _DistributionChannel |
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_JITCustPartFunc.
-- 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: CJITCUSTPARTFUNC
CREATE VIEW C_JITCustPartFunc AS
SELECT
PartnerFunction,
PartnerCounter,
Customer,
BusinessPartner,
SalesOrganization,
DistributionChannel,
Division,
BPCustomerNumber AS SoldToParty,
_JITCustHeader.CustomerUUID AS CustomerUUID,
BusinessPartnerUUID,
_SalesOrganization._Text[1:Language = $session.system_language].SalesOrganizationName AS SalesOrganizationName,
_Division._Text[1:Language = $session.system_language].DivisionName AS DivisionName,
_DistributionChannel._Text[1:Language = $session.system_language].DistributionChannelName AS DistributionChannelName,
_JITCustHeader.BusinessPartnerName AS BusinessPartnerName
FROM I_BusinessPartnerPartFunc AS BusinessPartnerPartFunc
LEFT OUTER JOIN C_JITCustHeaderTP AS _JITCustHeader ON BusinessPartnerUUID = _JITCustHeader.CustomerUUID -- association [1..1]
LEFT OUTER JOIN I_SalesOrganization AS _SalesOrganization ON SalesOrganization = _SalesOrganization.SalesOrganization -- association [0..1]
LEFT OUTER JOIN I_Division AS _Division ON Division = _Division.Division -- association [0..1]
LEFT OUTER JOIN I_DistributionChannel AS _DistributionChannel ON DistributionChannel = _DistributionChannel.DistributionChannel -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA