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: 

BAdi for DSD Tour Data Entry

Former Member
0 Kudos

Hi Experts,

Would like to know if we have any BAdi to make screen changes for DSD Tour Data Entry

1 ACCEPTED SOLUTION

Former Member
0 Kudos

For which transaction it is?

To check for the suitable badi, Go to transaction SE24 and give the Object type as CL_EXITHANDLER and click on Display button.

Double click on method GET_INSTANCE, put a break point on case statement.

Execute your transaction and look for variable EXIT_NAME at your scenario then It will show the available badi's.

Reward if it is useful.

Thanks,

Srinivas

2 REPLIES 2

Former Member
0 Kudos

For which transaction it is?

To check for the suitable badi, Go to transaction SE24 and give the Object type as CL_EXITHANDLER and click on Display button.

Double click on method GET_INSTANCE, put a break point on case statement.

Execute your transaction and look for variable EXIT_NAME at your scenario then It will show the available badi's.

Reward if it is useful.

Thanks,

Srinivas

Former Member
0 Kudos

I am assuming you are using /DSD/SL_RADB to fill tour data. In anycase, you can use the BADI /DSD/ME_BAPI.

Albert