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

ALV using classes

Former Member
0 Likes
1,556

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

11 REPLIES 11
Read only

Former Member
0 Likes
1,515

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

Read only

0 Likes
1,515

Thanks a lot Hafeez... but unfortunately, the documentation is not available in our system.... is there any other way to get documentation?

Thanks,

Kishore

Read only

0 Likes
1,515

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

Read only

0 Likes
1,515

Hafeez,

I didnt see any yello star over there... Can u tell me how to give points?

Read only

ssimsekler
Product and Topic Expert
Product and Topic Expert
0 Likes
1,515

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

Read only

0 Likes
1,515

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

Read only

0 Likes
1,515

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

Read only

ssimsekler
Product and Topic Expert
Product and Topic Expert
0 Likes
1,515

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

Read only

Peter_Inotai
Active Contributor
0 Likes
1,515

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

Read only

ssimsekler
Product and Topic Expert
Product and Topic Expert
0 Likes
1,515

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

Read only

Former Member
0 Likes
1,515

This message was moderated.