cancel
Showing results for 
Search instead for 
Did you mean: 

How to find out the BADI triggered in transaction crmd_mktseg?

Former Member
0 Kudos

Hi Expert,

How to find out the BADI triggered in transaction crmd_mktseg?

Thanks in advance

Akshay

Accepted Solutions (1)

Accepted Solutions (1)

former_member182350
Active Contributor
0 Kudos

Hi Akshay,

This is really a good method. The other way would be to use SQL trace. Refer to this weblog on how to use this technique effectively.

/people/alwin.vandeput2/blog/2006/04/13/how-to-search-for-badis-trace-it

Method 2

Got this info from net. Thought of sharing.

You can find the user exits or BADIs using the information given here.

1. Go to weblogs section in SDN and search for a weblog on searching BADIs in standard transaction. The consultant has given a very descriptive answer on this.

2. You can find BADIs using the class CL_EXITHANDLER.

Put break point in method GET_INSTANCE "CALL METHOD cl_exithandler=>get_class_name_by_interface". This class will return you the BADIs.

-


Regards,

Arjun Pawar

<b>Reward Point if it helps</b>

Answers (0)