C_JITOutbSqncUnloadingPointVH
Unloading Point
C_JITOutbSqncUnloadingPointVH is a Consumption CDS View that provides data about "Unloading Point" in SAP S/4HANA. It reads from 1 data source (I_JITSalesAreaPartnerData) and exposes 13 fields with key fields CustomerPartnerDescription, ActiveSupplier, UnloadingPointName, ShipToParty, SalesOrganization.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_JITSalesAreaPartnerData | I_JITSalesAreaPartnerData | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Unloading Point | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| Search.searchable | true | view | |
| ObjectModel.representativeKey | CustomerPartnerDescription | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| Consumption.ranked | true | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CustomerPartnerDescription | CustomerPartnerDescription | Partner Description of Ship-To Party | |
| KEY | ActiveSupplier | Partner Description of Supplier | ||
| KEY | UnloadingPointName | UnloadingPointName | Unloading Point | |
| KEY | ShipToParty | ShipToParty | Ship-To Party | |
| KEY | SalesOrganization | SalesOrganization | Sales Organization | |
| KEY | DistributionChannel | DistributionChannel | Distribution Channel | |
| KEY | Division | Division | Division | |
| SoldToParty | SoldToParty | Sold-To Party | ||
| OrganizationBPName1 | _Customer | OrganizationBPName1 | Name 1 | |
| OrganizationBPName2 | _Customer | OrganizationBPName2 | Name 2 | |
| CustomerName | _Customer | CustomerName | Ship-To Party Description | |
| _Customer | _Customer | |||
| _SoldToParty | _SoldToParty |
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_JITOutbSqncUnloadingPointVH.
-- 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_JITOutbSqncUnloadingPointVH AS
SELECT
CustomerPartnerDescription,
cast( ActiveSupplier as abap.char( 10 )) AS ActiveSupplier,
UnloadingPointName,
ShipToParty,
SalesOrganization,
DistributionChannel,
Division,
SoldToParty,
_Customer.OrganizationBPName1 AS OrganizationBPName1,
_Customer.OrganizationBPName2 AS OrganizationBPName2,
_Customer.CustomerName AS CustomerName
FROM I_JITSalesAreaPartnerData
;
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