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

screen fields data display missing while using event Double

Former Member
0 Likes
441

Hi Friends,

i'm developing a dialog program.

in which i have 5 screen fields (output only).

and at the bottom i have CL_GUI_ALV_GRID.

when i double click on any line item . that particular ihas to populate on the respectve screen fields. i'll take these input fields for further processing.

my issue here is . i could able to trigger double click and populate the screen fields with values . but when it comes to display nothing is getting populated in the screen fields. when i debug again . i could see the data still exists in that screen fields.

after debuggin a lot i found that . when i double click ,, the cursor is not triggering PAI at all . it is directly going to the double click handler .

and so i presently working with leave to screen command so that is trigger goes to pai again and then i'm able populate the data in screen fields.

but this procedure is very very much performance degrading.

kindly suggest me any solution . so that i could trigger PAI whn i double click.

Thanks & Regards,

Kats

2 REPLIES 2
Read only

Former Member
0 Likes
376

Hi,

I suppose You mean handler class by saying double click handler

it will go to the handler class when double clicked.

there must be some problem in the method which you have written for the double click event

Read only

0 Likes
376

thank you for replying Radhika.

their is no where no problem.

only the issue is i couldn't able to trigger PAI when i double click.

thanks