cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUi5 custom App navigation from MyInbox - calls app in infinite loop

former_member567509
Participant
0 Kudos

Hello.

I configured the custom sapui5 app navigation from MyInbox on click of 'Open Task' button but when i click on 'Open Task' it keeps calling the App in infinite loop.

Steps i followed:

1. Created Semantic object and linked it to workflow task in SWFVISU transaction.

2. passed parent as "cross.fnd.fiori.inbox.Component:replace_detail" in manifest file.

3. Created Target mapping by passing semantic object, custom application detail and parameter: openMode = replaceDetails.

has anyone else faced this issue?

i would appreciate if you could please tell what could be the reason behind this infinite call.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member567509
Participant

Specified "parent": "cross.fnd.fiori.inbox.Component:detail" under "targets" instead of "routes" and the app is being called only once now.

"routes": [ { "name": "RouteMainView",

"pattern": "",

"target": [ "TargetMainView" ] } ],

"targets": { "TargetMainView":

{ "viewType": "XML",

"transition": "show",

"clearControlAggregation": false,

"viewName": "MainView",

"parent": "cross.fnd.fiori.inbox.Component:detail"

}

}

Answers (2)

Answers (2)

former_member567509
Participant
0 Kudos

no Saurabh.. all the calls are in OK status.

saurabh_vakil
Active Contributor
0 Kudos

Do you see any network calls in status Pending in the Network tab of the browser's developer console?