‎2004 Oct 19 10:41 AM
Hi All,
Can anyone give me information about ALV using classes?
(Not using REUSE function modules)
Means what are the classes we need to use and what are the steps for that etc...
Thanks in advance,
kishore
Message was edited by: Kishore A
‎2004 Oct 19 10:56 AM
Hi Kishore,
Here are a few classes used in ALV, just read through their documentation or look at how they've been implemented in your system and you'll get a good idea on how to use them:
<b>CL_ALV_EVENT_DATA</b> (Changing Data Container for Events)
<b>CL_ALV_EVENT_TOOLBAR_SET</b> (ALV Context menu)
<b>CL_ALV_TABLE_CREATE</b> (Dynamic Creation of ALV Data Table)
<b>CL_ALV_TREE_BASE</b> (Basis Class ALV Tree Control)
<b>CL_CK_ALVTREE_NKEY_2_OBJECT</b> (Converter Node Key < > Object)
<b>CL_COST_COSTINGVERSION_ALV</b> (Display Costing Versions)
<b>CL_GUI_ALV_GRID </b> (List Viewer)
<b>CL_GUI_ALV_GRID_BASE</b> (Basis Class for ALV grid)
<b>CL_GUI_ALV_TREE</b> (ALV Tree Control)
<b>CL_GUI_ALV_TREE_SIMPLE</b> (Simple ALV Tree)
I hope this helps.
Hafeez
‎2004 Oct 19 11:10 AM
Thanks a lot Hafeez... but unfortunately, the documentation is not available in our system.... is there any other way to get documentation?
Thanks,
Kishore
‎2004 Oct 19 11:38 AM
Hi Kishore,
With regards to your request, here is a few link to some very useful documentation:
http://help.sap.com/saphelp_webas610/helpdata/en/22/a3f5f5d2fe11d2b467006094192fe3/content.htm
I hope this helps.
Hafeez
‎2004 Oct 19 12:27 PM
Hafeez,
I didnt see any yello star over there... Can u tell me how to give points?
‎2004 Oct 19 12:33 PM
Hi Kishore
I've submitted a tutorial on ALV Grid Control to be published at SDN. If the content inspectors decide so, it will be published here soon.
Your thread is not a question thread. So you cannot assign points. Edit your first post and check relevant checkbox to make this thread a question thread. Then you may reward points by pressing yellow star icon on the header of a post. You can assign:
- one 10 points (solved)
- two 6 points (very helpful answer)
- many 2 points (helpful answer)
*--Serdar
‎2004 Oct 19 12:43 PM
Hi Serdar,
Thank you for both your Tutorial contribution (which I look forward to reading) and your clarification of the points system to Kishore - you are a real star!
Additionally may I also take this oppertunity to thank you for the patience, diligence and sheer effort that you have put into this forum - you really are an inspiration
Best Regards,
Hafeez
‎2004 Oct 19 1:03 PM
Serdar,
Thanks for giving info abt rewards points...
as you said , you have some tutorial... can you send the same to me? my personal id is kishore_ay@yahoo.com...
Thanks in advance,
Kishore
‎2004 Oct 19 3:01 PM
Hi Hafeez and Kishore
Firstly, thanks for all your compliments. I am happy if I can contribute and share some.
Secondly, about the tutorial, I cannot reach it since its final copy is at my PC at home and I do not want to send primitive copies. Hope it can be published nowadays. Or I will send it as soon as I got it.
*--Serdar
‎2004 Oct 19 4:09 PM
Nice ALV collection:
http://www.henrikfrank.dk/abapexamples/ABAP%20objects%20and%20controls/alvgrid_control.htm
Online help PDF:
http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm
PDF Index -> ALV Gird Control (BC-SRV-ALE) data/pdf/BCSRVALV/BCSRVALV.pdf
or order Controls Technology book in the sap shop (www.sap.com/shop).
Peter
‎2004 Oct 20 6:04 PM
Hi
Here is the URL for the tutorial. It is intended to be a basic reference while using ALV Grid control at our programs.
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/an easy reference for alv grid control.pdf
Hope it will be useful for you.
For a much deeper insight, you can get the book "Control Technology" Peter mentioned.
*--Serdar
‎2014 Feb 28 8:06 PM