With this feature you can assign a callable object to a catalog object. You can also configure if the callable object should be bound on object level (table or view) or on record level.
ID of callable object to be assigned.
ID of a catalog object where the callablel object should be assigned to.
Description for this assignment entry.
Level of the binding. In case of table level, the callable object is called once when started. In case of line level the execution is started for every selected line of the table. If configured the values of the selected line can be passed to the callable object.