C_LCNC_2406 · Question #52
In SAP Build Apps, which of the following are part of the VARIABLES section of the Logic Canvas? Note: There are 2 correct answers to this question.
The correct answer is B. Set App Variable D. Set Page Variable. Set App Variable and Set Page Variable are genuine flow functions found in the VARIABLES section of the SAP Build Apps Logic Canvas. App Variables are global - they persist across all pages of the application - while Page Variables are scoped to a single page and reset when the…
Question
In SAP Build Apps, which of the following are part of the VARIABLES section of the Logic Canvas? Note: There are 2 correct answers to this question.
Options
- ASet Backend Variable
- BSet App Variable
- CSet User Variable
- DSet Page Variable
How the community answered
(42 responses)- A2% (1)
- B95% (40)
- C2% (1)
Explanation
Set App Variable and Set Page Variable are genuine flow functions found in the VARIABLES section of the SAP Build Apps Logic Canvas. App Variables are global - they persist across all pages of the application - while Page Variables are scoped to a single page and reset when the user navigates away. Both have dedicated "Set" flow functions you can drop directly onto the Logic Canvas to update their values during runtime.
Set Backend Variable (A) is a distractor - SAP Build Apps does not have a "Backend Variable" type. Backend data is handled through Data Variables, which live in their own section. Set User Variable (C) is similarly fabricated; no "User Variable" category exists in the platform's variable model.
Memory tip: Think of the variable scope hierarchy - App (whole App) and Page (Particular screen) - both map to real flow functions. If the word doesn't match a real scope level (Backend, User), it's a distractor.
Topics
Community Discussion
No community discussion yet for this question.