I have a situation here...
I want to send a mail to a recepient.
The mail body will contain links of appraisal documents. How many document links
will be there is the mail body is dynamic.
I have tried to do this using multiline container.
If I approached the multiline container with line break option, the the problem I am facing is that the URL is being truncated to 134 characters.
If I approached the multiline container with continuous text option, then I am getting only the 1st link, but the next links are coming as text instead of link and moreover, if the URL contains any '&', then SAP sees that as a container and tries to find the value and hence returns empty value.
eg: Link-> document&plan_version=1&appraisal_id=12345&PART_APP_ID=0001&......
Here what happens is,
&plan_version=1& , &PART_APP_ID=0001& - gets omitted from the link as SAP views this as a container.