Application Development 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: 

Free Text in ALV Grid

former_member194669
Active Contributor
0 Kudos

Hi,

I have requirement to display the following in a ALV report(Object Oriented) . My problem is in the below

mentioned report format "reason for rejection" is a free text. I want to display the free text in the Grid

(But not as Grid but as same as Text editor for each line)

 
Document No	Status 	Date		Orgininator	Reason for rejection
100000001	CR	10/10/2007	XXXXXXXXX	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
                                                        XXXXXXXXXXXXXXXXXXXXX
                                                        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
100000002	CR	10/10/2007	XXXXXXXXX	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

How it can be achieved? (please don't suggest truncate the free text to lines and display)

Your help will be appreciated.

2 REPLIES 2

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

That sort of thing is not supported in ALV. You can not wrap your text in to multiple lines of the same cell. One work around is to provide a button(icon) in that field, and when the user clicks it you can popup a screen with a text editor inside it with the associated text.

Regards,

Rich Heilman

0 Kudos

Rich,

Thanks for your reply.

I decided to go for normal classic report with write statements.

Thanks