‎2005 Nov 08 12:52 PM
Hi all, l am using the ALV with some fields on EDIT. l have to DBL CLICK on one of these fields to take changes into my internal table. My question is: How can l be sure that the changes are taken into the internal table without DBL CLIKING, witch event could do the job ?
Robert
‎2005 Nov 08 1:17 PM
‎2005 Nov 08 1:17 PM
‎2005 Nov 08 1:22 PM
‎2005 Nov 08 1:32 PM
Hi
I believe you should have any problem, check you internal table at the end of elaboration of fm.
You should see your changing: you don't need a double click
Max
‎2005 Nov 08 1:42 PM
Well,l inserted a break point into the form *_USER_COMMAND, and l check my internal table the changes are not in. When l go back into my grid, Double clik into one of my changes, it goes automatic to my form, and then my changes are into the internal table.
‎2005 Nov 08 1:56 PM
Hi
Your problem is the PAI of grid has to be actived, becouse only in PAI the changing are stored in internal table , so you have to make an action on your grid.
So it's very strange you can't see the changing in your USER_COMMAND (it's in PAI).
When do you see the changing in your form?
Anyway I suppose you manage the ICON SAVE to save the changing, so you should be alway sure to have the changing in your table becouse the user should has to make at least an action: push icon SAVE.
Max
‎2005 Nov 08 2:35 PM
I see the changes only if l DBL Click on one of the fiels.
My save icon is disable when l am into the grid !
‎2005 Nov 08 2:42 PM
Hi
I'm using release 4.70 and if I set the field EDIT of a field of my catalog, the system actives the SAVE icon.
Anyway you could use own gui (as copy of standard alv gui program SAPLKKBL, status STANDARD_FULLSCREEN ) where you active the save icon.
Max