Show TOC

OBN.03 How to Verify OBN Configuration at Database Level Locate this document in the navigation structure

 

Symptom

Sometimes reports and configuration are good, but how can we really look at OBN at the database level?

Solution

For this, consider to use transaction SE16 to look at the database table AGR_HIER_BOR. An OBN call is usually of the format object.method and is stored in the database table in the fields LOBJTYPE_NAME (equal to object in this example) and VERB_NAME (equal to method in this example). By defining a specific query, it is possible to see in which roles this specific OBN target is defined.

From here, one can consider to use transaction SU01 to verify whether the user has found the assigned role.

In addition, with the key fields AGR_NAME and OBJECT_ID, it is possible to look up the associated application in table AGR_HIER.