E_TrvlReqEstimatedCostDraft

DDL: E_TRVLREQESTIMATEDCOSTDRAFT Type: view_entity EXTENSION

TrvlReq Estimated Cost - Extn

E_TrvlReqEstimatedCostDraft is a Extension CDS View that provides data about "TrvlReq Estimated Cost - Extn" in SAP S/4HANA. It reads from 1 data source (trvs4_estcost_d) and exposes 5 fields with key fields PersonnelNumber, TravelTripNumber, TravelReqUUID, SeqReqUUID, TravelMedium.

Data Sources (1)

SourceAliasJoin Type
trvs4_estcost_d Persistence from

Annotations (11)

NameValueLevelField
EndUserText.label TrvlReq Estimated Cost - Extn view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #A view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix TEC view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.quota.maximumFields 350 view
AbapCatalog.extensibility.quota.maximumBytes 2240 view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY PersonnelNumber personnelnumber Personnel No.
KEY TravelTripNumber traveltripnumber Trip Number
KEY TravelReqUUID travelrequuid UUID
KEY SeqReqUUID seqrequuid UUID
KEY TravelMedium travelmedium Travel Mediums

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 E_TrvlReqEstimatedCostDraft.
-- 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 E_TrvlReqEstimatedCostDraft AS
SELECT
  PersonnelNumber,
  TravelTripNumber,
  TravelReqUUID,
  SeqReqUUID,
  TravelMedium
FROM trvs4_estcost_d AS Persistence
;