cancel
Showing results for 
Search instead for 
Did you mean: 

UI elements Ouput not coming in the browser

Former Member
0 Kudos

Hi

I created a simple webdynpro application. in that i have two views. I am just trying to navigate between these two views. with buttons. I succesfully created the views and buttons and pointed the navigation through output and input plugs.

I created the webdynpro application, activated and executed it, but i just get a blank page

Did i miss any coding or properties to set?

Could suggest some idea?

Regards

Ramya

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

I created a simple webdynpro application. in that i have two views. I am just trying to navigate between these two views. with buttons. I succesfully created the views and buttons and pointed the navigation through output and input plugs.

what does it mean, have you placed your Views inside the windows and created the navigation link?

If you have placed Views in the Window

What is there in the Second View , is it empty view?

you might have set the Second View as Default View

Abhi

Former Member
0 Kudos

Hi abhi

I have two views input view and output view

both are placed/embedded in the window. there two buttons.

one in the input view and the other in the output view.

on the button in the input view it should go to the second view.

on clicking the button in the second view i must go to the first view.

the firing code is as follows

THIS CODING IS FROM FIRST VIIEW TO SECOND

method ONACTIONGO .

wd_this->fire_to_output_view_plg(

).

endmethod.

THIS IS FROM THE SECOND TO THE FIRST.

method ONACTIONBACK .

wd_this->fire_to_input_view_plg(

).

endmethod.

I hope u can understand what i am trying to say. Have i missed something?

Regards

Ramya

abhimanyu_lagishetti7
Active Contributor
0 Kudos

have you activated the entire component?

I don't see anything wrong in this

Abhi

Former Member
0 Kudos

i have activated the entire component. and execute it.

it shows a blank page.

I think it should show the first button, on clcking it show it take me to second page.

But i see a blank page.

have i missed out any activation in ICF? or any coding needs to be done?

regards

Ramya

abhimanyu_lagishetti7
Active Contributor
thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Do any of the standard SAP sample WDs work? If so that would elminate some setup error. A blank screen almost always means that you forgot to embedd the view into the window or the embedded view isn't set as default. It is a very common mistake. Almost all other errors or setup problems should produce some error message or short dump - not just produce a blank page.

Former Member
0 Kudos

hi

Thanks You it worked, i forgot to set as default view.

regards

Ramya

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If your default browser is IE, then copy the URL and try in Mozilla browser.

Regards,

Dinesh