How to create a pop-up iView or page

Is it possible to create a pop-up Page or Iview?
Scenario: When i click on the workset link, the content or the iview should open on a pop-up window.

Hi ,
you can set property to open in a new window from property editor of iview.
I think opening in new window is what you expect?  if you want to develop pop up windows,u can do using custom development.
Regards,
Koti Reddy
Edited by: Koti Reddy Chimalamarri on Mar 5, 2010 9:58 AM

Similar Messages

  • How to create a pop iView?

    hi, I am hanif i am new to portal,can anybody please tell me how to create a pop iView once the user logIn to the portal , iview shud popup like an normal window popup automatically and shud be closed by the request button pressed by the user.
    is there any property of iView or can be done by programming only.Plz provide me assistance in the case.
    Thanx in advance
    Regards:
    hanif

    Hanif,
    This is some thing you can develop using the JSPDynpage.
    This blog expalins how to create a pop up window for logon :
    Custom login screen for External Facing Portal
    Here attached some help, might be helpful.
    http://searchsap.techtarget.com/tip/0,289483,sid21_gci1228101,00.html
    Thanks
    Krishna

  • How to create a pop up window while creation of the delivery note.

    Hello Experts
    How to create a pop up window while creation of the delivery note.
    As soon as we go in to delivery note creation screen in VL01N, immediately a pop up screen should be displayed on the screen containing the following details,
    For e.g.
    Str. Loc     Qty      UOM
    DE01        100        KG
    DE99          50        KG

    Dear all,
    i m having two document numbers for invoic of same types such as output type print program and smartform.
    biut the issue is im getting print preview for one invoic and for another invoic i m not getting any print preview.
    Directly the cursor comes to initial stage of vf03.
    suggest what to do
    Thanks and regarnds
    ravi

  • Procedure to how to create a pop up in webdynpro

    hi all,
      will anybody guide me the procedure to how to create a pop up in webdynpro application..plz as am new to it and i had requirement of creating pop up window in starting the application.
    thanks in advance.

    hi suman,
    thanks for ur reply.
    i want my pop up when i clk on button ok on my 1st view.
    so i included the code in the method of ONACTION OK.
    but am not able to display any sort of pop up.
    my code is
    DATA lo_nd_node TYPE REF TO if_wd_context_node.
          data: lr_popup type ref to if_wd_window,
            lr_view_controller type ref to if_wd_view_controller.
    data lo_window_manager type ref to if_wd_window_manager.
    data lo_api_component  type ref to if_wd_component.
    data lo_window         type ref to if_wd_window.
    lo_api_component  = wd_comp_controller->wd_get_api( ).
    lo_window_manager = lo_api_component->get_window_manager( ).
    lo_window         = lo_window_manager->create_window(
                       window_name            = 'WW_POP'
                      title                  = 'my first message'
                      close_in_any_case      = abap_true
                       message_display_mode   = if_wd_window=>co_msg_display_mode_selected
                      close_button           = abap_true
                       button_kind            = if_wd_window=>co_buttons_ok
                       message_type           = if_wd_window=>co_msg_type_none
                       default_button         = if_wd_window=>co_button_ok
    lo_window->open( ).
    will u help me out in this.

  • How To Create On Submit Button For Master_detail Page ?

    I have adf page that is master And detail view.
    i want to have one submit button for master and detail block

    Duplicate of  How To Create On Submit Button For Master_detail Page ?
    Please don'r post your question multiple times.
    Timo

  • How to create mail labels, Avery 5160, using Pages?

    How to create mail labels, Avery 5160, using Pages?

    The application Contacts holds all your addresses and telephone, email etc details.
    It has a comprehensive set of Avery labels in its print dialog.
    You select the Contacts or groups of Contacts you want to print then in the Print dialog click on Show Details where you can choose Style : Mailing labels and choose which labels you want.
    Peter

  • How to create booklet from ordinary text in pages?

    Can anyone tell me how to create a booklet from ordinary A4 pages either in Microsoft Office with Parallell Desktop or in Iwork pages?

    See  Imposing booklets.
    Peter

  • How to create a pop up image button?

    I want to know how to create a button, for when it is selected, an image pops up right next to it. Is there any way to do this? If so, how? Thanks for any help!

    Select the thumbnail image and link it to the larger image file.
    Use DW Behaviors Panel and hit the plus + sign.
    Choose Open Browser Window.  This will invoke another panel for adjusting the size and other attributes of your pop-up window.
    Hit OK.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • How to create a Pop-up menu for an Applet

    I need to create a Pop-up menu that works like this:
    When the user move his mouse over the applet, the menu will pop up, extending beyond the bounds of the applet.
    In other words: The applet will display only the menu headings - a mouse-over should cascade a menu beneath the heading - once again: beyond the bounds of the applet.
    (Hopefully, the end result will look and work pretty much like a DHTML menu that uses <div>'s.)
    I thought of popping up a JFrame to act as the menu - however, the JFrame has its own title bar.
    Any ideas!?

    OK - I tried using a JMenuBar - and it does cascade out of the Applet box. The question is:
    How do I close the menu without clicking on the Applet box? - i.e. if the user clicks on the web-page, or simply waits a second or 2, the menu should collapse?
    Any ideas?

  • How to create a pop up menu or option in labview?

    Hi to all,
    Just want to ask, how do u create a pop up menu? when you click on a certain button, another view or option would appear like series of texts or instructions. thanks again. thanks 

    jmvrd wrote:
    Also, how can i create a play button? a button that will run the whole program instead pressing the run mode itself. thanks
    You don't actually create a play button. You need to create an architecture that has your program idle until something happens. A while loop with an event structure within it will do that. See the "Login dialog" example that ships with LabVIEW for an example of how to use an event structure. Depending on how complex you need your program to be, you may need to look into using a state machine, master-slave, or producer-consumer architecture.

  • How to create a pop up window with text information?

    Hi experts,
    I am a newbie in LC and I have created a form to be sent to the vendors by our buyers.  Everything seems fine except the Accounting Manager would like to include our Financial Details in the form.  I would like to simply create a pop up window with the information which will be activated by pressing a button.  I have tried to create an invisible button and a visible button to achieve this but didn't succeed. 
    p.s. I have no javascript background but slowly learning.  I would appreciate if anyone can assist me to complete the task.
    Thanks a million.

    Hi Mdjco,
    Thanks for replying.  What I need to accomplish is to have another page of information with all the financial details on the pop up window and the vendor has a choice to print it out or not.  After the form is filled out, it is to be sent back to our buyers.  So instead of me inserting a 2nd page with the information, I would like to hide it unless someone presses a button to show it.
    I have found something like making 2 buttons, one is invisible with all the information on it and the other one "visible" to activate the invisble button.  Didn't work at all.
    Also another question is after the vendor insert the digital signature, it automatically asked to save (which I found out why from help) and then it opens up the email and sends the form as XML.  I will need it to send as PDF, possible??
    Much appreciated.

  • How to create a pop up calendar in adobe acrobat or any other adobe tool  via adobe javascript  ?No third party tools needed(Eg:formrouter)

    I want to create a pop up calendar in adobe acrobat or any other adobe tool  via adobe javascript  in a PDF form .
    I wish to create the calendar without any third party tool.
    I found few options like formrouter and also pdf scripting.
    But I was to create the calendar via pure Adobe Javascript. If no such option is there  inbuilt pop up calendar control in any adobe tool to design the PDF form and afterwards save the same as PDF.

    All 3 of the options provide are all JavaScript. There is no plug-in used. You do need to place the JavaScript code text file into a special folder so that the menu and tool bar tools that allow execution of the JavaScript code and associate the pop-up calendar with a specific field.

  • How to create R/3 Transaction Iviews in EP

    Hi Experts,
    I want to create R/3 Transaction Iview in EP.
    So can any body guide me step by step procedure for it.
    Regards,
    DS

    Hi DS,
       To create a transaction iview u need to create a system object first.It contains the details of the system u want to connect to from portal.In your case u need to give the details of your R/3 system in the system object.
    To create system object goto SYSTEM ADMIN>SYSTEM CONFIG>SYSTEM LANDSCAPE>PORTAL CONTENT>JUST RIGHT CLICK ON UR FOLDER (SYSTEM FROM TEMPLATE)just select that and from the available templates select -->SAP SYSTEM USIN DEDICATED APPLICATION SERVER.just give the name for the system object.
       Now goto the properties of the system object select the property CONNECTOR
    and fill in the following fields:
    APPLICATION HOST:
    GATEWAY HOST:
    GATEWAY SERVICE:
    REMOTE HOST:
    SAP CLIENT:
    SYS ID:
    SERVER PORT:
    SYS TYPE:
    save them and now select the property USER MANAGEMENT and fill the fields
    AUTHENTICATION TICKET TYPE:sap logon ticket
    LOGON METHOD:UDPW
    USER MAPPING TYPE:ADMIN,USER
    To make the sys object being identified by the portal we declare alias name in display select SYSTEM ALIASES give alias name and save.
    Now goto user admin select the user to map the portal user to the sys object.
    select the property USER MAPPING FOR SYSTEM ACCESS.
    In that u coula find the list of available system aliases select your alias and give user id password.
    goto content admin>portal content>folder> new iview>sap transaction iview>sap gui for windows>select ur alias name and give the transaction code.
    Regards,
    Til;ak

  • How to Create a hyper link iview in portal

    Hi Guys,
    Can any one help us to create hyper link url iviews ( I want to open a iview when click on the link of another iview )
    Thanks in advance

    Hi,
    Its very easy.
    Step1) Go to content admin -> pcd content ->  Create a folder in pcd content.
    In that folder create an iview. you will get so many iview templates -> select your desired template iview.
    (If you still confused, search in the sdn for creating an iview in pcd content).
    After creating that iview, open the same iview as object. check the quick link property. intially it will be blank.  set the quick link property as iview1(as an example).
    Step2) go to content admin->km content and to go to ur desired folder, say documents.
    Create a folder abc and  inthat create an external link iview1.  give the url as /irj/portal/iview1.
    Step3) create a KM Navigational iview(iview2) and open as object. set the property 'path to document' as /documents/abc.
    Preview that iview2 . you will get an hyper link iview1. on clickink that iview1 details will display.
    Search in the SDN for creating KM navigational iview or any other iview.
    Hope that helps.
    Raghu

  • How To Create The New VO in Standered Page?

    Hi Gurus,
    Pl z help me how to create the new Custom VO in slandered page,and how to attach that VO in custom RN in all are slandered page only.
    Regards,
    Srini

    Hi Sara,
    <i>1. Could you please tell me how to create the new webservice in XI?</i>
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f3ee9d7-0901-0010-1096-f5b548ac1555
    <i>2. What tools we have to use to create it.?</i>
    /people/community.user/blog/2006/09/19/xi-webservice-studio--a-plain-jane-soap-tool
    http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=65a1d4ea-0f7a-41bd-8494-e916ebc4159c
    Altova is also a good option
    <i>3. How to send the SOAP request to XI?</i>
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79
    SAP Note 856597
    An Add-on
    /people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services
    Regards,
    Prateek

Maybe you are looking for