Declaring Runtime Functions
A runtime function is either a global function or a server-class member function that is declared as accessible at runtime.
You may want to declare a runtime function when you need:
-
to reference a function in a dynamic view type specification;
(See Expression of Representation Attributes.)
-
to call a function from the component through the callback execution API
(see execCallback and IlsMvComponent::execUserCallback).