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: 

Response to Double click in screen exit

Former Member
0 Kudos

Hi All,

I have a requirement where in I need to have response to double click functionality in a screen exit. How can a double click functionality be implemented in the screen exit.

Pls help...

Thanks & Regards,

SriLalitha.

4 REPLIES 4

FredericGirod
Active Contributor
0 Kudos

hi,

that depends of your screen exit, where you click ....

regards

fred

0 Kudos

Hi Fred,

Can please elaborate how can I find that

Thanks,

SriLalitha.


krishna_k19
Contributor
0 Kudos

Hi Lalitha,

    If it is screen programming then check in PBO  or PAI because if you want to validate those details like , after double clicking the screen and or displaying the next screen , how you want to based on that please check .

If it is normal report kind of thing means directly go with exits.

Regards,
Krishna

ipravir
Active Contributor
0 Kudos

Hi Lalitha,

Use SMOD T-Code to find the Exit of your respective T-Code.

Steps to Find Exit of any of the Standard T-Code.

1. Goto SMOD

2. Menu Utilities->Find.

3. Entered you T-Code's Package into Package Input Fields

4. Find the all Exit Information.

Or you can check the same through BADI.

Search the BADI through CL_EXITHANDLER class ( put the break-point in GET_INSTANCE method & execute your T-code and do the respective process to check whether any BADI is triggering or not in cl_exithandler=>get_class_Name_by_interface line of code )

based on your t-code and process you have to choose the appropriate exist which should have Screen Exit.

If it's available, then you can write the code with respect to your requirement.

Regards.

Praveer.