/
Browse
/
Courses
/
Application Development for SAP Business ByDesign
/
Assignment Week 2
First Steps
Introduction
Download and Installation
User Setup and First Glance
Help Content
Solution Types
Downloads
Quiz
Business Objects
UIs and Extensibility
Integration
Further Functionality
Last Steps
Knowledge quiz
It's time to put what you've learned to the test, get 8 right to pass this week.
1.
Which business objects are part of the Foundation deployment unit?
There are two correct answers.
Material
Opportunity
Employee
Sales Order
2.
Which syntax is used to provide a message to the user?
Choose the correct answer.
Raise
Propagate
Display
Print
3.
Which annotation ensures that an element will not be persisted to the database?
Choose the correct answer.
Transient
Virtual
Display Only
Runtime
4.
From where can an action be triggered?
There are three correct answers.
From the user interface
From forms
From other actions
From reports
From events
5.
Which data type must you use for the return parameter of a validation?
Choose the correct answer.
Indicator
Boolean
IsValid
CodeList
6.
Which of the following statements regarding events are true?
There are two correct answers.
An event is common to all business objects.
An event can be called from actions.
An event is handled by the framework.
You can define custom events.
7.
Which part of a business object is always created automatically?
Choose the correct answer.
Root node
Action
Node element
Sub-node
8.
What should you do when you create a new business object on the New Item screen?
Choose the correct answer.
Change the default name
Define the node structure
Assign a deployment unit
Provide the correct file extension
9.
Which of the followings are types of trace statements?
There are two correct answers.
Information
Warning
Error
Exception
10.
What can you do when debugging?
There are two correct answers.
See information about the current node
See information about sub-nodes
See the output of trace statements
Change values of variables