R_ATPBasicMethRqmtCheckReqBsc

DDL: R_ATPBASICMETHRQMTCHECKREQBSC Type: view_entity BASIC Package: ATP_RESULT

ATP Basic Meth Rqmt Check Request Basic

R_ATPBasicMethRqmtCheckReqBsc is a Basic CDS View that provides data about "ATP Basic Meth Rqmt Check Request Basic" in SAP S/4HANA. It reads from 1 data source (atp_bm_r_chk_r) and exposes 42 fields with key field ATPBasicMethodRqmtCheckReqUUID. It has 11 associations to related views. Part of development package ATP_RESULT.

Data Sources (1)

SourceAliasJoin Type
atp_bm_r_chk_r atp_bm_r_chk_r from

Associations (11)

CardinalityTargetAliasCondition
[1..1] I_ATPCheck _ATPCheck $projection.ATPCheckUUID = _ATPCheck.ATPCheckUUID
[0..1] R_ATPBscSrceOfSupplyChkInclsn _SourceOfSupplyCheckInclusion $projection.ATPSrceOfSupplyCheckInclsnUUID = _SourceOfSupplyCheckInclusion.ATPSrceOfSupplyCheckInclsnUUID
[1..1] I_ATPBasicMethod _BasicMethod $projection.ATPBasicMethod = _BasicMethod.ATPBasicMethod
[0..1] I_Product _Product $projection.Product = _Product.Product
[0..1] I_Plant _SupplyingPlant $projection.SupplyingPlant = _SupplyingPlant.Plant
[0..1] I_StorageLocation _SupplyingStorageLocation $projection.SupplyingPlant = _SupplyingStorageLocation.Plant and $projection.SupplyingStorageLocation = _SupplyingStorageLocation.StorageLocation
[0..1] I_Batch _Batch $projection.Product = _Batch.Material and $projection.SupplyingPlant = _Batch.Plant and $projection.Batch = _Batch.Batch
[0..1] I_InventorySpecialStockType _InventorySpecialStockType $projection.InventorySpecialStockType = _InventorySpecialStockType.InventorySpecialStockType
[0..1] I_UnitOfMeasure _BaseUnit $projection.BaseUnit = _BaseUnit.UnitOfMeasure
[0..1] I_SchedulingRunRequest _DatesRsltgFrmSchedulingRunReq $projection.DatesRsltgFrmSchedgRunReqUUID = _DatesRsltgFrmSchedulingRunReq.SchedulingRunRequestUUID
[1..*] R_ATPBasicMethodRqmtConfBasic _Confirmation

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey ATPBasicMethodRqmtCheckReqUUID view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
EndUserText.label ATP Basic Meth Rqmt Check Request Basic view

Fields (42)

KeyFieldSource TableSource FieldDescription
KEY ATPBasicMethodRqmtCheckReqUUID atpbasicmethodrqmtcheckrequuid
ATPBasicMethodCheckUUID atpbasicmethodcheckuuid
ATPBasicMethChkSqncExecReqUUID atpbasicmethchksqncexecrequuid
ATPCheckIterationUUID atpcheckiterationuuid Check Iteration UUID
ATPCheckUUID atpcheckuuid Check ID
ATPCheckVersion atpcheckversion ATP Check Version
ATPBasicMethod atpbasicmethod Basic Method
CheckSequencePosition checksequenceposition Execution Order
Product product Product Sold
SupplyingPlant supplyingplant Supplying Plant
SupplyingStorageLocation supplyingstoragelocation Location
Batch batch Lot No.
InventorySpecialStockType inventoryspecialstocktype Special Stock Type
ATPSrceOfSupplyCheckInclsnUUID atpsrceofsupplycheckinclsnuuid SOS Check Inclusion
RequestedQuantityInBaseUnit requestedquantityinbaseunit Requested Qty
BaseUnit baseunit Unit of Measure
BaseToCommonBaseQtyNumerator basetocommonbaseqtynumerator Numerator
BaseToCommonBaseQtyDenominator basetocommonbaseqtydenominator Denominator
ReqdProdAvailabilityUTCDateTme reqdprodavailabilityutcdatetme Req. Mat. Avail. Dte
ReqdProdAvailabilityTimeZone reqdprodavailabilitytimezone Time Zone
ReqdTranspPlanningUTCDateTime reqdtranspplanningutcdatetime Req. Transport Plng
ReqdTranspPlanningTimeZone reqdtranspplanningtimezone Time Zone
RequestedLoadingUTCDateTime requestedloadingutcdatetime Req. Loading Date
RequestedLoadingTimeZone requestedloadingtimezone Time Zone
RequestedGoodsIssueUTCDateTime requestedgoodsissueutcdatetime Req. Goods Issue
RequestedGoodsIssueTimeZone requestedgoodsissuetimezone Time Zone
RequestedDeliveryUTCDateTime requesteddeliveryutcdatetime Req. Delivery Date
RequestedDeliveryTimeZone requesteddeliverytimezone Time Zone
RequestedUnloadingUTCDateTime requestedunloadingutcdatetime Requested Unloading
RequestedUnloadingTimeZone requestedunloadingtimezone Time Zone
DatesRsltgFrmSchedgRunReqUUID datesrsltgfrmschedgrunrequuid Request UUID
_Confirmation _Confirmation
_ATPCheck _ATPCheck
_SourceOfSupplyCheckInclusion _SourceOfSupplyCheckInclusion
_BasicMethod _BasicMethod
_Product _Product
_SupplyingPlant _SupplyingPlant
_SupplyingStorageLocation _SupplyingStorageLocation
_Batch _Batch
_InventorySpecialStockType _InventorySpecialStockType
_BaseUnit _BaseUnit
_DatesRsltgFrmSchedulingRunReq _DatesRsltgFrmSchedulingRunReq

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 R_ATPBasicMethRqmtCheckReqBsc.
-- 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 R_ATPBasicMethRqmtCheckReqBsc AS
SELECT
  ATPBasicMethodRqmtCheckReqUUID,
  ATPBasicMethodCheckUUID,
  ATPBasicMethChkSqncExecReqUUID,
  ATPCheckIterationUUID,
  ATPCheckUUID,
  ATPCheckVersion,
  ATPBasicMethod,
  CheckSequencePosition,
  Product,
  SupplyingPlant,
  SupplyingStorageLocation,
  Batch,
  InventorySpecialStockType,
  ATPSrceOfSupplyCheckInclsnUUID,
  RequestedQuantityInBaseUnit,
  BaseUnit,
  BaseToCommonBaseQtyNumerator,
  BaseToCommonBaseQtyDenominator,
  ReqdProdAvailabilityUTCDateTme,
  ReqdProdAvailabilityTimeZone,
  ReqdTranspPlanningUTCDateTime,
  ReqdTranspPlanningTimeZone,
  RequestedLoadingUTCDateTime,
  RequestedLoadingTimeZone,
  RequestedGoodsIssueUTCDateTime,
  RequestedGoodsIssueTimeZone,
  RequestedDeliveryUTCDateTime,
  RequestedDeliveryTimeZone,
  RequestedUnloadingUTCDateTime,
  RequestedUnloadingTimeZone,
  DatesRsltgFrmSchedgRunReqUUID
FROM atp_bm_r_chk_r
LEFT OUTER JOIN I_ATPCheck AS _ATPCheck ON ATPCheckUUID = _ATPCheck.ATPCheckUUID  -- association [1..1]
LEFT OUTER JOIN R_ATPBscSrceOfSupplyChkInclsn AS _SourceOfSupplyCheckInclusion ON ATPSrceOfSupplyCheckInclsnUUID = _SourceOfSupplyCheckInclusion.ATPSrceOfSupplyCheckInclsnUUID  -- association [0..1]
LEFT OUTER JOIN I_ATPBasicMethod AS _BasicMethod ON ATPBasicMethod = _BasicMethod.ATPBasicMethod  -- association [1..1]
LEFT OUTER JOIN I_Product AS _Product ON Product = _Product.Product  -- association [0..1]
LEFT OUTER JOIN I_Plant AS _SupplyingPlant ON SupplyingPlant = _SupplyingPlant.Plant  -- association [0..1]
LEFT OUTER JOIN I_StorageLocation AS _SupplyingStorageLocation ON SupplyingPlant = _SupplyingStorageLocation.Plant AND SupplyingStorageLocation = _SupplyingStorageLocation.StorageLocation  -- association [0..1]
LEFT OUTER JOIN I_Batch AS _Batch ON Product = _Batch.Material AND SupplyingPlant = _Batch.Plant AND Batch = _Batch.Batch  -- association [0..1]
LEFT OUTER JOIN I_InventorySpecialStockType AS _InventorySpecialStockType ON InventorySpecialStockType = _InventorySpecialStockType.InventorySpecialStockType  -- association [0..1]
LEFT OUTER JOIN I_UnitOfMeasure AS _BaseUnit ON BaseUnit = _BaseUnit.UnitOfMeasure  -- association [0..1]
LEFT OUTER JOIN I_SchedulingRunRequest AS _DatesRsltgFrmSchedulingRunReq ON DatesRsltgFrmSchedgRunReqUUID = _DatesRsltgFrmSchedulingRunReq.SchedulingRunRequestUUID  -- association [0..1]
LEFT OUTER JOIN R_ATPBasicMethodRqmtConfBasic AS _Confirmation ON /* condition not available in parsed metadata */  -- association [1..*]
;