Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

badi for gui status

Former Member
0 Kudos

Hi

How to find out the relevant badi to modify the application tool bar of infotype 0008?

Thanks in advance

Badri

1 REPLY 1

Former Member
0 Kudos

Hi,

Run the transaction in debugging mode(put /h before executing).

Then set break point at method:

class : cl_exithandler

method : get_instance

The flow will break at all badis called. You can see it at exit_name parameter.

Regards,

Renjith Michael.