Transactional Iview in Maximized Window

Hi All,
I am working with SAP transaction Iviews, My requirement is to open a new separate window with maximized size.
I tried windows features in Wed dynpro code  and portal settings.
WDPortalNavigation.navigateAbsolute("ROLES://portal_content/com.sabic.all.folder.sabic/EMDAD/SSO/EMDAD-SSO/SSO-Iviews/com.sabic.portal.iview.eccdevelopmentclnt235", WDPortalNavigationMode.SHOW_EXTERNAL, windowfeatures, null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS, null, null, null, null, true, true);
String windowfeatures= u201Cmenubar=yes,location=yes,toolbar=yes,resizable=yes,top=0,left=0,width=2000, height=2000"
Regards,
Kittu

Hi Kittu,
Please check this : WDPortalNavigation, opening new page in FULL_PAGE mode
-Abhijeet

Similar Messages

  • Open web page from URL iview in maximized window

    Hi,
    I would like to open a web page in a <b>maximized</b> browser window, using an URL iView.
    I know how to open a window in a separate window, I just can't get it maximized.
    N.B. I do <b>NOT</b> want to open in <b>fullscreen</b> mode, i.e. I want a title bar and menus.
    Does anyone know how to do it?
    I tried to play around with the "window function" property of the iView, but no luck so far. I can't specify a fixed width and height of the target window at design time, as these values may vary at runtime.
    regards
    Lothar

    Hi Lothar,
    Yes, That will require Java Coding, Its true. Basically what the problem here is that to maximize we are trying to fetch the Screen resolution dynamically through Portal that Portal is not allowing us. Thats why I feel that we should go for Java Programing, Create a Par, Deploy it in the server and then create iView for that.
    For Creating the Abstract Portal Component for Opening a Maximized Window You should do following steps.
    1. Open Your NWDS
    2. Create a project ie Portal Application
    3. Create Portal Object ie Abstract Portal Component.
    Now here is the piece of code that may help you
              response.write("<SCRIPT language=javascript>");
              response.write("function onOpenWindow()");
              response.write("{");
              response.write("window.open('http://abc.com','windowName','width=screen.availWidth,height=screen.availHeight,resizable=yes')");
              response.write("}");
              response.write("</SCRIPT>");
              response.write("<a href = \"javascript:onOpenWindow()\">abc.com</a>");
    Paste this code in doContent...
    I think it may help you
    Thanx & Regards
    Anish

  • Open Portal Transaction iView in new window *without* Browser window

    Hello,
    Currently i am testing to use the single-sign-on functionality of the portal to launch the SAP GUI for Windows.
    I created some Transaction iViews and they work perfectly without having to log in.
    To use the full GUI size of the SAPGUI in the iView, i configured it to open up in a seperate window. This also works perfectly, but when i let a colleague test the setup, i realized that he has some additional toolbars, which in return decreased the usable space in the browser window for the SAP GUI.
    Now my question is:
    How can i configure the Transaction iView to open up the given transaction in the SAP GUI, but without the surrounding Browser?
    Is this even possible?
    I test this because my comany is searching for a solution to use SSO with the SAP GUI. Since we have the portal we test if we could use it to realize this requirement without generating extra costs.

    Hi Armin,
    for iView (page) you probably set the property 'Launch in New Window' to value Display in Separate Window. To tune up the other otions you have the possibility to set the property Window Features, value should contain toolbar=no. These features will be used when Javascript opens up your window - you can apply any option coomonly documented. IMHO for your demands the best option is fullscreen=yes,toolbar=no - you get really the maximum possible size.
    Regards,
    Pavol

  • Execute automatically when calling transaction iview

    Hi All,
    I am navigating to a "Transaction iView" (SAPGUI for Windows) from a WebDynpro application.
    I am able to fill all screen fields dynamically, but I have a problem executing the transaction.
    I have tried passing a parameter called "OkCode" (or "OKCODE" or "OK-CODE") with the value "MELD" (transaction IW52) but it's not working.
    Any Ideas?
    Aviad

    If that transaction accepts any value, you can use this code to send params to SAP R/3.
    WDPortalNavigation.navigateAbsolute(PageURL, WDPortalNavigationMode.SHOW_INPLACE, WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
    queryString);
    like this way,
    String OkcodeStr = "MELD";
    WDPortalNavigation.navigateAbsolute(
    "ROLES://portal_content/...iview path";,
    WDPortalNavigationMode.SHOW_EXTERNAL,
    (String) null,
    (String) null,
    WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
    (String) null,
    (String) null,
    "OkCode="OkcodeStr);
    OkCode - is the SAP Transaction input param (Give same name)
    Regards,
    Sridhar

  • Transaction IView (some files can harm computer...

    When executing a transaction iview, a IE window pops up with the warning "Some files can harm your computer. If the info...". How can I get rid of it? If I click on the open button, the sasp gui loads up fine.
    Thanks
    Raj

    hi Prakash,
       My problem is almost the same, but I am adding a page to portal favorites (ex: overview page of accounts workset in crm business package) and when i am clicking on that link in portal favorites, it is opening the same message that raj balakrishnan was saying, However even if i click on OK, it again opens a "windows cannot open this file" dialog asking for whether to use webservice to find apporpriate progaram or select from list (where i selected IE).
      could you please let me know why is it so?
    Thank you

  • Transaction iView opening in a separate window in SAP NW 7.3 portal

    Hi Experts
        I have created a transaction iView for LSO transaction.The iView is a SAP GUI for HTML type.When I am trying to open the iView from the portal , it opens in a separate tab instead of as a pop-up window.
      The Launch in a New window property is set to Display in the portal content area.
      If I try to edit the Launch in a window property and set it to Lock in target objects , it opens in the portal content area, but I want it to open in a complete new window as a pop-up.
      I have attached screenshot of the expected result.
      Please suggest.
    Regards
    Shaily

    Newer versions of IE default to tabbed browsing, this is not a portal issue.

  • Transaction IView -- SAP GUI for Windows

    Hi,
    I have created a transaction iview -- sap gui for windows in my portal.
    Even thought i logoff from my portal, sap gui session that is opened is not closed.
    Can any one please suggest me a way to stop sap gui session also when i logoff from my portal.
    Regards,
    Nidhideep.

    Very difficult. The SAPGUI window doesn't know anything about being launched by the portal.
    You could try launching inside the portal content area.
    Also, what is the problem with having the SAPGUI still open?
    Cheers

  • Hide back option from sap gui for windows in transaction iview

    Dear experts,
    sir i m using sap gui for windows in transaction iview in the enterprise portal is there any process to hide the back option or hide command window(in which we write transaction) from the transations iview from the portal not from the registry please help sir............

    Hello,
    We have faced the same problem and after two days investigating we think it is imposible to hide back button, toolbar ... via wingui (sapgui for windows).
    So, be careful with the end user that has access to this iview/role, because he will see the transaction menu also.
    I hope this clarify you a bit more.
    have a nice day.

  • Transactional Iviews opening in new window

    Hi All,
    The transactional iviews are opening in new window.
    I see that it happens only in QA but not in development.
    Can anyone help me on this?
    Many users are getting issue but I am not sure weather all are getting this.
    Thanks and Regards,
    Nuzhat

    Hi Nuzhat.
    Check in User profile if User Accessibility Feature  is activated or not.
    Refer to Note 825464 (search for "Full Section 508 support for Transaction iViews") and Re: Transaction iView opening in a new pop-up window.
    Best regards,
    Aliaksandr Zhukau

  • Transaction iview Unable to Connect to Backend

    Transaction iview Unable to Connect to Backend
    Hi guys,
    I am new to SAP and i am having several issues.
    Right now i am stuck here, in the NetWeaver Portal:
    I have created a Transaction iview and a System with Alias "SAP_R3".
    When i preview the iview i am getting the following error:-
    No user mapping defined for system SAP_R3
    Followed by:-
    404   Not Found
    SAP J2EE Engine/7.00
      The requested resource does not exist.
      Details:
       Go to main page of this application!
    An urgent response will be highly appreciated
    Thanks much,
    B

    Hello B,
    I see two issues here.
    1. User Mapping
    2. The requested resource does not exist.
    For 1,
    First go to System Admin ->System Config search for SAP_R3 system and open it and as told before check the user management property.
    also chck taht you should get the System SAP_R3 in personalize user mapping option.
    2. The requested resource error can come when the corresponding iview been attached to the role has been moved or deleted.
    Request you to clear cache first by system admin -> system config->navigation
    then follow this blog:
    Create SAP Transaction iView using SAPGUI for Windows
    Hope this helps!
    If not, please update the message accordingly.
    regards
    Atul Shrivastava

  • Error in transaction iview

    Hi All,
    I have created a transaction iview for transaction CJ2B. When I click preview button, first screen of transaction opens properly; but when I enter input parameters and try to go to next screen by pressing 'enter' it displays error:
    <b>Initializing of graphics for HTML is not supported in SAP GUI</b>
    Hence I am not able to navigate to second screen.
    I have set SAP Gui type value 'SAP GUI For HTML'.
    Please help.

    Hi
    Go to the System Administration>Support>SAP Application
    In the Test and Configuration Tools
    Select the SAP Transcation
    In that Provide the System Name , Gui Type and try with the both windows and Html gui
    Check whether you are getting the same problem or not
    Hope this helps,
    Regards,
    Arun

  • Portal Transaction iView not opening in browser but its open in R/3 screen

    Hi
    I have 2 senario.
    First Scenario:
    I login only into the portal  and  not  login into R/3.  I could access the portal transaction iview in the new broser portal window.  And this is the expected behaviour.
    second senario
    I login into Portal as well as R/3 through SAP logon Pad (SAP GUI).
    Now if I access  Transaction Iview through portal , this transaction Iview is opened in R/3 side window not in portal browser window .And also same time we can see only new blank portal window iopen n portal side.
    My question is that whichever transaction iView we access through portal we want  to see that transaction iView in portal browser window like in first senario  not in R/3 window.
    Please help me to resolve this problem
    Regards
    Ruturaj

    Hi Shanti
    Thanks for replying.
    The problem is that when our user trying to do same things in our system with his credentials means UID and PWD its working fine.But when he do the same things in his system with his credentials problem occured as per the senario 2.
    This problem is not only that user but also whole their team member.
    Regardfs
    Ruturaj
    Edited by: Ruturaj Inamdar on Sep 15, 2011 9:20 AM
    Edited by: Ruturaj Inamdar on Sep 15, 2011 9:25 AM

  • ABAP WebDynpro app calling Transaction iview with Dynamic Parameters..?

    Good day!
    I need to code a call to a transaction (with dynamic parameters) from an Abap WD application.  It appears that to achieve this, the app needs to call a new portal transaction iview, passing the parameters in the call..? 
    This should ideally be via a Sapgui for Windows, but Html also an option (does it matter with regards to the method used?). 
    Kindly assist with advise/instructions, idealy with sample code extract to illustrate (new to Abap WD)...
    Kind regards
    j

    Hi
    this will help you doing so
    http://help.sap.com/saphelp_nw04s/helpdata/en/18/f96f4132f15c58e10000000a1550b0/frameset.htm
    Use BUSINESS_PARAMETERS to pass the data
    Abhi

  • R/3 Transactional iViews.

    Hi, Gurus.
    I need of your help just to solve any doubts I've got...
    -- The first one is about accessing R/3 via a transactional iView. I'm acceding the R/3 system without any problem (and not further nor strange configurations) vía the Windows SAPGui (because the system the customer's got doesnt't support the HTML one) and the menu bar dissapears. Is there any way to fix this meny bar.
    -- When you "design" an R/3 Transactional iView, it's mandatory to fill in a transaction name in order to access it during the launching of the iView. The customer wants to force the login screen because they want every one of the user to log on R/3 with their own menus. Can I do that on any way?
    -- Can I hide the Favorites of the Portal box according the Role I execute at any moment in the Portal or it's always visible.
    Thanks for all, dudes!!!

    Hi Santiago,
    here is a little trick as far as the second point goes - create a transaction iView, give in a transaction code which does not exist and set the user mapping in the properties to user.
    When the user has not maintained his login information, he will automatically be first asked to enter his login information (the login screen of SAP R/3). Apparently, after entering the login information, SAP R/3 does not know what to do next (which transaction to call) because the transaction code stays with the iView.
    Therefore, the user sees the first menu screen in R/3. I haven't tried it but I have a feeling it should work
    Bye,
    Sameer

  • Field's content is not fully  visible in  Sap Transaction iview

    Hello Friends,
                    I have deployed a Sap Transaction iview on my portal. I am facing a issue.  When i do F4 help on a field, the content of columns is not fully visible in the opened up popup window.
        Is there any way to adjust the colum width, so that it accomodates the whole content and doesn't truncate it ?
        please help !
    Regards,
    Vidit

    Hi Vidit,
    Try to check your Transaction iview directly from the browser / through services not through the EP. If the iview is not working fine then thre is a problem in the code otherwise it has to work
    Check your code and try to redeploy
    Regards,
    sreedhar G

Maybe you are looking for