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_Doubt

Former Member
0 Likes
369

Hi Alll..

I am facing a problem in ALV grid display. Once the user clicks the save button the selected records get posted through BDC and the screen is

refreshed. Now if i want to post some more records which were not selected previously. When i click the save button, all the posted record got

disappeared from the alv output,also the editable fields contents, except which were edited before clicking the save button.I am calling the method

'check_changed_data' at the save button click.refresh_table_display won't solve the problem

Can anybody suggest a solution ?

Also once the updates are completed, i tried to hide some of the columns,all fields get hidden rather than just the selected ones

Anything needs to be set for the fieldcatalog ? please advice.

Thanks in advance

Regards,

Sheeba

Hi Alll..

I am facing a problem in ALV grid display. Once the user clicks the save button the selected records get posted through BDC and the screen is

refreshed. Now if i want to post some more records which were not selected previously. When i click the save button, all the posted record got

disappeared from the alv output,also the editable fields contents, except which were edited before clicking the save button.I am calling the method

'check_changed_data' at the save button click.refresh_table_display won't solve the problem

Can anybody suggest a solution ?

Also once the updates are completed, i tried to hide some of the columns,all fields get hidden rather than just the selected ones

Anything needs to be set for the fieldcatalog ? please advice.

Thanks in advance

Regards,

Sheeba

2 REPLIES 2
Read only

Former Member
0 Likes
344

HI.

call class for DELETE in SAVE button fetch code. it will work.

Reward all helpfull answers.

Regards.

Jay

Read only

0 Likes
344

Hi Jay..

thanks for ur reply..

can u plzz elaborate ur answer .. ...