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: 

ALV display using OOPs concept

Former Member
0 Kudos

Hi Experts,

I have a t_success_error table which contains both the sucess and error records. I want to display the table using ALV OOPs(list view). There should be lights also for each record, red light displaying the error records, and green lights success records.

Can somebody send me the code...How to do it?

What is the use of screen painter here. From the code we have to go to the screen painter or we can directly go to the screen painter to do it? What is the best approach?

Thanks in advance,

Sangeeta.

2 REPLIES 2

former_member183994
Active Participant
0 Kudos

Please, run transaction SE83 or choose Tools/ABAP workbench/Overview/Application Hierarchy/Reuse library from the SAP menu. You can see several examples there. In brief, you use both the Screen painter (to add a custom control) and the ABAP editor (SE38 or even better SE80)

MarcinPciak
Active Contributor
0 Kudos

Please refer to [displaying ALV lights|http://sapprograms.blogspot.com/2008/04/alv-lights.html]