SAP
C_HANAIMP151 · Question #278
C_HANAIMP151 Question #278: Real Exam Question with Answer & Explanation
Sign in or unlock C_HANAIMP151 to reveal the answer and full explanation for question #278. The question stem and answer options stay visible for context.
Question
Table SALES_TABLE contains the columns COUNTRY and SALES. Function calc_tax calculates sales tax based on input parameter SALES. Using a scripted calculation view, how can you call the calc_tax function?
Options
- Av_tax = CE_PROJECTION(SALES_TABLE, ["COUNTRY","calc_tax(SALES)"]);
- B:v_tax = CE_PROJECTION(SALES_TABLE, ["COUNTRY","CALL :calc_tax(SALES)"]);
- C:v_tax = SELECT COUNTRY, CALL :calc_tax(SALES) AS TAX FROM :SALES_TABLE;
- Dv_tax = SELECT COUNTRY, calc_tax(SALES) AS TAX FROM SALES_TABLE;
Unlock C_HANAIMP151 to see the answer
You've previewed enough free C_HANAIMP151 questions. Unlock C_HANAIMP151 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.