nerdexam
SAP

C_HANAIMP_18 · Question #40

How do you embed a decision tree in to your calculation view using a table function? Note: There are 2 correct answers to this question.

The correct answer is C. Copy and adapt the SQL code generated by a flow graph into the table function D. Build a flow graph and call it from the table function using input parameters. See the full explanation below for the reasoning.

Question

How do you embed a decision tree in to your calculation view using a table function? Note: There are 2 correct answers to this question.

Options

  • ACall the SAP-provided PAL decision tree procedure from the table function
  • BUse dynamic SQL in the table function to generate the SQL code
  • CCopy and adapt the SQL code generated by a flow graph into the table function
  • DBuild a flow graph and call it from the table function using input parameters

How the community answered

(26 responses)
  • A
    8% (2)
  • B
    8% (2)
  • C
    85% (22)

Community Discussion

No community discussion yet for this question.

Full C_HANAIMP_18 Practice