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: 

subscreen is called from which portion of the badi

Former Member
0 Kudos

Hi.

i want to know from which place of badi the subscreen is called,so that i want to give the condition for it to be displayed for a particular input.

thanks

2 REPLIES 2

Former Member
0 Kudos

GO to the BAdi implementation method and pur a breakpoint. execute the transaction. you will come to knw where its called.

I355602
Advisor
Advisor
0 Kudos

Hi,

Find all the BAdi's used in the transaction and the implement those BAdi one by one, by simply placing the statement break <user_name>, and the execute the transaction and check where the sub screen is fired and the code accordingly.

Hope this helps you.

Regards,

Tarun