I_QLTYTASKFLLWUPACTIONPARAMTP

CDS View

Quality Task Follow-Up Action Parameter

I_QLTYTASKFLLWUPACTIONPARAMTP is a CDS View in S/4HANA. Quality Task Follow-Up Action Parameter. It contains 31 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_QltyTskProcFllwActnSglParam view from CONSUMPTION Follow-up Action Single Parameter
C_QltyTskProcFllwActnTblParam view from CONSUMPTION Follow-up Action Single Parameter

Fields (31)

KeyField CDS FieldsUsed in Views
KEY ItemCounter ItemCounter 1
KEY QualityTaskInternalId QualityTaskInternalId 1
Batch Batch 1
BillOfOperationsGroup BillOfOperationsGroup 1
BillOfOperationsType BillOfOperationsType 1
BillOfOperationsVariant BillOfOperationsVariant 1
BillOfOperationsVersion BillOfOperationsVersion 1
ChangeRecord ChangeRecord 1
ChangeRecordType ChangeRecordType 1
ChgRecordDescriptionText ChgRecordDescriptionText 1
CostCenter CostCenter 1
DefectiveQuantity DefectiveQuantity 1
DefectiveQuantityUnit DefectiveQuantityUnit 1
DefectUUID DefectUUID 1
EWMWarehouse EWMWarehouse 1
Material Material 1
MfgNonConformanceNote MfgNonConformanceNote 1
MfgNonConformanceReasonCode MfgNonConformanceReasonCode 1
MfgNonConformanceRsnCodeCtlg MfgNonConformanceRsnCodeCtlg 1
MfgNonConformanceRsnCodeGrp MfgNonConformanceRsnCodeGrp 1
MfgReworkRoutingGroup MfgReworkRoutingGroup 1
MfgReworkRoutingVariant MfgReworkRoutingVariant 1
Operation Operation 1
OrderID OrderID 1
OrderInternalID OrderInternalID 1
OrderOperationInternalID OrderOperationInternalID 1
Plant Plant 1
ProductionSupplyArea ProductionSupplyArea 1
SourceStorageBin SourceStorageBin 1
StorageLocation StorageLocation 1
WarehouseLogicalSystem WarehouseLogicalSystem 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Quality Task Follow-Up Action Parameter
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_QLTYTASKFLLWUPACTIONPARAMTP (
    ITEMCOUNTER,
    QUALITYTASKINTERNALID,
    BATCH,
    BILLOFOPERATIONSGROUP,
    BILLOFOPERATIONSTYPE,
    BILLOFOPERATIONSVARIANT,
    BILLOFOPERATIONSVERSION,
    CHANGERECORD,
    CHANGERECORDTYPE,
    CHGRECORDDESCRIPTIONTEXT,
    COSTCENTER,
    DEFECTIVEQUANTITY,
    DEFECTIVEQUANTITYUNIT,
    DEFECTUUID,
    EWMWAREHOUSE,
    MATERIAL,
    MFGNONCONFORMANCENOTE,
    MFGNONCONFORMANCEREASONCODE,
    MFGNONCONFORMANCERSNCODECTLG,
    MFGNONCONFORMANCERSNCODEGRP,
    MFGREWORKROUTINGGROUP,
    MFGREWORKROUTINGVARIANT,
    OPERATION,
    ORDERID,
    ORDERINTERNALID,
    ORDEROPERATIONINTERNALID,
    PLANT,
    PRODUCTIONSUPPLYAREA,
    SOURCESTORAGEBIN,
    STORAGELOCATION,
    WAREHOUSELOGICALSYSTEM,
    PRIMARY KEY (ITEMCOUNTER, QUALITYTASKINTERNALID)
);