Application Development and Automation 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: 
Read only

Find BADI Via Code

umayaraj
Participant
0 Likes
960

Hi ,

i Know to Find BADI in SE24 (CL_EXITHANDLER - GET_INSTANCE) Break point

and program package to find BADI But That's not full fill my requirement. I'm try to build code for find BADI using CL_EXITHANDLER but i didn't know which one call first.

class after transaction ? or transaction after class ? i tried both but i get "no_reference"

output only how can i pass reference via code in this class to get output..if you have any idea please let me now whats proper way to build code to find badi..

4 REPLIES 4
Read only

NTeunckens
Active Contributor
0 Likes
819

Please check Google or the SAP-Wiki section, as there are numerous posts on Custom Programs that do the same.

A valid SAP-Wiki link would be this one ...

Read only

umayaraj
Participant
0 Likes
819

i already check that program they use package based track enhancement i don't want that type of program logic..i got more than 10 program from google, all are using this package to find badi logic only .. you have any different idea ?

Read only

roberto_forti
Contributor
0 Likes
819

Hi,

Try SE84 => Enhancements => Business Add-in => Definition... (Package or Application Component) and also is possible using transaction SPRO.

Read only

Former Member
0 Likes
819

put the break point in CL_EXITHANDLER

then run the transaction, it will open debugging session