cancel
Showing results for 
Search instead for 
Did you mean: 

ALV Table with Business Graphics

Former Member
0 Kudos

Hi All,

In one of my Scenarios, I have to display the Employee details in a table with the Business Graphics. I have to do this with alv.As I am new to alv so if any one is having any tutorials on this topic or any application according to it then tell it along with description.

Thanking you all in advance.

Accepted Solutions (1)

Accepted Solutions (1)

uday_gubbala2
Active Contributor
0 Kudos

Hi Anand,

Go through this [blog|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5152] [original link is broken] [original link is broken] [original link is broken]; by Kathirvel Balakrishnan in which he explains about displaying business graphics using ALV.

Regards,

Uday

Answers (2)

Answers (2)

uday_gubbala2
Active Contributor
0 Kudos

Hi Anand,

You can try going through this [link|http://saptechnical.com/Tutorials/WebDynproABAP/Graphics/page1.htm]. Ramya has did exactly what you intend to do. Displaying the employee details in a table with the Business Graphics. Hope that this helps you as it includes the entire step by step creation procedure along with snapshots.

Regards,

Uday

Former Member
0 Kudos

Hi,

This is very simple to get the ALV table with graph.

check the below code..

l_value = l_ref_interfacecontroller->get_model(

).

  • call this method in your code you will get table with graph.

l_value->if_salv_wd_table_settings~set_display_as(

value = '02'

).

Thanks

Suman

Edited by: suman kumar chinnam on Sep 17, 2008 9:06 AM