cancel
Showing results for 
Search instead for 
Did you mean: 

Extension built that loops in compose tab in Lumira

Former Member
0 Kudos

Hi all,

The extension is one that I built in SAP Web IDE and is a calendar heat map. It looks like I am not able to attach the zip file for the extension or the .xls file so please message me and I can send that to you personally if you are able to help. It works in visualize however when I click on compose it just loops.


I am not sure why it loops, any guidance would be greatly appreciated!


Thanks!


Mandy



Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Can you say what type of error its coming. Just use debugger and check where the error comes.

Thanks,

Pradeep

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

I think there is problem in data array.

Regards,

Pradeep

Former Member
0 Kudos

What exact problem in the data array? That it is not being populated correctly?

former_member203619
Contributor
0 Kudos

What might be happening here is if some of your fields have null values in some of the records, then you are not checking for that.

Specifically - does your code have any kind of check to see if the value being used is null?

e.g.

Field 1          Field 2               Field 3 

DateVal1     DateVal2            DateVal3

DateVal4    <Null value>        DateVal5

DateVal6     DateVal7            DateVal8

Answers (0)