I_QltyTaskFllwUpActionParamTP

DDL: I_QLTYTASKFLLWUPACTIONPARAMTP Type: view TRANSACTIONAL

Quality Task Follow-Up Action Parameter

I_QltyTaskFllwUpActionParamTP is a Transactional CDS View that provides data about "Quality Task Follow-Up Action Parameter" in SAP S/4HANA. It reads from 1 data source (I_QltyTaskFllwUpActionParam) and exposes 49 fields with key fields QualityTaskInternalId, ItemCounter. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_QltyTaskFllwUpActionParam I_QltyTaskFllwUpActionParam from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_QualityTaskTP _QualityTaskTP $projection.QualityTaskInternalId = _QualityTaskTP.QualityTaskInternalId
[1..1] E_QltyTskFllwUpActnParam _Extension $projection.QualityTaskInternalId = _Extension.QualityNotification and _Extension.QualityNotificationTask = '0000' and $projection.ItemCounter = _Extension.ItemCounter

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName IQLTYTSKFOAPRMTP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.createEnabled true view
ObjectModel.updateEnabled true view
ObjectModel.deleteEnabled true view
ObjectModel.writeDraftPersistence QTASKFOAPARAM_D view
ObjectModel.writeActivePersistence V_QTSKFP_DR2ACT view
ObjectModel.representativeKey ItemCounter view
EndUserText.label Quality Task Follow-Up Action Parameter view

Fields (49)

KeyFieldSource TableSource FieldDescription
KEY QualityTaskInternalId QualityTaskInternalId
KEY ItemCounter ItemCounter Sequence
QualityTask QualityTask
QltyTaskFllwUpActionParam QltyTaskFllwUpActionParam Version
QltyTskFllwUpActnParamType QltyTskFllwUpActnParamType Parameter type
DefectiveQuantity DefectiveQuantity WarrCountValue
DefectiveQuantityUnit DefectiveQuantityUnit Unit of Measure
Material Material Vehicle Model
Plant Plant Valuation Area
StorageLocation StorageLocation StorageLocation
DefectAffectedObject DefectAffectedObject Affected Object Counter (#)
BillOfOperationsType BillOfOperationsType Task List Type
BillOfOperationsGroup BillOfOperationsGroup Group
BillOfOperationsVariant BillOfOperationsVariant Group Counter
BillOfOperationsVersion BillOfOperationsVersion Routing Version
OrderInternalID OrderInternalID Plan No.f.Oper.
OrderOperationInternalID OrderOperationInternalID Plan No.f.Oper.
OrderID _OrderInternalID OrderID Order ID
Operation
MfgReworkRoutingGroup MfgReworkRoutingGroup Routing Group
MfgReworkRoutingVariant MfgReworkRoutingVariant Group Counter
MfgNonConformanceRsnCodeCtlg MfgNonConformanceRsnCodeCtlg Catalog
MfgNonConformanceRsnCodeGrp MfgNonConformanceRsnCodeGrp ReasonCodeGrp
MfgNonConformanceReasonCode MfgNonConformanceReasonCode Reason Code
MfgNonConformanceNote MfgNonConformanceNote Note
ChangeRecord ChangeRecord Char20
ChangeRecordType ChangeRecordType Record Type
ChgRecordDescriptionText ChgRecordDescriptionText Description
ProductionSupplyArea ProductionSupplyArea Supply Area
CostCenter CostCenter Cost Center
SourceStorageBin SourceStorageBin Source Stor.Bin
DefectUUID DefectUUID Defect UUID
StockItemUUID StockItemUUID GUID Stock
ParentHandlingUnitUUID ParentHandlingUnitUUID Parent
QltyTaskStkSelInEWMIsProcd QltyTaskStkSelInEWMIsProcd Stock Selection Is Processed
DefectAffectedObjIsAddlParam DefectAffectedObjIsAddlParam Affected Object Is Additional Parameter
Batch Batch Lot No.
EWMWarehouse EWMWarehouse Warehouse No.
QltyTaskEWMFollowUpAction QltyTaskEWMFollowUpAction EWM Follow-Up Action
WarehouseLogicalSystem WarehouseLogicalSystem Logical System of Warehouse
_QualityTaskTP _QualityTaskTP
_Material _Material
_Plant _Plant
_StorageLocation _StorageLocation
_UnitOfMeasure _UnitOfMeasure
_MfgActionReasonCodeGroup _MfgActionReasonCodeGroup
_MfgActionReasonCode _MfgActionReasonCode
_ChangeRecordBsc _ChangeRecordBsc
_EWM_WarehouseNumber _EWM_WarehouseNumber

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 I_QltyTaskFllwUpActionParamTP.
-- 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 I_QltyTaskFllwUpActionParamTP AS
SELECT
  QualityTaskInternalId,
  ItemCounter,
  QualityTask,
  QltyTaskFllwUpActionParam,
  QltyTskFllwUpActnParamType,
  DefectiveQuantity,
  DefectiveQuantityUnit,
  Material,
  Plant,
  StorageLocation,
  DefectAffectedObject,
  BillOfOperationsType,
  BillOfOperationsGroup,
  BillOfOperationsVariant,
  BillOfOperationsVersion,
  OrderInternalID,
  OrderOperationInternalID,
  _OrderInternalID.OrderID AS OrderID,
  cast(_OrderOperationBasic.Operation as mpe_vornr preserving type ) AS Operation,
  MfgReworkRoutingGroup,
  MfgReworkRoutingVariant,
  MfgNonConformanceRsnCodeCtlg,
  MfgNonConformanceRsnCodeGrp,
  MfgNonConformanceReasonCode,
  MfgNonConformanceNote,
  ChangeRecord,
  ChangeRecordType,
  ChgRecordDescriptionText,
  ProductionSupplyArea,
  CostCenter,
  SourceStorageBin,
  DefectUUID,
  StockItemUUID,
  ParentHandlingUnitUUID,
  QltyTaskStkSelInEWMIsProcd,
  DefectAffectedObjIsAddlParam,
  Batch,
  EWMWarehouse,
  QltyTaskEWMFollowUpAction,
  WarehouseLogicalSystem
FROM I_QltyTaskFllwUpActionParam
LEFT OUTER JOIN I_QualityTaskTP AS _QualityTaskTP ON QualityTaskInternalId = _QualityTaskTP.QualityTaskInternalId  -- association [1..1]
LEFT OUTER JOIN E_QltyTskFllwUpActnParam AS _Extension ON QualityTaskInternalId = _Extension.QualityNotification AND _Extension.QualityNotificationTask = '0000' AND ItemCounter = _Extension.ItemCounter  -- association [1..1]
;