Hi all,
I want to print a similar situation like this in a smartform table:
--------------------------------------------------------------- | KSCHL | Description | --------------------------------------------------------------- | XBLNR, XBLNR, XBLNR, XBLNR, XBLNR, XBLNR | | XBLNR, .... | ---------------------------------------------------------------
But when using a LOOP in a TABLE all XBLNR get printed each at a new line:
--------------------------------------------------------------- | KSCHL | Description | --------------------------------------------------------------- | XBLNR, | | XBLNR, | | XBLNR, | | XBLNR, .... | ---------------------------------------------------------------
How can I prevent this from happening? I'm out of options here, anyone got an idea?