2008 Jun 16 9:29 AM
hi experts
can someone give some samples of alv list about field editable and about event capture such as capture the enter event, capture the data changed event.
2008 Jun 16 9:40 AM
hi, thanks for ur reply, but i need alv list editable not grid.
hi experts
can someone give some samples of alv list about field editable and about event capture such as capture the enter event, capture the data changed event.
2008 Jun 16 9:32 AM
Hi,
WA_FIELDCAT-COL_POS = 4.
WA_FIELDCAT-TABNAME = 'GT_OUT'.
WA_FIELDCAT-FIELDNAME = 'DATAINS2'.
WA_FIELDCAT-SELTEXT_M = 'POD'.
WA_FIELDCAT-EDIT = 'X'. ( This statement Will edit )
APPEND WA_FIELDCAT TO I_FIELDCAT.
CLEAR WA_FIELDCAT.
WA_FIELDCAT-EDIT = 'X'.Thanks
Vikranth
Edited by: Khimavath Vikranth on Jun 16, 2008 10:32 AM
2008 Jun 16 9:36 AM
Hi!
Check out the following demo programs in SE38:
BCALV_EDIT_01
BCALV_EDIT_02
BCALV_EDIT_03
BCALV_EDIT_04
BCALV_FULLSCREEN_GRID_EDIT
BCALV_GRID_EDIT
BCALV_TEST_GRID_EDIT_01
BCALV_TEST_GRID_EDITABLE
Regards
Tamá
2008 Jun 16 9:36 AM
2008 Jun 16 9:40 AM
hi, thanks for ur reply, but i need alv list editable not grid.
2008 Jun 16 9:44 AM
check programs
BCALV_TEST_LIST
BCALV_TEST_LIST_STATUS but change the edit mode to 'X'
Other programs will guide how to change ...
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |