cancel
Showing results for 
Search instead for 
Did you mean: 

Textview - show whole text

Former Member
0 Kudos

Hi all,

I have a transparent container element (grid layout) with two textviews.

Textview 1 shows a quantity and textview 2 shows the base unit.

My problem is that the base unit PCE is not shown completly. It shows only PC.

In the length of the field in the context is three places and the value in the debugging is PCE.

But on the screen I can only see PC.

Configuration of transparent container

ID TRANSPARENT_CONTAINER4

Layout GridLayout

Layout Data MatrixData

accessibilityDescription

defaultButtonId

enabled 1

height

isLayoutContainer 1

scrollingMode none

tooltip

visible Visible

width

Layout (GridLayout)

cellPadding 0

cellSpacing 0

colCount 2

stretchedHorizontally 0

stretchedVertically 0

Layout Data (MatrixData)

cellBackgroundDesign transparent

cellDesign rPad

colSpan 1

height

hAlign beginOfLine

vAlign Top

vGutter none

Configuration of View 1

ID FKIMG

design emphasized

enabled 1

hAlign auto

layout native

semanticColor standard

text DETAIL_INVOICE.INVOICE.INVQTY

textDirection inherit

tooltip

visible Visible

wrapping 0

Layout Data (GridData)

cellBackgroundDesign transparent

colSpan 1

height

hAlign beginOfLine

paddingBottom

paddingLeft

paddingRight

paddingTop

vAlign baseline

Configuration of view 2

ID VRKME

design emphasized

enabled 1

hAlign auto

layout native

semanticColor standard

text DETAIL_INVOICE.INVOICE.INVUNIT

textDirection inherit

tooltip

visible Visible

wrapping 0

Layout Data (GridData)

cellBackgroundDesign transparent

colSpan 1

height

hAlign beginOfLine

paddingBottom

paddingLeft 4px

paddingRight

paddingTop

vAlign baseline

width

What is wrong?

regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Could very well be a conversion exit. I see the following exit is tied the data element VRKME

CONVERSION_EXIT_CUNIT_OUTPUT

I don't see PCE or PC in table T006A in my system, but who knows what is in yours. Just a shot.

- Tim

Former Member
0 Kudos

Hi,

in my context node I can see the value "PCE"!!!

Please read carefully.

The problem is that the last place of the unit will be cut. But why?

regards

Former Member
0 Kudos

Hello,

only difference in the properties of your textviews is that you specified paddingLeft as 4px for the second one. Try to clear that value and check if it works!

Just a wild guess but not sure if this is an issue.

Regards,

Srilatha

Former Member
0 Kudos

Hi,

I need the padding 4px because the quantity and the base unit must be separated from each other.

I don't think that this is the problem.

regards

Former Member
0 Kudos

>

> Hi,

>

> in my context node I can see the value "PCE"!!!

>

> Please read carefully.

>

> The problem is that the last place of the unit will be cut. But why?

>

> regards

Just FYI.

I did read it carefully. What you see in debug mode is the Internal (Input) representation of a variable controlled by a conversion exit. What you see on the screen is the External (output) representation. So it would be natural to see 'PCE' in debug, and see 'PC' on output screen, if it was being converted.

There definitely is a conversion exit on VRKME. If you want to test my theory, put this in a program:

data: P_VRKME type VRKME value 'PCE'

Write: P_VRKME.

May not be it, but plenty simple to find out.

Former Member
0 Kudos

Hi Tim,

I'm sorry. You are right!

Thanks a lot!

regards

Former Member
0 Kudos

Question closed while writing a suggestion. Delete my post.

Jason PV

Edited by: JperezVelez on Jun 25, 2010 7:25 AM

Answers (0)