Skip to Content
1
Sep 12, 2023 at 07:33 AM

Where-used of ABAP class inside Adobe form interface - Code initialization

132 Views

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)?