Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV Grid fields changes

Former Member
0 Likes
831

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
810

Hi

Are you using the fm or object grid?

Max

7 REPLIES 7
Read only

Former Member
0 Likes
811

Hi

Are you using the fm or object grid?

Max

Read only

0 Likes
810

Hi l am using REUSE_ALV_GRID_DISPLAY

Read only

0 Likes
810

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

Read only

0 Likes
810

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.

Read only

0 Likes
810

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

Read only

0 Likes
810

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 !

Read only

0 Likes
810

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