- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Double click on ALV Grid to call Transaction and pass information in SAP
You can make use of field - “wa_selrow” to define which column was clicked. Also, change the grid from row selection mode to cell selection mode.
wa_selrow contains which field it is calling the transaction regardless or the field you clicked on so based on the content of wa_selrow, you can control the call to the transaction.
You can also turn on the debugger and double click on the field to check what value is getting passed into wa_selfield.
- Related Articles
- How to switch between different views in ALV Grid in SAP ABAP?
- Difference between class alv and function alv in SAP ABAP?
- How to call a JavaScript function on click?
- Multiple ALV grids on a single screen in SAP ABAP
- Commit changes on SAP BAPI Transaction
- How to perform double click on an element in Selenium?
- How to call a JavaScript function on a click event?
- How to create an ALV in docking container in SAP?
- How to perform double click on an element in Selenium with python?
- Suppressing duplicate entries in classical and ALV report in SAP ABAP
- How to prevent text select outside HTML5 canvas on double-click?
- Detecting HTML click-to-call support in JavaScript
- Binding mouse double click in Tkinter
- Call screen on clicking the button in SAP ABAP
- How to update information in the grid in Tkinter?

Advertisements