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

Update ALV

Former Member
0 Likes
732

Hi All,

I want to change certain cell values just before it is shown to the user with the method set_table_for_first_display. Any clues on how to do that? Can I do this by raising the event data_changed? if yes how?

BR

Sandeep

1 ACCEPTED SOLUTION
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
614

Hi,

In PBO try using

call method o_alvgrid->register_edit_event

exporting

i_event_id = cl_gui_alv_grid=>mc_evt_modified.

Hi All,

I want to change certain cell values just before it is shown to the user with the method set_table_for_first_display. Any clues on how to do that? Can I do this by raising the event data_changed? if yes how?

BR

Sandeep

3 REPLIES 3
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
615

Hi,

In PBO try using

call method o_alvgrid->register_edit_event

exporting

i_event_id = cl_gui_alv_grid=>mc_evt_modified.

Read only

ChristianFi
Active Participant
0 Likes
614

If you want to change the entries before they are shown on the screen - why don't you just change the contents of the internal table?

Christian

Read only

Former Member
0 Likes
614

Hi,

Check this link for useful answers

http://www.sapdevelopment.co.uk/reporting/alv/alvscr.htm

Thanks & Regards,

Judith.