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

REUSE_ALV_GRID_DISPLAY_LVC Edit function

abdulgaffarmohd
Participant
0 Likes
1,282

Hi abapers,

I am working with this REUSE_ALV_GRID_DISPLAY_LVC F.M..,

in this alv i am having one field that is Revised Amount,

it is in editable mode.

with giving Edit in the fieldcatalog for this particular field it is working fine.

when user input the values and then he clicks on that particular row then changed values

has been udated in internal table.

for example in internal table am having 10 rows if user changes the data in this field and clicks save

that time changed data is not reflecting in the internal table. when ever user clicks on any row in the alv then

only input values are available in this internal table .

Please suggest me there is any possible of data updated in the internal table with out double click on the particular alv.

regards,

abdul.

1 ACCEPTED SOLUTION
Read only

former_member242255
Active Contributor
0 Likes
1,120

It is working fine as per your explanation.

For any triggering to happen there needs to be some action on the screen.

once the users double lciks,the corresponding values are validated and the errors/data saving is done.

Hi abapers,

I am working with this REUSE_ALV_GRID_DISPLAY_LVC F.M..,

in this alv i am having one field that is Revised Amount,

it is in editable mode.

with giving Edit in the fieldcatalog for this particular field it is working fine.

when user input the values and then he clicks on that particular row then changed values

has been udated in internal table.

for example in internal table am having 10 rows if user changes the data in this field and clicks save

that time changed data is not reflecting in the internal table. when ever user clicks on any row in the alv then

only input values are available in this internal table .

Please suggest me there is any possible of data updated in the internal table with out double click on the particular alv.

regards,

abdul.

6 REPLIES 6
Read only

former_member242255
Active Contributor
0 Likes
1,121

It is working fine as per your explanation.

For any triggering to happen there needs to be some action on the screen.

once the users double lciks,the corresponding values are validated and the errors/data saving is done.

Read only

0 Likes
1,120

saloved by self with giving spot field catalog ..,

Read only

0 Likes
1,120

Hi Abdul Gaffar,

   

                  We are facing a similar issue, can you please share your solution.

Read only

0 Likes
1,120

Hi varun kumar kodali.,

it is done with assigning the  SPOT for that field in field catalog.

values will be updated when ever we are changing in the editable field.

abdul gaffar.    

Read only

0 Likes
1,120

Hi Abdul Gaffar,

                 Are you referring to Hotspot..? .

Regards,

Varun.

Read only

0 Likes
1,120

Most likely yes!