Top ABAP ALV Report FAQ's
Q.1) How to use 'DOUBLE_CLICK' event in ALV?
Ans) DOUBLE_CLICK it is an Event.it is used for to print Interactive Report. This is mainly used in ooalv report for ex:Dc event for double_click for e_row. (e_row is parameter).
Q.2) How to make use of 'EDIT', and 'SAVE' option in ALV?
Ans) EDIT field is used to edit data at output screen.This is declare in Feildcat Level only for ex : EDIT = 'X'.
Q.3) If I implemented 'HOTSPOT' in ALV, then how to write its code. So that after clicking on say for ex.'matnr', further list should get displayed.
Ans) Hotspot is used for Single click at Basic list. it shows Hand symbol ,it is also Declared in Fieldcat level Hotspot = 'X'.
this is mainly used in ooalv report.
ex:Dc event for double_click for e_row. (e_row is parameter)
2. EDIT field is used to edit data at output screen
this is declare in Feildcat Level only.
ex : EDIT = 'X'.
3.Hotspot is used for Single click at Basic list.
it shows Hand symbol ,it is also Declared in Fieldcat leavel
Hotspot = 'X'.