Hi ,
We have developed an iView in which we calculate values from an RFC and put it in a dropdown list box control. It is to solve the purpose of a search help. It has three fields concatenated separated by 2 spaces.
It displays the text fine in SE37.
But when the dropdown box is displayed in Portal the diff alhabets take diff space and hene it dos not look formatted.
Can we set the fixed width attribute as in ABAP to the text here ..
Sangeeta
Hi Sangeeta
Actually all the HTMLB new desings are stored in the design2002 library.
You can set the property "design2002" in the top area of the BSP iview as follows.
<htmlb:content design="design2002">
by default the 'design2003' will come and you have to replace it with 'design2002' and then it will work fine in the portal as well.
Regards
Vaibhav
Add a comment