
This debugger script allows you to enter either the name of the attribute holding the key of any BOBF entity or the key of the entity directly to display the readable name of this entity. If you already know which entity it is, you can also select it via dropdown menu and enter only the current value (GUID).
Prerequisites
Start the script (only in mode “execute directly”).
Example
You are in an action execution (action class) and do not know in which action you are currently because you reused the implementation for some action in different business objects.
- You can enter the attribute IV_ACTION_KEY into the script, press “display” and as a result the name of the action will be provided (pattern [business_object_name]~[node_name]~[action_name]).
- You can select “Action” from the dropdown menu, enter the value of the attribute IV_ACTION_KEY into the script, press “display” and you will get the same result.



