SHSM_DPWTYV_EQUIZ

DDL: SHSM_DPWTYV_EQUIZ SQL: DPWTYF4_FLEET Type: view

CDS view for search help DPWTY_F4_FLEET

SHSM_DPWTYV_EQUIZ is a CDS View that provides data about "CDS view for search help DPWTY_F4_FLEET" in SAP S/4HANA. It reads from 1 data source (dpwtyv_equiz) and exposes 12 fields with key fields mandt, fleet_num, license_num, expiry_date, fleet_vin.

Data Sources (1)

SourceAliasJoin Type
dpwtyv_equiz dpwtyv_equiz from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName DPWTYF4_FLEET view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label CDS view for search help DPWTY_F4_FLEET view
ObjectModel.dataCategory #VALUE_HELP view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view

Fields (12)

KeyFieldSource TableSource FieldDescription
KEY mandt mandt Editing Client
KEY fleet_num fleet_num Fleet objectNo.
KEY license_num license_num License Plate
KEY expiry_date expiry_date ValidityEndDate
KEY fleet_vin fleet_vin VIN
KEY chassis_num chassis_num Chassis no.
KEY fleet_cat fleet_cat Fleet Obj. Type
KEY equnr equnr Equipment
KEY eqart eqart Object Type
KEY matnr matnr Vehicle Model
KEY spras spras Off. Language
eqktx eqktx Description

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 SHSM_DPWTYV_EQUIZ.
-- 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: DPWTYF4_FLEET

CREATE VIEW SHSM_DPWTYV_EQUIZ AS
SELECT
  mandt,
  fleet_num,
  license_num,
  expiry_date,
  fleet_vin,
  chassis_num,
  fleet_cat,
  equnr,
  eqart,
  matnr,
  spras,
  eqktx
FROM dpwtyv_equiz
;