2015 Apr 27 10:01 AM
Hello Experts,
I have StackedColumn Chart with several Categories and Series. I am using SAP ChartDesigner for my chart properties. Nearly everything is ok, but I dont know how to set value labels for each Serie in Category. Result should look like this:
Thank you for any help/guide.
Jakub
2015 Apr 29 9:56 AM
My problem was solved by Łukasz Pęgiel, author of www.ababblog.com.
Here is the link for the page where we discussed the problem.Look at attachment(bottom of the page) for example.
In a nutshell, problem is that SAP converts texts inputed into SO10 for whatever reason and when you use READ_TEXT FM then you receive converted text, not the original one.
Have a nice day,
Jakub
2015 Apr 27 12:23 PM
Hi Jakub,
Did you already see the SAP report "GRAPHICS_GUI_CE_DEMO"?
I just had used here this object for tests (using simple columns and bars), so I don't know if could be helpful for you, but maybe it is... so let's try!
Another post and links you must to see:
(by Eitan Rosenberg)
ABAP Blog - Create a nice looking chart with CL_GUI_CHART_ENGINE - Part 1 - Chart Designer
Good luck!
Best regards,
Alexandre B. Dambrowski
2015 Apr 27 12:33 PM
Hello Alexander,
Yes I have already seen GRAPHICS_GUI_CE_DEMO and both links, but thank you for your effort
Have a nice day,
Jakub.
2015 Apr 27 2:55 PM
Jakub,
I found the below link about charts on SAP Help Portal, but I still don't know how to code these features and parameters (at this moment I have no time to go deeper about it).
I hope this could be helpful for you!
Adding Data Labels - BEx Web Application Designer - SAP Library
Best Regards from Brazil,
Alexandre B. Dambrowski
2015 Apr 29 9:56 AM
My problem was solved by Łukasz Pęgiel, author of www.ababblog.com.
Here is the link for the page where we discussed the problem.Look at attachment(bottom of the page) for example.
In a nutshell, problem is that SAP converts texts inputed into SO10 for whatever reason and when you use READ_TEXT FM then you receive converted text, not the original one.
Have a nice day,
Jakub
2015 Apr 29 12:51 PM
Sounds good Jakub Misiarz!
Thanks for your return advising about it!
Best regards,
Alexandre B. Dambrowski
2015 Apr 30 5:57 AM