APP400 - LCNC SAP Build Apps Flashcards
What is the process for building an app
Ui+Binding
variables
Logic
External APIs
Data Resources (OData/Rest) ->Destinations-> SAP Systems
HTML application
In SAP build app, where can you sort and filter projects
Lobby
Additional actions in the lobby are
Export
Rename project
Manage members
Save as new project
Delete
what are the components of the SAP build menu Bar
UI Canvas
Launch
Theme
Navigation
Data Authorization
Help
What capabilities does SAP Build Apps provides to make it easy to build apps?
Creating logic to respond to user and app events
Defining with simple form connections to backend data
Dragging and dropping pre-built components for building the UI
Where can you see all your SAP Build projects?
Lobby
Which two fields can you enter while creating a new project?
Title
Description
What is the role of User Interface (UI) in an app?
UI covers what you will see and be able to do in the app.
What are components in SAP Build Apps
They are prefabricated code pieces that can be used as building blocks with pre-defined functions to design the UI and enable the bridge to use logic.
What are some characteristics of components
Interactive
Connections and Extensibility
Responsive
Logic
Adaptive style
What are the binding types
Static text
Data and Variables
formula
Components properties
Data item in repeat
Mapping
There are two theme groups
Universal and Fiori theme
right panel contains
Properties
Style
Layout
In SAP Build Apps on the left hand side there are three tabs
Core
By me
Installed
Types of variables
App Variable: It is used to store the information that needs to be accessible throughout the app.
Page Variable: It is used to store the information that needs to be accessible only for the current page.
Page Parameter: It is used to store the information that is required to open the current page. For example, if you have a product details page that displays information about the current product, the page requires an ID for the product to display its data.
Data Variable
what are the variables that store data
app and page variables
What are the four groups of data variables
Simple
Reference
Text types with specific formats
Complex
What is mandatory when creating variables
name and data type
Here are the available data variable types
Collection of data records
Single data record
new data record
Data variables are always based on
a data resource whose schema is replicated on the data variable.
Which of the following will guide you if you try to set a variable with a value that does not conform to its data type?
Formula editor
Which variable do you use to store information retrieved from a back-end system?
Data variable
What are the reasons for using variables?
To store temporary data, such as user preferences.
To store data retrieved from back-end data source.
What is the main difference between an app variable and a page variable?
An app variable can be referenced anywhere, but a page variable can only be referenced in a particular page.