cancel
Showing results for 
Search instead for 
Did you mean: 

How to close a view

Former Member
0 Kudos

hello all,

I have a view that opens an html view on a button click.

how can I go back to the first iview from the html view?

I tried to use a toolbar button with different system action - but without success....

thanks,

Michal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

one thing you can do is :

- create two layers

- put the first form is the first layer

- put the HTML view in the second layer

- drag and drop each layer to another and add the event you want to switch from one layer to the other

With this you can define a Submit button on the first layer which will make the HTML view appear, and have a button on the HTML view that will make the first layer appear (and so close the HTML view).

Layer documentation :

http://help.sap.com/saphelp_nw04s/helpdata/en/ca/fbdb4269b2f340e10000000a1550b0/frameset.htm

You just have to define the layer navigation control to "None" to make it looks like what you want.

Fabien.

Answers (0)