Hi SDN Members,Does any one have an example of how to use a stacked bar micro chart in a CDS list report overview?I have used this code but it doesn't work:field:output:What is wrong in my code?
Hi Experts,
We have a problem on our system.
This piece of code generates a ST22 abap runtime error:
CATCH_ILLEGAL_STATE
this is the code:
DATA:
tdname_range TYPE RANGE OF tdname,
tdobject_range TYPE RANGE OF tdobname,
...
Hi Experts,
Is it possible to send formatted text in the body in an appointment using the class CL_APPOINTMENT?
In the front-end I use the rich Text Editor, where my text is formatted as html.
but in outlook I get this:
Any ideas how to...
Hi Experts,
I have a question about Fiori List Reports.
From the list report you can navigate to a detail page. Standard this is an object page.
But I want to navigate to a custom build view (Details.view.xml)
This should be possible using th...
Hi Experts,
I have a question,
We have a Fiori App where we use a valuehelp that shows some values when you open it. (0...1000 values)
There is also a searchfield provided on the valuehelp.
Each time we search the whole valueset must be loade...
Hi Michael,I did the code change like you said and it worked! We found the BP that was causing the runtime error.The problem was in the data of the BP, the text was 1748 page long ! and full of strange characters.... So we cleaned the data and now i...
Problem solved.I added this to the manifest of the list report:"pages": {
"ListReport|ZC_HR_NA2_RAPPORT": {
"entitySet": "ZC_HR_NA2_RAPPORT",
"component": {
"name": "sap.suite.ui.generic.template.ListReport",
"list": true,
"settings": {
"condensedTab...