‎2007 Nov 13 3:02 AM
Hi,
While develping oops ALV report developing screen and placing custom container why is it and without creating screen can we develop oops alv report?
Thanks,
Asha
‎2007 Nov 13 3:04 AM
While develping oops ALV report developing screen and placing custom container it is compulsary and without creating screen can we not develop oops alv report
This is because of concept of oops
Here we are creting one grid object and one container.
We will place all our final output data in Grid object and to assign that object in screen we need one empty container. So both Grid and container is necessary
All standard features of OOPs ALV provided automatically.
Whenever user will change output for Ex sort of any field Grid will handle that functionality
So it is necessary to crete the Grid and Container in every program
oops_beginers
http://help.sap.com/saphelp_nw04/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm
http://www.sapgenie.com/abap/OO/
http://www.sapgenie.com/abap/OO/index.htm
http://help.sap.com/saphelp_nw04/helpdata/en/c3/225b5654f411d194a60000e8353423/content.htm
http://www.esnips.com/doc/375fff1b-5a62-444d-8ec1-55508c308b17/prefinalppt.ppt
good book on ABAP objects(OOPS)
Rewards if useful...
Minal Nampalliwar
null
‎2007 Nov 13 3:04 AM
While develping oops ALV report developing screen and placing custom container it is compulsary and without creating screen can we not develop oops alv report
This is because of concept of oops
Here we are creting one grid object and one container.
We will place all our final output data in Grid object and to assign that object in screen we need one empty container. So both Grid and container is necessary
All standard features of OOPs ALV provided automatically.
Whenever user will change output for Ex sort of any field Grid will handle that functionality
So it is necessary to crete the Grid and Container in every program
oops_beginers
http://help.sap.com/saphelp_nw04/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm
http://www.sapgenie.com/abap/OO/
http://www.sapgenie.com/abap/OO/index.htm
http://help.sap.com/saphelp_nw04/helpdata/en/c3/225b5654f411d194a60000e8353423/content.htm
http://www.esnips.com/doc/375fff1b-5a62-444d-8ec1-55508c308b17/prefinalppt.ppt
good book on ABAP objects(OOPS)
Rewards if useful...
Minal Nampalliwar
null
‎2007 Nov 13 5:11 AM
Thanks for your reply,
I want to know when class definition and implmentation come into picture .
thanks,
Asha
‎2007 Nov 13 5:14 AM
Hi asha,
wehn u r calling the class in ur program, the defnition and implementation part will execute. the corresponding methoda mention in the class having individual definition and the same will give result in ur program
regards
Suku
‎2007 Nov 13 5:21 AM
HI,
u should have a screen and custom container for using Object oriented alv.
rgds,
bharat.