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

hi

Former Member
0 Likes
496

how to add an empty row in an internal table.

points wil be rewarded.

Regards,

Shilpa.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
478

Hi,

do like this.

itab-field = space.

append itab.

regards

Sandeep reddy

how to add an empty row in an internal table.

points wil be rewarded.

Regards,

Shilpa.

3 REPLIES 3
Read only

Former Member
0 Likes
479

Hi,

do like this.

itab-field = space.

append itab.

regards

Sandeep reddy

Read only

JozsefSzikszai
Active Contributor
0 Likes
478

hi Shilpa,

use:

APPEND INITIAL LINE TO itab.

hope this helps

ec

Read only

Former Member
0 Likes
478

Append initial line to itab.

This will insert an empty line into an internal table.

Reward points..