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

appending empty rows in internal table

Former Member
0 Likes
572

Hi,

i am using table control, where there is a condition, some row may left empty. end if i press enter button the empty row is filled by the next available record. My need is to pick the records in the table control to the internal table including the empty rows as it is.

1 REPLY 1
Read only

Former Member
0 Likes
394

Hi Karthikeyan,

By default with user pressinng enter, empty rows will get deleted.

How are you populating your table control? Is it from standard transaction or your internal table?

If it is from your internal table, you can add anothe flag field for empty row.

Whenever row is empty in your internal table, mark flag field as 'X', so in the table control you these entries will not get vanished with pressing of enter.

This is one idea and you can build on this. You can make this flag column as non editable so that no one can change these.

hope this helps,

ags.