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

emptyline into the table in smartforms

Former Member
0 Likes
479

hello guruz,can anybdy plz tell me...how can i send emptyline into the table(dynamic table)...coz i need to increase the height of the table when im changing the hieight in the options its not changing ..

regards

2 REPLIES 2
Read only

varma_narayana
Active Contributor
0 Likes
461

hi

Use this statement.

APPEND INITIAL LINE TO ITAB.

This will add a empty record the the internal table.

<b>REWARD IF HELPFUL.</b>

Read only

Former Member
0 Likes
461

Hi,

APpend a DOT (.) in the internal table.

This will print a dot & remaining line would be blank.

Best regards,

Prashant