‎2013 Feb 14 9:41 AM
Hi Experts,
Is this possible to display the ALV list using Classes and Objects?
If yes please advice.
Thanks.
‎2013 Feb 14 10:01 AM
Hello Rajan ,
I guess you are asking for ALV coding using ABAP OO approach.
If yes ,
Then this is a very basic question and before this thread gets locked let me provide you with these helpful links for learning ALV using ABAP OO approach.
http://wiki.sdn.sap.com/wiki/display/ABAP/ALV+Grid+Report+-+with+Object+Oriented+SALV+Classes
http://help.sap.com/saphelp_nw04/helpdata/en/29/e9eb40c4f8712ae10000000a155106/frameset.htm
‎2013 Feb 15 10:33 AM
Hi,
Thanks for your reply.
Sorry for my explaination if unclear.
I have to display the output in ALV list insted of ALV grid.
I have three radio buttons left side of the screen, based on the selection of the radio button i have to populate the output table and to display as a list in the same screen.
Ragards,
Rajan.
‎2013 Feb 15 9:30 AM
Search in the Forum first before new post, you will get your answer.
‎2013 Feb 15 10:12 AM
dear arv,
We can diplay ALV usin class and objects, basic sequence is :
create a screen,
create a container in that screen
Create reference objects for ALV , conatiiner
Fetch data
create Field catalog
pass field catalog , data to container & ALV display.
mail me : goudhamvel.88@gmail.com for detail coding
regards
goudham