cancel
Showing results for 
Search instead for 
Did you mean: 

Text hidden in Intergrated ITS

Former Member
0 Kudos

Hi all,

I have a textbox field in html template, the text value is hidden in the textbox.

We have upgraded from 4.6c standalone its to ECC 6.0 .however its is displayed properly in standalone its.

there can be two options

1) textbox length is reduced

2) the font of the value(text) should have increased

do i need to change some thing in css..

e.g if <b>good</b> is the value its displayes <b>goo</b> in the textbox

regards

- senthil bala

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I think because of the upgrade may be there have been some changes in the std code itself due to whcih the length may not be taking the complete text...

If you know the template/screen ,then you cna make changes in either of the two.

For screen changes,go to tcode SE51.There in the ELEMENT LIST,you can change the text in TEXT/I/O field.

Else in the template,instead of the "label",write directly the required text e.g. "Good" in single quotes like 'Good' in place of the label...But i feel the SE51 changes should do the work.

BR,

Disha.

Pls reward points for helpful answers.