Hello,
we can put code in Adobe form interface (SFP t-code) - Code initialization section.
Lets say we call a method zcl_adobe-initialization there.
Now in SE24 it is unfortunately not possible to find where-used of class nor method. It is because form interface code is not the usual "generated" code.
Now if someone changes the class method, he/she does not know about the Adobe interface. Not even syntax check knows about the Adobe interface.
Does anyone have a trick how to at least reference/connect Adobe interface to ABAP object (Z class)?