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

Displaying Long Text

Former Member
0 Likes
559

Hi All,

We are displaying the Long Text in an ALV Grid. But when the long text is 200 to 500 lines, it is difficult to view the complete text in a single row. Please let me know if anyone has ever displayed the long text of around 2 pages in any report program.

The basic requirement is to display the Inspection long text the way it appears in print preview or something close to that.

Any pointers would be of great help.

Regards,

Lavanya.

Hi All,

We are displaying the Long Text in an ALV Grid. But when the long text is 200 to 500 lines, it is difficult to view the complete text in a single row. Please let me know if anyone has ever displayed the long text of around 2 pages in any report program.

The basic requirement is to display the Inspection long text the way it appears in print preview or something close to that.

Any pointers would be of great help.

Regards,

Lavanya.

2 REPLIES 2
Read only

Former Member
0 Likes
480

break them into No.of lines.

otherwise create a normal list where u can display easly.

Regards

Prabhu

Read only

gopi_narendra
Active Contributor
0 Likes
480

i dont think u can display the long text in a report output.

but it can be done this way

1. create a new field of type button in the report output.

2. on clicking the button display the related Long text

using the read_text function module.

Regards

- Gopi