cancel
Showing results for 
Search instead for 
Did you mean: 

Back-end Query

Former Member
0 Kudos

Hello, I have a query about a method. I have a name for my method but how can I find out which BADI it is connected with?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Venkat,

Look into table SXC_IMPSWH, you should get the interface name, BADI name for the method.

Regards

Amit

Former Member
0 Kudos

One thing missed above - After you get the Implementation name in above table you can look for BADI name in table SXS_INTER for the corresponding implementation.

So its basically a combination of two table SXS_INTER and SXC_IMPSWH.

Thanks

Amit

Answers (0)