A_OIL_DfltIndexGoodsMovement

DDL: A_OIL_DFLTINDEXGOODSMOVEMENT Type: view_entity CONSUMPTION

QCI Default Parameter

A_OIL_DfltIndexGoodsMovement is a Consumption CDS View that provides data about "QCI Default Parameter" in SAP S/4HANA. It reads from 1 data source (R_OIL_DfltIdxGoodsMovementTP) and exposes 10 fields with key fields Material, Plant, StorageLocation, Batch, DefaultStartSystDate.

Data Sources (1)

SourceAliasJoin Type
R_OIL_DfltIdxGoodsMovementTP R_OIL_DfltIdxGoodsMovementTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #REQUIRED view
EndUserText.label QCI Default Parameter view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
OData.entityType.name OIL_QtyCnvrsnDefaultParameter_Type view
Metadata.ignorePropagatedAnnotations true view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY Material Material Vehicle Model
KEY Plant Plant Valuation Area
KEY StorageLocation StorageLocation StorageLocation
KEY Batch Batch Lot No.
KEY DefaultStartSystDate DefaultStartSystDate Date
KEY DefaultStartSystTime DefaultStartSystTime Time
KEY QtyConversionDefaultValueUUID QtyConversionDefaultValueUUID GUID 16
DefaultErrorStatusIcon DefaultErrorStatusIcon Status
ActivationIDDefaults ActivationIDDefaults AktID for Defaults
DefaultTankTimeStamp DefaultTankTimeStamp Dip 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 A_OIL_DfltIndexGoodsMovement.
-- 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 A_OIL_DfltIndexGoodsMovement AS
SELECT
  Material,
  Plant,
  StorageLocation,
  Batch,
  DefaultStartSystDate,
  DefaultStartSystTime,
  QtyConversionDefaultValueUUID,
  DefaultErrorStatusIcon,
  ActivationIDDefaults,
  DefaultTankTimeStamp
FROM R_OIL_DfltIdxGoodsMovementTP
;