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

using classes .....

Former Member
0 Likes
321

hi ..

please tell is it possible t generate the list with classes ....not grid

1 REPLY 1
Read only

Clemenss
Active Contributor
0 Likes
307

Hi midathala,

your question is a little confusing: Create list with classes - not grid. Assume you talk about an ALV grid control: This is a screen control. A screen is not a list but a collection of fields for output and/or input.

A list needs an (implicitly created) list screen tht is filled using the ABAP WRITE statement. The write statement does not care if it is triggered in a report, module pool, function or method of a class.

Just try and find out about the results.

Regards,

Clemens