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

Editable ALV

Former Member
0 Likes
451

Hi,

I am using Editable ALV to put Meter Reading in ALV and then process it.

Now i have added a button in my ALV as "Addline" and it is working perfect, but when i make one of the field in fieldcatalog then it is not working.

i have inserted an empty workarea into my Internal Table and then refresh the ALV to do this.

Thanks,

Usman Malik

1 ACCEPTED SOLUTION
Read only

anversha_s
Active Contributor
0 Likes
411

hi,

chk this standard pgm.

<b>BCALV_EDIT_04</b> This report illustrates how to add and remove lines to a table using the ALV Grid Control and how to

implement the saving of the new data.

Regards

Anversha

2 REPLIES 2
Read only

anversha_s
Active Contributor
0 Likes
412

hi,

chk this standard pgm.

<b>BCALV_EDIT_04</b> This report illustrates how to add and remove lines to a table using the ALV Grid Control and how to

implement the saving of the new data.

Regards

Anversha

Read only

Former Member
0 Likes
411

very nice Anversha.

Thanks