C_RecipientLocationPlantTP

DDL: C_RECIPIENTLOCATIONPLANTTP Type: view_entity CONSUMPTION Package: ODATA_EAM_RECIPIENTLOCATION

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)

SourceAliasJoin Type
R_RecipientLocationPlantTP R_RecipientLocationPlantTP projection

Annotations (9)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
ASQL_F5983 ASQL_F5983 C2 NOT_RELEASED
UI_RECIPIENTLOCATION UI_RECIPIENTLOCATION V2 C1 NOT_RELEASED

Fiori Apps (1)

App IDApp NameTypeDescription
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)

KeyFieldSource TableSource FieldDescription
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
;