2011 Sep 27 11:03 AM
Hello all,
I have a smartform output which i populate a table inside. Normally the table populates the lines according to the internal table that i loop inside this table. But I want to show 10 lines even this internal table is free. How can i do it?
Do i have to do that with template? I already prepared a table for this. How can i make this with table?
Hello all,
I have a smartform output which i populate a table inside. Normally the table populates the lines according to the internal table that i loop inside this table. But I want to show 10 lines even this internal table is free. How can i do it?
Do i have to do that with template? I already prepared a table for this. How can i make this with table?
2011 Sep 27 2:13 PM
2011 Sep 27 2:38 PM
2011 Sep 27 3:18 PM
I created a table in my main screen. I have an internal table and i populate datas inside this table.
If i have three lines in internal table my smartform table has three lines. But i want my smartform table has 10 lines even they are filled or empty. if my internal table has four lines then 4 line will be filled and the other 6 will be empty. if internal table has 13 lines, my table will show the first 10 lines only.
Is it clear?
2011 Sep 27 3:36 PM
In smartform table where you specify tabel and work area,you can specify lines from 1 to 10.You can create a line type in smartform with empty cells.Then based on condition whether the internal table has values,you can fill values in smartform ( choose line type with cells that print text ) or choose row with line type of empty cells.
2011 Sep 27 2:35 PM
Hi
If your ITAB is empty then pass ten blanks to ITAB and display
or
You can have a template similar to table and overlay it on the table, set a condition when ITAB is initial.
First is one more easy and not time consuming.
Shiva
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |