C_RecipientLocationPlantTP
Consumption of Recipient Location Plant
C_RecipientLocationPlantTP is a Consumption CDS View that provides data about "Consumption of Recipient Location Plant" in SAP S/4HANA. It reads from 1 data source (R_RecipientLocationPlantTP) and exposes 5 fields with key fields RecipientLocationCode, Plant. It is exposed through 2 OData services (ASQL_F5983, UI_RECIPIENTLOCATION). It is used in 1 Fiori application: Manage Recipient Location. Part of development package ODATA_EAM_RECIPIENTLOCATION.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_RecipientLocationPlantTP | R_RecipientLocationPlantTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Consumption of Recipient Location Plant | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.representativeKey | Plant | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #NONE | view | |
| Metadata.allowExtensions | true | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| ASQL_F5983 | ASQL_F5983 | C2 | NOT_RELEASED | |
| UI_RECIPIENTLOCATION | UI_RECIPIENTLOCATION | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F5983 | Manage Recipient Location | Transactional | The Manage Recipient Location app is used by the Maintenance Planner to define a recipient location and assign it to plant(s). The recipient location identifies the location where the intended recipient can receive the component is a large warehouse managed by SAP Extended Warehouse Management solution. |
Manage Recipient Location
Business Role: Maintenance Planner
Key Features: This app allows you to do the following: Create the recipient location and associate it with a plant. You can also remove the association if not relevant. View the recipient locations and navigate to the object page containing details of the recipient location and its association with the plant(s). Edit recipient location description and association with the plant(s). You can remove the plant assignment or turn it off to ensure the recipient location is unused for the plant.
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RecipientLocationCode | RecipientLocationCode | Recipient Loc. | |
| KEY | Plant | Plant | Valuation Area | |
| RecipientLocationStatus | RecipientLocationStatus | |||
| StatusFlagValue | StatusFlagValue | |||
| LastChangeDateTime | LastChangeDateTime | Timestamp |
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_RecipientLocationPlantTP.
-- 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_RecipientLocationPlantTP AS
SELECT
RecipientLocationCode,
Plant,
RecipientLocationStatus,
StatusFlagValue,
LastChangeDateTime
FROM R_RecipientLocationPlantTP
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- SAP Fiori Apps Architecture — How Fiori Apps Connect to Data
- 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