C_RSHMaintenanceOrdOperationTP

DDL: C_RSHMAINTENANCEORDOPERATIONTP Type: view_entity CONSUMPTION Package: RSH_RAP_ORD

R_MaintenanceOrderOperationTP Projection

C_RSHMaintenanceOrdOperationTP is a Consumption CDS View that provides data about "R_MaintenanceOrderOperationTP Projection" in SAP S/4HANA. It reads from 1 data source (R_MaintenanceOrderOperationTP) and exposes 7 fields with key fields MaintenanceOrder, MaintenanceOrderOperation, MaintenanceOrderSubOperation. It is exposed through 2 OData services (ASQL_F4577, RSH_SD_MAINTENANCE_ORDER). Part of development package RSH_RAP_ORD.

Data Sources (1)

SourceAliasJoin Type
R_MaintenanceOrderOperationTP R_MaintenanceOrderOperationTP projection

Annotations (7)

NameValueLevelField
EndUserText.label R_MaintenanceOrderOperationTP Projection view
AccessControl.authorizationCheck #CHECK view
Metadata.allowExtensions true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F4577 ASQL_F4577 C2 NOT_RELEASED
RSH_SD_MAINTENANCE_ORDER RSH_SB_MAINTENANCE_ORDER V2 C1 NOT_RELEASED

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY MaintenanceOrder MaintenanceOrder Order
KEY MaintenanceOrderOperation MaintenanceOrderOperation Suboperation
KEY MaintenanceOrderSubOperation MaintenanceOrderSubOperation Suboperation
OperationPersonResponsible OperationPersonResponsible Personnel no.
OperationSupplier OperationSupplier Supplier
_PersonResponsible _WorkAssignment
_Supplier _Supplier

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_RSHMaintenanceOrdOperationTP.
-- 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_RSHMaintenanceOrdOperationTP AS
SELECT
  MaintenanceOrder,
  MaintenanceOrderOperation,
  MaintenanceOrderSubOperation,
  OperationPersonResponsible,
  OperationSupplier
FROM R_MaintenanceOrderOperationTP
;