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

Display long text in smartforms

Pramanan
Active Participant
0 Likes
1,728

Hi Experts,

I am working in Smart form. For a Description field i am using Read_Text Function module.In smart form i want to display the whole output of the function module , it may be around 162 characters or even more. If i use the normal text element for the output , it displays limited number of characters.

I have passed the output of function module into work area and used that work area in include Text .

I used the include text as follows

Text Name - &WA_TEMPLATE-DESCRIPTION& (Work area field)

Text Object - ZMCRH

Text id - ZWK1

Language - EN

and also selected the No error if no text exists and given the standard paragraph.

But nothing is displayed in the output.

Please give me exact solution to achieve this.

Regards,

Ramanan

Hi Experts,

I am working in Smart form. For a Description field i am using Read_Text Function module.In smart form i want to display the whole output of the function module , it may be around 162 characters or even more. If i use the normal text element for the output , it displays limited number of characters.

I have passed the output of function module into work area and used that work area in include Text .

I used the include text as follows

Text Name - &WA_TEMPLATE-DESCRIPTION& (Work area field)

Text Object - ZMCRH

Text id - ZWK1

Language - EN

and also selected the No error if no text exists and given the standard paragraph.

But nothing is displayed in the output.

Please give me exact solution to achieve this.

Regards,

Ramanan

3 REPLIES 3
Read only

Former Member
0 Likes
805

Check the Window length.

Or split the text into 2 and try to print it.

Regards

Anbu

Read only

Former Member
0 Likes
805

will help u

Read only

0 Likes
805

Dear soumyasanto sen,

Thanks for your reply. I need one more information.The internal table holds data upto 70 characters though the input of the function module Read_Text was typed continuously.

I Declared the internal table type as TDLine which is of 132characters.

But the internal table holds only 70 characters.

Anyway the whole output is displayed.But i want to increase the size of internal table.

Regards,

Ramanan