cancel
Showing results for 
Search instead for 
Did you mean: 

Deployed Webdynpro applicaiton displaying blank page

Former Member
0 Kudos

Hi All,

I have created a WebDynpro application described in

http://help.sap.com/saphelp_nw04/helpdata/en/fd/ed32a8c9994b4ba4a1645a764814db/frameset.htm

with NWDS 2.0. I can see the file Welcome.ear in my system.

Then I started the SDM Gui tool and have deployed the application on the server. When i open the "Webdynpro" link in the "Content Administration" on the portal. I can see my Webdynpro application as

Local/Applications/Welcome

But when i click on it and hit the 'Run' button only a blank page is displayed.

Am i missing any step after deploying to portal using SDM Gui tool.

Please help.

Sunil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sunil,

I faced similar type of problem. The reason was, there was an infinite loop executing in the init() method.

Did you write any code in init() method? If so, please check your code once whether it is going to any infinite loops or not.

Regards,

Jaya.

Answers (3)

Answers (3)

Former Member
0 Kudos

Solved by switching to WDP for ABAP.

WDP for Java is horrible

Former Member
0 Kudos

Hi,

Check the property of your first view of your application and set the value of property - "Default " = true.

Cheers

Priya

Former Member
0 Kudos

Hi,

According to my guess you might have used the Viewset. Please change the default of the Viewset property to "TRUE" and then try deploying the same.

Thanks and Regards,

Vivek.