cancel
Showing results for 
Search instead for 
Did you mean: 

Title is set to default value when using State.backToStart()

07-15-2018 9:45 PM
hasba Participant
750 views 1 comments Go to solution
SAP Managed Tags
Subscribe

Dear Community,

i'm wondering if someone has the same issue and has came up with a solution:

i'm using this script in an icon:

now in the application i'm filtering a dimension and making a drill down, if i now want to go 2 Steps back the application is crashing with an Error:

same happens if i go 1 step back and then click an icon with State.BackToStart()

While processing the current request, an exception occurred which could not be handled by the application or the framework.

if (State.isBackOneStepAvailable())
{
   State.backOneStep();
}

i've reported this issue to SAP and the answer was that with 2.2 the problem get solved. but unfortunately not.

anyone who can reproduce this error, please don't use an offline source as there mostly everything works. i'm using an BW Query as DS.

we're on latest version BOP 4.2 SP6 Patch1

Lumira Designer and Server Addon 2.2 SP0 Patch1

thank you

Accepted Solutions (1)

Accepted Solutions (1)

hasba
Participant

Hi,

we've got the answer from SAP, and the bug Fix will be delivered with SP3.

this error happens when this script is used with a composite, that has a chart.

regards

Younes

Answers (0)