2007 Sep 26 11:47 AM
can any say how to insert an empty line in my internal table
i need one empty line in my internal table
the output format should be
xxxx xxxxxxxxxxx xxxxxx
-
empty line----
xxxxxxxxxxxxxx x x x xxx
x x x x xxxxxxxx x x x x x
-
empty line----
xxxxxxxxxxxxxxxx x x x x
2007 Sep 26 11:51 AM
Depending in the type of the fields this could not be possible.
If you have numeric fields it would be impossible to add an empty line.
I think that to solve your problem the best you can do is to add the empty lines when you are showing the table in the screen, not insertting empty lines.
If you are displaying the internal table in a loop you could add a write sentence inside every time you need it.
can any say how to insert an empty line in my internal table
i need one empty line in my internal table
the output format should be
xxxx xxxxxxxxxxx xxxxxx
-
empty line----
xxxxxxxxxxxxxx x x x xxx
x x x x xxxxxxxx x x x x x
-
empty line----
xxxxxxxxxxxxxxxx x x x x
2007 Sep 26 11:49 AM
2007 Sep 26 11:51 AM
Depending in the type of the fields this could not be possible.
If you have numeric fields it would be impossible to add an empty line.
I think that to solve your problem the best you can do is to add the empty lines when you are showing the table in the screen, not insertting empty lines.
If you are displaying the internal table in a loop you could add a write sentence inside every time you need it.
2007 Sep 26 11:51 AM
<b>Append initial line to itab.</b>
This will insert an empty line into an internal table.
Pls reward if helpful.
2007 Sep 26 11:53 AM
APPEND INITIAL LINE TO itab.
If you use INITIAL LINE TO, a line filled with the correct
initial value for the type is added.
<b>Reward if helpful.</b>
2007 Sep 26 12:53 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |