Printing table lines concatenated behind each other | Community
Skip to main content
New Participant
July 26, 2023
Solved

Printing table lines concatenated behind each other

  • July 26, 2023
  • 1 reply
  • 484 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by B_Sravan

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

1 reply

B_Sravan
B_SravanAccepted solution
New Participant
July 31, 2023

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