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: 

Adding the ABAP code to SAP Query to support Query's ALV Double click.

Former Member
0 Kudos

Hi, Expert.

I need to add some ABAP Code into SAP Query (or Infoset) to support the double click event on ALV cell of result of query.

Is it possible & How to do ?

Thank you very much.

Best Regard

Nattapash C.

4 REPLIES 4

GauthamV
Active Contributor
0 Kudos

You can add your logic here.

open SQ02 - give your infoset click change ,click on extras button in app tool bar.

there you have option called code on right side.right your logic there.

Former Member
0 Kudos

Hi, Gautham.

I've put BREAK-POINT in all code section e.g. INITIALIZATION, END-OF-SELECTION..

I found there are some section for add code that will be executed when query is processing before output data to ALV.

What I need to know is Where I can input the code after ALV output. For support the Double Click Event on Query's ALV cell.

Best Regard,

Nattapash C.

sujeet2918
Active Contributor
0 Kudos

hello,

write your code inside Free coding.

Have a Nice day,

Regards,

Sujeet

Former Member
0 Kudos

Hi, Sujeet.

I think I can write only form-subroutine in free code section. How to apply this to my case?

Thank you and Best Regard,

Nattapash C.