2008 Oct 23 6:28 PM
Hi All,
How to read the contents of an editable field in ALV grid display?
2008 Oct 23 7:47 PM
Hi Sha,
Try this function module as vijay suggested.
CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
IMPORTING
e_repid = sy-repid
e_grid = it_grid.
CALL METHOD it_grid->check_changed_data
IMPORTING
e_valid = p_valid.
Cheers!!
Venkat
Hi All,
How to read the contents of an editable field in ALV grid display?
2008 Oct 23 6:30 PM
2008 Oct 23 7:44 PM
search the forum with the function as key word GET_GLOBALS_FROM_SLVC_FULLSCR
2008 Oct 23 7:47 PM
Hi Sha,
Try this function module as vijay suggested.
CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
IMPORTING
e_repid = sy-repid
e_grid = it_grid.
CALL METHOD it_grid->check_changed_data
IMPORTING
e_valid = p_valid.
Cheers!!
Venkat
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |