cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with restarting an application on click of button

Former Member
0 Kudos

Hi All,

I'm restarting an application on click of button. And I'm using the following code.

(appURL); 
}

catch (final WDURLException ex)
				{
					wdComponentAPI.getMessageManager().reportException(new WDNonFatalException(ex), false);]]>

The application starts refresh but the color schema is different from the one which it was clicked. Theme of application changes and instead of customised theme it shows some standard SAP theme.

How do I work out this problem?

Thanks in Advance

Srikant

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Srikant,

I suppose you are running this application from within EP and you are using the portal theme for the WD application ('sap.useWebDynproStylesheet' = false in Visual Administrator).

When you exit the application & call it through the Url, it runs as an individual WD application and doesn't take up the portal theme. So a suggestion is to define a theme for the WD & append the following with the application url: 'sap-cssurl = http://<server name>:port/webdynpro/resources/sap.com/tcwddispwda/global/SSR/themes/<theme name>'.

Best Regards,

Nibu.

Answers (0)