2009 Apr 06 11:56 AM
Hi,
I have developed a program for Drop Down List using ALV with OOPS concept.
Now i need to save the value after selecting it from Drop Down list...I am unable to
save it....!
Can anyone help me out in this regard.
2009 Apr 06 5:10 PM
Try this
After changing the data you need to code this
call method grid->check_changed_data
importing
e_valid = gv_valid.
call method grid->refresh_table_display.
It will save the new data in to your passed table.
Regards,
Atul
Hi,
I have developed a program for Drop Down List using ALV with OOPS concept.
Now i need to save the value after selecting it from Drop Down list...I am unable to
save it....!
Can anyone help me out in this regard.
2009 Apr 06 5:10 PM
Try this
After changing the data you need to code this
call method grid->check_changed_data
importing
e_valid = gv_valid.
call method grid->refresh_table_display.
It will save the new data in to your passed table.
Regards,
Atul
2009 Apr 07 6:13 AM
Hi,
Thank you for the answer which u have provided to me but i want to know "gv_valid" should be of what data type ??? and what value should we pass into it.
If u can help me out in this it could be helpful to me.
2009 Apr 13 10:54 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |