cancel
Showing results for 
Search instead for 
Did you mean: 

popup without titlebar

Former Member
0 Kudos

Hi all,

I have generated a pop up window using CREATE_WINDOW method. But my requirement is to NOT to show the Title Bar at all in the popup window.

That is, i dont want the title, maximize and close buttons.

How to bring a popup without the title bar?

Regards,

Shanthi

Accepted Solutions (0)

Answers (3)

Answers (3)

prasenjit_sharma
Active Contributor
0 Kudos

Hi Shanthi,

you may think of passing a blank value to the title.

Regards

Prasenjit

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I do not believe that this is possible. If you don't supply a title, then the framework uses a default title. The rendering output of the dialog window has the title bar built into it. It can be disabled.

Former Member
0 Kudos

Hi,

CREATE_EXTERNAL_WINDOW there are options to disable them.

Edited by: Lekha on Oct 1, 2009 5:49 PM

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> Hi,

>

> CREATE_EXTERNAL_WINDOW there are options to disable them.

>

> Edited by: Lekha on Oct 1, 2009 5:49 PM

Yes but CREATE_EXTERNAL_WINDOW is very different than a popup. When you use CREATE_EXTERNAL_WINDOW, a new browser window is opened and therefore a new Web Dynpro ABAP User Session. This provides a very different user experience than a dilaog popup and a very different programming option.