cancel
Showing results for 
Search instead for 
Did you mean: 

WDA Design Best Practice

Former Member
0 Kudos

Hi everyone,

I'm developing WDA applications to be deployed on SAP EP 6. Some of my applications are like wizards that use the roadmap UI element. My question is what's the best practice when it comes to the completion of a component(i.e end of roadmap)? Should I configure a logoff URL in SICF so that it automatically goes there when I fire the exit plug? Thanks! Generous points will be awarded!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

if you plan to use your WDA applications in the Portal, then I would not include a logoff page in SICF. The Portal has its own logoff page (wich can be customized if needed) that can be launched from a link in the Portal.

You can use XSS as a good model for your applications. In XSS, the last step of the roadmap displays a confirmation message with the option to navigate to the first step of the roadmap.