Skip to Content
0
Former Member
Jun 05, 2009 at 09:24 AM

Problem in CL_GUI_ALV_GRID

40 Views

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.???