Hi;
I want to print the following list within a loop via internal table.
I need to print the CompanyName column left aligned - without a dislocation on this column and ONLY the first 20 Characters.
How can I to that in Smartforms using Smarforms techniques ?
No | Name | Surname | CompanyName |
10 | John | Foo | ABC |
20 | Steeve | Foo | XYZ |
30 | John | Foo | ABC |
40 | Steeve | Foo | XYZ |
Thanks in advance..
OZG