cancel
Showing results for 
Search instead for 
Did you mean: 

Full Text not Displaying in table

Jagadish_ac
Explorer
0 Kudos

Hi Experts

I am displaying Long text in Text elements in table But It is not displaying full Text only Half of text is displaying.

How to overcome this? Is there any length limitation for text elements in table.

and Variable type is STRING

i am concatenating lines from Read text FM.

Regards

Jagadish

Edited by: acj_vy on Aug 17, 2010 10:23 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You should not concatenate the text into string which you read using READ_TEXT.

You should loop at the table and then display the text using work area of the table.

It will be displayed line by line as it is getting displayed in your standard transaction.

Thanks,

Archana

Former Member
0 Kudos

Hi..

Do read all the lines from the TABLES parameter 'LINES' of the FM.

And also ensure that the node, where you are printing the text, is having sufficient space for printing the long text.

The reason shall be the lack of space.

Regards,

Karthik

Jagadish_ac
Explorer
0 Kudos

Dear Kartik

It is in table dynamically it will increases the Height of the Row.

in the same column another text printing .

Regards

Jagadish

Former Member
0 Kudos

Hi,

Put a break-point in code node where you used the FM read_text and check value of that variable.

You may use include text for text element, maybe it will solve the issue.

Regards,

Jagadish_ac
Explorer
0 Kudos

YEs

I checked in Break point my variable is having Full data.

it is around 6 lines of data but it is displaying only 4 lines

Regards]

Jagadish

Former Member
0 Kudos

you told that you use dynamic table, so the last check is for windows. Check if it is long enough for data to display.

regards,

Jagadish_ac
Explorer
0 Kudos

Ya Space is there and also it first row of the table if it having more data also it will continue in Second page.

is there any limitation in TEXT element, But out side Table I displayed more than 10 lines of data.

Regards

Former Member
0 Kudos

I'm not sure how many characters can be entered in text element. But I did enter a page and it displays. Your issue is so strange. So, Did you try to use Include text instead of text element??

regards