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

BADI Implementation against a filter value

Former Member
0 Likes
1,043

Hi Experts,

I want to know the steps to get the implementation details from a filter value name.

5 REPLIES 5
Read only

former_member209120
Active Contributor
0 Likes
646

This message was moderated.

Read only

former_member188827
Active Contributor
0 Likes
646

check the following tables:

  • V_EXT_ACT  -      Active implementations of an exit
  • V_EXT_ IMP - Implementation class for an     interface+filter
  • V_EXT_M - BAdi’s with filters

Regards

Read only

Former Member
0 Likes
646

Hi Rakesh,

Try to see in below tables:

SXS_ATTRT  -  BADI Definition list

V_EXT_ACT  - Active implementations of an exit

V_EXT_ IMP - Implementation class for an interface+filter

V_EXT_M - BAdi’s with filters

Thanks.

Read only

Former Member
0 Likes
646

This message was moderated.

Read only

Former Member
0 Likes
646

Thank you all for your valuable reply.