SAP
C_HANAIMP131 · Question #20
C_HANAIMP131 Question #20: Real Exam Question with Answer & Explanation
Sign in or unlock C_HANAIMP131 to reveal the answer and full explanation for question #20. The question stem and answer options stay visible for context.
Question
Table SALES_TABLE contains the columns COUNTRY and SALES. unction calc_tax calculates sales tax based on input parameter SALES. Using a scripted calculation view, how can you call the calc_tax function?
Options
- A:v_tax = SELECT COUNTRY, CALL :calc_tax(SALES) AS TAX FROM :SALES_TABLE;
- Bv_tax = SELECT COUNTRY, calc_tax(SALES) AS TAX FROM SALES_TABLE;
- C:v_tax = CE_PROJECTION(SALES_TABLE, ["COUNTRY","CALL :calc_tax(SALES)"]);
- Dv_tax = CE_PROJECTION(SALES_TABLE, ["COUNTRY","calc_tax(SALES)"]);
Unlock C_HANAIMP131 to see the answer
You've previewed enough free C_HANAIMP131 questions. Unlock C_HANAIMP131 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.