Multiple choice technology programming languages

Which operators can be used in an Input calculation context? i)Input ii)ForAll iii)ForEach iv)In

  1. i

  2. iii

  3. iv

  4. b & c

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In SAP BW Input calculation contexts, the ForEach operator processes iterations over data, and the In operator checks membership. The Input operator itself is a context type, not an operator used within it. ForAll is used differently in aggregation contexts.