HI,
If you want that in the middle of the table, then write ULINE there,
the table will be displayed in the LOOP and ENDLOOP, so here, if you want that ULINE in the 3rd row, then write like if SY-TABIX = '3', then write the ULINE
Regards
Sudheer
Hi,
In the table pattern, do you want to have a line between two lines?
Do like this, select the table pattern, enter 'Row1' as name, From '1' To '1' then mention the height and other column lengths.
then in the second line, enter "Line1" as name, From '2' To '2' then give height as '0.05cm' and in column 1 give the length till which you want the line (for eg: 10cm).
Then, again in third row, enter 'Row2' ...and rest as required.
When inserting the texts, you can specify in which line and column you want to print the values.
Regards
Subramanian
Add a comment