cancel
Showing results for 
Search instead for 
Did you mean: 

Incomplete load of a webdynpro Java view

0 Kudos

Hi All,

I have a page containing a Webdynpro Java iview and an abap iview.

When I navigate to this page, then my first iview does not load completely.

In this first iview, there is a view containing a breadcrumb, a transparent container and a phase indicator at design time.

At runtime, I add steps to the breadcrumb, input fields to the transparent container and phases to the phase indicator (I have to do this at runtime as these are decided dynamically based on data returned from an RFC).

The problem is that when this iview is loaded along with the second abap iview, then it is incomplete. Steps are displayed in the breadcrumb, input elements are displayed in the Transparent container, but phases are not displayed in the phase indicator.

Also the event handlers for the steps in the Breadcrumb are not called when I click on a particular step. In fact wdDoModifyView is not called at all when I click anywhere.

All this works completely fine if I remove the abap iview from the page or replace the abap iview with a Java iview.

But the strange thing is that if I create a page with any other Java iview and the same abap iview, then everything works fine. So there seems to be no problem with the abap iview also.

I hope someone can help me with this.

Thanks in advance !

Regards,

Sadaf.

Accepted Solutions (1)

Accepted Solutions (1)

former_member189631
Active Contributor
0 Kudos

Sadaf,

  • Please check your Browser Version.

Answers (1)

Answers (1)

rajendrengovend
Participant
0 Kudos

Hi Sadaf,

make sure all links on that page are using the same protocol i.e. all http or https. if there is a difference in protocol with any app the web dynpro does not load correctly.

Regards,

Raj