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

ALV report Object Oriented way without containers?

Former Member
0 Likes
1,225

Hi guru

I was hearing that alv report using OO concept can be created only using containers... if we use containers can we run the job in background as its gui interfacing... is there a way to create using oo and with out containers. Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
607

Hi,

you can run the program in background with container. But make sure that You don't creat the object for custom container if the program is running in background. Start from creating object for ALV Grid.

Hi,

you can run the program in background with container. But make sure that You don't creat the object for custom container if the program is running in background. Start from creating object for ALV Grid.

2 REPLIES 2
Read only

Former Member
0 Likes
608

Hi,

you can run the program in background with container. But make sure that You don't creat the object for custom container if the program is running in background. Start from creating object for ALV Grid.

Read only

Former Member
0 Likes
607

Hi Raj,

you can also use the new ALV object model class cl_salv_table for this. Refer to program SALV_DEMO_TABLE_REAL_SIMPLE to see how easy you can create a full screen ALV without container. Internally the class uses the FM REUSE_ALV_GRID_DISPLAY.

Regards Rudi