Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Workflow - workitem layout

Former Member
0 Likes
477

Hello,

When using an internal table in the workitem, the system does not display the characters aligned as the characters have different sizes according to standard font used (it is not possible to use courier). The screen is the one shown in the business workplace.

We have unsuccessfully tried to find means of changing the u201Cfontu201D to Courier, for instance, which supposedly formats each character in the same size, so that it would orderly display them. Other issue we have faced is that the system does not respect the blanks and remove the space. So, we have made use of a workaround to fill out the remaining spaces with the character u201C.u201D.

Does anyone has any tip about a possible solution?

Thanks in advance.

Best regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
428

Hi

First of all the questions are not very clear in your post. But for the spacing, if you are using CONCATENATE statement...use addition 'separated by space'.

Thanks

Sourav

2 REPLIES 2
Read only

Former Member
0 Likes
429

Hi

First of all the questions are not very clear in your post. But for the spacing, if you are using CONCATENATE statement...use addition 'separated by space'.

Thanks

Sourav

Read only

0 Likes
428

Let me put in other words.

The business workplace (SBWP) displays a set of characthers in the bottom of the page.

I need to figure out some way of aligning those characthers, that are displayed in multiple lines.

Tks.