Atov_Pk_Vh_Assigned_Transp

DDL: ATOV_PK_VH_ASSIGNED_TRANSP SQL: ATO_V_PK_ASS_TR Type: view Package: S_ATO_SL_PK_ODATA

Value Help for assigned transport requests

Atov_Pk_Vh_Assigned_Transp is a CDS View that provides data about "Value Help for assigned transport requests" in SAP S/4HANA. It reads from 1 data source (e070) and exposes 2 fields with key field request. Part of development package S_ATO_SL_PK_ODATA.

Data Sources (1)

SourceAliasJoin Type
e070 e070 inner

Annotations (3)

NameValueLevelField
AbapCatalog.sqlViewName ATO_V_PK_ASS_TR view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value Help for assigned transport requests view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY request Assigned_Transport_Request request Request/Task
Transport_Request_Texts Transport_Request_Texts

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 Atov_Pk_Vh_Assigned_Transp.
-- 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: ATO_V_PK_ASS_TR

CREATE VIEW Atov_Pk_Vh_Assigned_Transp AS
SELECT
  Assigned_Transport_Request.request AS request,
  Transport_Request_Texts
INNER JOIN e070 ON /* join condition not captured in parsed metadata */
;