‎2007 Oct 04 8:42 AM
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
‎2007 Oct 04 8:45 AM
hi
Use this statement.
APPEND INITIAL LINE TO ITAB.
This will add a empty record the the internal table.
<b>REWARD IF HELPFUL.</b>
‎2007 Oct 04 8:45 AM
Hi,
APpend a DOT (.) in the internal table.
This will print a dot & remaining line would be blank.
Best regards,
Prashant