‎2008 Mar 02 7:37 AM
hi ..
please tell is it possible t generate the list with classes ....not grid
‎2008 Mar 02 2:47 PM
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