Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Printing table lines concatenated behind each other

Avatar

Level 1

Hi Gurus,

 

For a production order form in S4/Hana I have, besides the standard tables like operations and materials, gathered extra information from the S4 database and forwarded it in the interface to my form. I've done this by creating an internal table with line items.

Table would look like:

column1.  column2
123       item1
123       item2
123       item3
etc.

 

 

See the example below on how it is printed at the moment and how it should be printed:

 

So, current output is as follows:

item1
item2
item3
etc.

But the desired output is: (to save some space on the form)

item1, item2, item3, etc.

Who can help me out here?

Many thanks,

Ron.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Ron_from_NL ,

if you are pulling in the data from anywhere, try grouping them by key before getting them onto the table. Also, you may get more help on this on forums like stack overflow.

Let us know if you face any issues with AEM Sites, as this community is especially for it.

Thank you,

-Sravan

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @Ron_from_NL ,

if you are pulling in the data from anywhere, try grouping them by key before getting them onto the table. Also, you may get more help on this on forums like stack overflow.

Let us know if you face any issues with AEM Sites, as this community is especially for it.

Thank you,

-Sravan