I_QltyTaskFollowUpAction

DDL: I_QLTYTASKFOLLOWUPACTION Type: view BASIC

Quality Task Follow-Up Action

I_QltyTaskFollowUpAction is a Basic CDS View (Dimension) that provides data about "Quality Task Follow-Up Action" in SAP S/4HANA. It reads from 2 data sources (tq07, tqs07) and exposes 8 fields with key field QltyTaskFollowUpAction. It has 1 association to related views.

Data Sources (2)

SourceAliasJoin Type
tq07 tq07 from
tqs07 tqs07 union

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_QltyTaskFollowUpActionText _QltyTaskFollowUpActionText $projection.QltyTaskFollowUpAction = _QltyTaskFollowUpActionText.QltyTaskFollowUpAction

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IQTSKFOA view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.representativeKey QltyTaskFollowUpAction view
EndUserText.label Quality Task Follow-Up Action view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY QltyTaskFollowUpAction folgeakti Follow-Up Actn
QltyFllwUpActnUsge qfoart Object Type
QltyTskFllwUpActnIsEWMRelated folgeakti_ewm EWM-Rel. Fol-Up Act.
QltyTskBaseFUPActnForValueHelp base_foa_for_vh Follow-Up Actn for Add. Parameter Sel.
QltyFllwUpActnUsge qfoart Object Type
QltyTskFllwUpActnIsEWMRelated folgeakti_ewm EWM-Rel. Fol-Up Act.
QltyTskBaseFUPActnForValueHelp Follow-Up Actn for Add. Parameter Sel.
_QltyTaskFollowUpActionText _QltyTaskFollowUpActionText

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_QltyTaskFollowUpAction.
-- 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_QltyTaskFollowUpAction AS
SELECT
  folgeakti AS QltyTaskFollowUpAction,
  qfoart AS QltyFllwUpActnUsge,
  folgeakti_ewm AS QltyTskFllwUpActnIsEWMRelated,
  base_foa_for_vh AS QltyTskBaseFUPActnForValueHelp
FROM tq07
LEFT OUTER JOIN I_QltyTaskFollowUpActionText AS _QltyTaskFollowUpActionText ON QltyTaskFollowUpAction = _QltyTaskFollowUpActionText.QltyTaskFollowUpAction  -- association [0..*]
-- UNION with additional select branch(es): tqs07
;