SAP
E_HANAAW151 · Question #27
You have an SQLScript procedure with a table input parameter it_books. You want to use the parameter on the right-hand side of an assignment operator within the procedure. How do you refer to the…
The correct answer is B. :it_books. See the full explanation below for the reasoning.
Question
You have an SQLScript procedure with a table input parameter it_books. You want to use the parameter on the right-hand side of an assignment operator within the procedure. How do you refer to the parameter? Please choose the correct answer. Response:
Options
- A{it_books}
- B:it_books
- C@it_books
- Dit_books
How the community answered
(31 responses)- A3% (1)
- B84% (26)
- C10% (3)
- D3% (1)
Community Discussion
No community discussion yet for this question.