R_SlsDocMassChgReqItemChangeTP

DDL: R_SLSDOCMASSCHGREQITEMCHANGETP Type: view_entity TRANSACTIONAL Package: SD_CHANGE_COCKPIT_RAP_JOB

Mass Chg of Sls Doc Request Item

R_SlsDocMassChgReqItemChangeTP is a Transactional CDS View that provides data about "Mass Chg of Sls Doc Request Item" in SAP S/4HANA. It reads from 1 data source (I_SDMassChgCkptSlsDocItemChg) and exposes 76 fields with key field SlsDocMassChangeRequestUUID. It has 2 associations to related views. Part of development package SD_CHANGE_COCKPIT_RAP_JOB.

Data Sources (1)

SourceAliasJoin Type
I_SDMassChgCkptSlsDocItemChg SlsDocMassReqItemChg from

Associations (2)

CardinalityTargetAliasCondition
[1..*] R_SlsDocMassChgReqDocumentTP _ChangeSalesDocument $projection.SlsDocMassChangeRequestUUID = _ChangeSalesDocument.SlsDocMassChangeRequestUUID
[0..1] E_SDMassChgCkptSlsDocItmChgBsc _Extension $projection.SlsDocMassChangeRequestUUID = _Extension.SlsDocMassChangeRequestUUID

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Mass Chg of Sls Doc Request Item view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view

Fields (76)

KeyFieldSource TableSource FieldDescription
KEY SlsDocMassChangeRequestUUID SlsDocMassChangeRequestUUID Job ID
SlsDocMassChgActionCategory SlsDocMassChgActionCategory Action Category
SlsDocMassChgActionID SlsDocMassChgActionID Action
SalesDocumentItemCategory SalesDocumentItemCategory Item Category
Product Product Product Sold
SalesDocumentItemText SalesDocumentItemText Item Descr.
ProductHierarchyNode ProductHierarchyNode Prod. Hierarchy
Batch Batch Lot No.
Division Division Internal Division ID
DeliveryPriority DeliveryPriority Delivery Prior.
Plant Plant Valuation Area
CustomerPaymentTerms CustomerPaymentTerms Pyt Terms
UnloadingPointName UnloadingPointName Unloading Point Name
StorageLocation StorageLocation StorageLocation
ShippingPoint ShippingPoint Shipping Point
ShippingType ShippingType Shipping Type
Route Route Vehicle route
BillingDocumentDate BillingDocumentDate Billing Date
PricingDate PricingDate Pricing Date
RequestedDeliveryDate RequestedDeliveryDate Requested Delivery Date
ItemBillingBlockReason ItemBillingBlockReason Billing Block
SalesDocumentRjcnReason SalesDocumentRjcnReason RejectionReason
ExpdDelivQuantityChangeReason ExpdDelivQuantityChangeReason Return/Change Reason
ReturnReason ReturnReason Return Reason
CustRetItmFollowUpActivity CustRetItmFollowUpActivity Follow-Up Act.
IncotermsClassification IncotermsClassification Incoterms
IncotermsTransferLocation IncotermsTransferLocation Incoterms 2
IncotermsLocation1 IncotermsLocation1 Inco. Location1
IncotermsLocation2 IncotermsLocation2 Inco. Location2
IncotermsVersion IncotermsVersion Inco. Version
DeliveryBlockReason DeliveryBlockReason Delivery Block
WBSElementExternalID WBSElementExternalID WBS Element External ID
PurchaseOrderByCustomer PurchaseOrderByCustomer Purchase Order Number
CustomerPurchaseOrderDate CustomerPurchaseOrderDate Purchase Order Date
TransactionCurrency TransactionCurrency Transaction Currency
MaterialByCustomer MaterialByCustomer Customer Mat.
PricingType PricingType Pricing Type
ProfitCenter ProfitCenter Profit Center
AdditionalMaterialGroup1 AdditionalMaterialGroup1 MaterialGroup 1
AdditionalMaterialGroup2 AdditionalMaterialGroup2 MaterialGroup 2
AdditionalMaterialGroup3 AdditionalMaterialGroup3 MaterialGroup 3
AdditionalMaterialGroup4 AdditionalMaterialGroup4 MaterialGroup 4
AdditionalMaterialGroup5 AdditionalMaterialGroup5 MaterialGroup 5
CustomerPriceGroup CustomerPriceGroup CustPrice Group
_ChangeRequest _ChangeRequest
_ChangeSalesDocument _ChangeSalesDocument
_ChangeActionCategory _ChangeActionCategory
_ChangeActionID _ChangeActionID
_ItemCategory _ItemCategory
_Product _Product
_ProductHierarchyNode _ProductHierarchyNode
_Batch _Batch
_Division _Division
_DeliveryPriority _DeliveryPriority
_Plant _Plant
_CustomerPaymentTerms _CustomerPaymentTerms
_IncotermsVersion _IncotermsVersion
_IncotermsClassification _IncotermsClassification
_StorageLocation _StorageLocation
_ShippingPoint _ShippingPoint
_ShippingType _ShippingType
_Route _Route
_ItemBillingBlockReason _ItemBillingBlockReason
_SalesDocumentRjcnReason _SalesDocumentRjcnReason
_ExpdDelivQtyChangeReason _ExpdDelivQtyChangeReason
_ReturnReason _ReturnReason
_DeliveryBlockReason _DeliveryBlockReason
_TransactionCurrency _TransactionCurrency
_PricingType _PricingType
_WBSElementExternalID _WBSElementExternalID
_AdditionalMaterialGroup1 _AdditionalMaterialGroup1
_AdditionalMaterialGroup2 _AdditionalMaterialGroup2
_AdditionalMaterialGroup3 _AdditionalMaterialGroup3
_AdditionalMaterialGroup4 _AdditionalMaterialGroup4
_AdditionalMaterialGroup5 _AdditionalMaterialGroup5
_CustomerPriceGroup _CustomerPriceGroup

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_SlsDocMassChgReqItemChangeTP.
-- 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_SlsDocMassChgReqItemChangeTP AS
SELECT
  SlsDocMassChangeRequestUUID,
  SlsDocMassChgActionCategory,
  SlsDocMassChgActionID,
  SalesDocumentItemCategory,
  Product,
  SalesDocumentItemText,
  ProductHierarchyNode,
  Batch,
  Division,
  DeliveryPriority,
  Plant,
  CustomerPaymentTerms,
  UnloadingPointName,
  StorageLocation,
  ShippingPoint,
  ShippingType,
  Route,
  BillingDocumentDate,
  PricingDate,
  RequestedDeliveryDate,
  ItemBillingBlockReason,
  SalesDocumentRjcnReason,
  ExpdDelivQuantityChangeReason,
  ReturnReason,
  CustRetItmFollowUpActivity,
  IncotermsClassification,
  IncotermsTransferLocation,
  IncotermsLocation1,
  IncotermsLocation2,
  IncotermsVersion,
  DeliveryBlockReason,
  WBSElementExternalID,
  PurchaseOrderByCustomer,
  CustomerPurchaseOrderDate,
  TransactionCurrency,
  MaterialByCustomer,
  PricingType,
  ProfitCenter,
  AdditionalMaterialGroup1,
  AdditionalMaterialGroup2,
  AdditionalMaterialGroup3,
  AdditionalMaterialGroup4,
  AdditionalMaterialGroup5,
  CustomerPriceGroup
FROM I_SDMassChgCkptSlsDocItemChg AS SlsDocMassReqItemChg
LEFT OUTER JOIN R_SlsDocMassChgReqDocumentTP AS _ChangeSalesDocument ON SlsDocMassChangeRequestUUID = _ChangeSalesDocument.SlsDocMassChangeRequestUUID  -- association [1..*]
LEFT OUTER JOIN E_SDMassChgCkptSlsDocItmChgBsc AS _Extension ON SlsDocMassChangeRequestUUID = _Extension.SlsDocMassChangeRequestUUID  -- association [0..1]
;