What does a business object contain?
nodes
elements
messages
associations
actions
What is a node?
Its part of a business object. Each business object has a so called root node and can have a set of further nodes below the root node.
Which core services handles SDK automatically?
Create
Retrieve
Update
Delete (CRUD)
What are facts about actions?
Are written in ABSL
Are comparable to methods in other programming languages
Have no return value
Can be defined for custom or stadard objects
Name the 5 different events
After Modify
Before-Save
Validation-OnSave
After-Loading
On Delete
When cant I use an AfterLoading event?
Last changed2 years ago