2011 May 21 11:20 AM
Hi,
We have a requirement in which the background color of the Graph should not be Grey color.
How to change the Background color of a Graph?
I'm using custom function module of 'GFW_PRES_SHOW_MULT'.
I tried this code:
CALL METHOD bundle_display->if_customizing~set
EXPORTING
attr_id = cl_cu_display_context=>co_bg_clr_plt_id
value = 1.But it is not working
Please do help...
Thanks,
Sowmya
Hi,
We have a requirement in which the background color of the Graph should not be Grey color.
How to change the Background color of a Graph?
I'm using custom function module of 'GFW_PRES_SHOW_MULT'.
I tried this code:
CALL METHOD bundle_display->if_customizing~set
EXPORTING
attr_id = cl_cu_display_context=>co_bg_clr_plt_id
value = 1.But it is not working
Please do help...
Thanks,
Sowmya
2011 May 21 12:39 PM
2011 May 23 6:12 AM