Skip to Content
0
Former Member
Apr 25, 2014 at 08:25 AM

How to display table data using message long text in Web UI?

175 Views

Hi Friends,

I have a requirement to display message long text with table data. I know how to display long text message usint &V1&, &V2&, &V3& and &V4&, but not sure how to display table data in message long text and if that is even possible or not.

I have a SE91 message class say ZMSG_CL message number 001.

Message-Short Text:

Document flow exists for sales order &1.

Message-Long Text:

For sales order &V1& following document flow exists.

<Transaction ID1> <Transaction Description>

<Transaction ID2> <Transaction Description>

<Transaction ID3> <Transaction Description>

.

.

.

<Transaction IDn> <Transaction Description>

Above is just an example of my requirement. Now I can display Sales order number using &1 and &V1&.

Can someone please tell me how to display transaction IDs and their corresponding description stored in an internal table (number of table entries can varry at runtime), how to pass internal table to message long text.

Thanks in advance,

En Kay