Hi all,
i am using cl_gui_alv_grid to show the data.
i have some input enabled field also there in alv.
following is the code
PBO
module set_alv.
PAI
module user_commnad.
while i enter some value in CELL and without pressing ENTER, if i click BACK button, it will go to PAI user_commnad module
IN user_command module i wrote code to go BACK (leave to screen 0) to go out.
but before goint out i want to save the data in database table.
since i have not press ENTER the newly entered value is not updateed in INTERNAL TABLE.
In this case how can i store the value in database table.???