Skip to Content
2
Jun 01, 2023 at 03:00 PM

How can messages set in ABAP code be shown in Eclipse?

183 Views

Hi All!

I'm currently implementing a simple logic in the SE38 customer exit include ZXSEUU08 which just checks if an entry exists in a Z-table and if it does, displays a warning message for the user before an object can be displayed or edited:

sdlp-call-stack-from-adt-02.jpg

If possible, I'd like to get the same warning message when an impacted object is opened via the ADTs in Eclipse. I already know that the code is actually accessed when I open a program or include via ADTs as this is clearly visible in a dynamic logpoint:

sdlp-call-stack-from-adt-01.jpg

The LV_EXISTS is set to 'X', so if the code is opened in SE38, the warning message gets displayed. Is there a way to make the message show up in the ADT as well?

Thanks much and cheers

Bärbel