WebDynpro IView URL

HI All
I have individual webdynpro iview URL and If I type this URL in browser address bar its prompting for portal user name and password.But I donot want to get this username and password entered. Is there any way that if I type iview URL in address bar of browser and iview should open without asking for portal username and password.
Any suggestions will be appreciated.

HI,
IF u know what the name of the user is on the portal, just append name=<portal user name> and the end of the '?' in the URL. This will work.
Do tell me if it works or u need any further help.
Thanks & regards
Gita

Similar Messages

  • Webdynpro vs URL - iViews

    Hi all,
    What is the difference between WebDynpro iView and URL iView pointing to a WebDynpro application? any advantages? disadvantages?
    Aviad

    Hi Aviad,
    IMHO, for general WD apps, there'd be not much differences in using a URL iView vs. a WD iView.  However, a WD iView is supposed to provide a better integration between your WD app and the SAP portal environment; plus, you'd have better control of your apps through the application parameters, etc.
    Please refer to this doc
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b07501ec-39a7-2910-0699-f71070d2b245
    where Jochen mentioned one of the main differences between the NW04 WD iViews and the new NW04s WD iViews ("Using NW04s Webdynpro iViews", p.8).  If I understand correctly, this would also be one of the main differences between the URL iViews and the NW04s WD iViews when it comes to running WD apps in a portal environment.
    What do you think?
    Regards,
    Dao

  • Removing jsessionid parameter from url of Webdynpro iview

    Hi All,
             While i create a Webdynpro iview from SAP Webdynpro iview template, the generated url gets appended with the parameter jsessionid as shown.
    http://server:port/webdynpro/dispatcher/local/session/New_app;<b>jsessionid</b>=(J2EE14778100)ID1600385450DB11689045888563713719End
    I don't want this parameter to be appended and exposed in the url of the ivew. Is there any way i can hide/remove this parameter from the generated url?
    Regards,
    Vijay.K

    Hi All,
             I found that, the Webdynpro template which is an App-Integrator appends the parameter jsessionid to the generated URL. So, i tried changing some properties of the system regarding session, but i couldn't remove this parameter from URL.
    I also found that, custom Application integrators can also be developed. So, is it possible to get rid of the jsessionid parameter by developing a custom App-Integrator for Webdynpro application?
    Please help me in this regard.
    Regards,
    Vijay.K

  • Document url link on webdynpro iview

    Dear All
    We have developed  custom webdynpro ivew.
    Assigned that ivew to page and can display in ESS submenu.
    and one more km doc iview is there for document disply.
    But requirement is when enduser access webdynpro ivew  , in the same page there should be one link
    If enduser wants to download that document he has to use that link. becuse that doc is relavant to that iview.
    How can we do or organize this page.
    Please help .
    Thanks and regards
    kumar.

    Dear Raghu,
    Thanks for your response.
    How can I display link in webdynpro iview with the name of document.
    Ex : Please click here to download the form as mentioned below.
    file :  link : formdownload.pdf.
    If I click on this link it has to down load to enduser's local system.
    Please suggest.
    Regards
    Kumar.

  • Webdynpro appln Url parameter "sap-wd-client= XML client "

    Hi all,
        I am a beginner in Webdynpro application development.
    I have a query on the usuage of Url parameter "sap-wd-client=XmlClient" in webdynpro application.
          When i set the Application parameter property of webdynpro iview in portal as "sap-wd-client=XmlClient", i am getting the content of webdynpro appln in XML format. What is the use of this XML format.
    Can we use this webdynpro appln in XML format in any other portal say Weblogic portal and produce an UI in that portal.
    Let me know the use of this XML format.
    Pls give me some exposure on this.
    Thanks & Regards,
    Siva

    Hi sivakumar,
    It is used for supplying data to another kind of client. You can download a trial version of it somewhere on SDN.
    Best regards,
    Thomas

  • ABAP WebDynpro iView with window id problem

    We have a custom ABAP webdynpro iView that is part of a dynamic navigation.  When the iView loads the following warning message is displayed...
    An error occured while starting the iView.
    Application
    https://<server>/sap/bc/webdynpro/sap/WebDynproComponent/;sap-ext-sid=J2IlkGCm4WYvxnfaQC8bVgY0oAX5DVVY3z_8GGDYcLow
    will run with wrong client window ID!
    Do not continue; please report this problem to your system administrator.
    Once you click 'Ok' on the warning message....the webdynpro iView is displayed. 
    How do you not have the message display? 
    Thanks.

    If the user is using link from favourites of browser, Ask him to delete it and manually enter the url and Try.
    In my case, The user just deleted the saved link from Favorites and tried entering the url manually,
    though it is weird it worked.
    or else try these Notes 1450543, 1171930 .

  • How to pass a run time value as a parameter to a webdynpro iview

    Hi,
    we have a webdynpro which we can call with passing a run time value in this form:
    https://xxx.yyy.zzz/sap/bc/webdynpro/sap/zfkq_inv_1?WI_ID=000000004332&sap-client=700&sap-language=EN&sap-wd-sapgui=X
    This link will be sent to many users but the WI_ID will change every time.
    It works fine but now we want to implement this webdynpro in our portal. The user shall get a link like this
    https://xxx.yyy.zzz/irj/portal/webdynpro-test?wi_id=000000004332. With this link he will navigate directly to the webdnypro (quicklink-function).
    The problem is that i don't know how to transfer the parameter WI_ID in the url to the webdynpro.
    It's no problem to fix the WI_ID in the application parameter properties but this is not what we want.
    Is it possible to transfer the url parameter to the application parameters of the webdynpro iview ?
    Thanks in advance.
    Best Regards
    Mirko Berscheidt

    Hi Mirko,
    The first thought I had is if your scenario makes sense at all. Because you might send out the links, but probably the iView will also be accessible via navigation, and in that case this additional parameter won't be there!?! (And if the iView is not accessible by navigation, then why going the way via the portal and not the direct way to the application like with your first link given?!).
    Anyhow, I think this should be possible by using the AppIntegrator, see The customer exit of the Application Integrator
    For an example about how to add individual values to users which you then can add to the URL see this discussion: App Integrator, and custom URL parameters using Customer Exits - this might be a possibility that each user can call the "same" iView but in fact the app integrator then would be fired with different URL parameters (per user).
    Hope it helps
    Detlev

  • ABAP webdynpro iView issue with Internet explorer

    Greetings,
    We are trying to integrate ABAP webdynpro with portal using the standard SAP webdynpro iView template, we are able to successfully integrate and display on portal pages.
    However if we are using IE version 7.0 browser we do not have any issues, but when we try to use IE version 6.0 the webdynpro portal pages does not display any content. A workaround was to open up the IE settings and change the setting for Navigate sub-frames across different domains to 'enable' from 'disable'.
    This fixed the issue.
    Also we came across information that we can change the setting to force the portal to use the css from the ABAP backend by changing the iView property 'Supply portal stylesheet' from 'Yes' to 'No'. Does this affect the portal behavior in rendering content in MS IE.
    Please let us know if there are any other methods to overcome this issue, as this will affect many of our users.
    iview isolation is of type 'URL'
    page isolation is set to 'Embedded'
    Portal page used is default framework type not webdynpro type
    thanks,
    Sudhir

    Greetings,
    This issue was fixed.
    I found this blog helpfull
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/wdabap/general%2btechnical%2baspects
    thanks,
    Sudhir
    Edited by: Sudhir Sidd on Jul 23, 2008 5:42 AM

  • Calling a Webdynpro Iview from a Web Page

    Hi guys we are trying to display a custom webdynpro iview in a web page.
    when the user clicks on a link on the left side navigation in the webpage it is supposed to open the webdynpro iview in an Iframe in the same window beside the left navigation area. but we are getting  a warning message before the iview is opened.
    an error occured while starting the iview Application/webdynpro/dispatcher/sap.com/pb/PageBuilder:jsessionid=(J2EE3062800)ID484538950DB11873745832264248987END will run with a wrong client window ID!
    and when we click on ok the iview is displayed in the IFrame
    to open the iview we are using an URL of the format
    http://<Server>:<Port>/irj/portal?NavigationTarget=navurl://8bc08160d466f592c481da5639ca31e9&NavMode=3
    can any one tell me why we are getting this message and how to remove it.

    Hi Praveen
    The iview is assigned to a portal role and we even have some authorisation objects assigned in R3, so only the users who have access to the role should be able to see the iview and the content they see in the iview is limited depending on the assigned authorisation objects.
    if we use the link
    http://<server_name>/webdynpro/dispatcher/local/myWebDynProProject/Helloapplication
    every one will be able to access the iview and they will be able to see all the content.
    when the user  clicks on the link he should login with his id and password  so that the authorisation objects are checked agaist his id. If we use the above link the user will be logged in with a test ID and the authorisation objects will not work.

  • Launching transaction iview frm webdynpro iview

    Dear experts,
    I am launching a transaction iview from a webdynpro iview. On click of button it launches the transaction:CV02N.
    The screen variables are: DRAW-DOKNR and DRAW-DOKAR.
    I am using absolute navigation.
    the code is as below:
    WDPortalNavigation.navigateAbsolute("ROLES:"path,WDPortalNavigationMode.SHOW_HEADERLESS_PORTAL,null,null,WDPortalNavigationHistoryMode.NO_HISTORY,null,null,"DRAW-DOKNR="docnos+"&DRAW-DOKAR=DRW&OkCode=/00",null,false,false);
    I can see the name value pair in the URL of the transaction iview which opens in the new window. But I just see the initial window of the transaction and I need to enter the parameters again to see the result.
    Is there any way to see the result directly?
    Thanks in advance for your help.
    Regards,
    Rahul

    Dear Piyas,
    Thanks for reply.
    If you see attribute: "DRAW-DOKNR="docnos"&DRAW-DOKAR=DRW&OkCode=/00"
    Here docnos is a string which takes value dynamically.Rest of the values are hardcoded.
    When I launch the transaction iview, I can see the values being passed in the URL.
    Regards,
    Rahul

  • Webdynpro vs URL

    Hi all,
    What is the difference between WebDynpro iView and URL iView pointing to a WebDynpro application? any advantages? disadvantages?
    Aviad
    Wrong place to post
    Reposted in portal section
    If someone can delete this post that would be great.
    Sorry for the inconvinence

    Hi Aviad,
    IMHO, for general WD apps, there'd be not much differences in using a URL iView vs. a WD iView.  However, a WD iView is supposed to provide a better integration between your WD app and the SAP portal environment; plus, you'd have better control of your apps through the application parameters, etc.
    Please refer to this doc
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b07501ec-39a7-2910-0699-f71070d2b245
    where Jochen mentioned one of the main differences between the NW04 WD iViews and the new NW04s WD iViews ("Using NW04s Webdynpro iViews", p.8).  If I understand correctly, this would also be one of the main differences between the URL iViews and the NW04s WD iViews when it comes to running WD apps in a portal environment.
    What do you think?
    Regards,
    Dao

  • Visibility of SAP content (webdynpro iviews) in SAP GUI for windows

    Hi
    Is it possible to view SAP created webdynpro for ABAP content (previously only used through portal) through the standard GUI for Windows.
    Even if it is a transaction that kicks off a url, that links to this webdynpro iView, but the backend needs to be used.
    C

    Hi,
    You don't need a portal to use WD ABAP applications. The WD ABAP application will be launched in a standard browser window.
    Regards,
    Pierre

  • Content Alignment in webdynpro iView based on user language

    Hi,
    We have a webdynpro application which has a search screen
    (Arabic as well as English), based on the user language setting in Portal UME, the respective language text with options are displayed.
    This webdynpro application runs on same WAS where Portal is running.
    When we test this application standalone like typing the URL of the webdynpro application, it shows english text with Left to right aligned content in browser for <b>user X with Language as EN</b>.
    When we test this application standalone like typing the URL of the webdynpro application, it shows arabic text with Right to Left aligned content in browser for <b>user Y with Language as Arabic</b>.It works fine when it is stand alone (when we directly run the webdynpro).
    <b>We created a WebDynpro iView in Portal, and we tested with user <i>Y (whose language is set to Arabic),</i> issue is text is properly displayed in Arabic, but the content alignment is left to right, which should be Right to Left</b>.
    Please let me know your solution/thought to the above mentioned issue/problem.
    Thanks
    Senthil

    Hi,
    The webdynpro application works fine (alignment and content is fine)when i access it directly.
    When i create a webdynpro iView and run it inside portal it is not working fine (alignment is LTR instead of RTL)
    I went through the SAP help <a href="http://help.sap.com/saphelp_nw04/helpdata/en/6e/8aae409567942ae10000000a155106/frameset.htm">RTL Alignment</a>and tried creating new themes and created a new desktop and assigned it to the user. It is still the same with LTR alignment.
    The issue is, why it is not working inside PRT, when it works fine inside WebDynpro Runtime.
    Thanks
    Senthil

  • No WebDynpro iView Template found in content administrator menu (NW 7.1)

    Dear Sir/Madam,
    I tried to integrate a sample application in my local portal, but I did not found the webdynpro iview template to accomplish this in the content adminstrator menu.
    I found the webdynpro iview template for webdynpro ABAP, but not the on for webdynpro java.
    Is this a problem of my installation or are there some prerequisites which I miss?
    Many thanks in advance for any input on this.
    I am using Netweaver 7.1.
    Wolfgang Rothmayer.

    Thanks for the quick answer.
    My problem is, that I do have the New->iView Menu but then I miss the
    Web Dynpro Java application entry
    Find below the screen I do have:
    <<snip>>
    Please wait
    Your request is being processed
    iView Wizard
    Step 1:  Template Selection
    This wizard guides you through the steps required to create a portal iView based on an existing template. The template list reflects the contents of the cache, and may need refreshing.
    Refresh
    Choose Template: *
      BEx Web Application iView
      Crystal Enterprise Report
      JDBC Stored Procedure iView
      Proxy-to-Portlet iView (WSRP)
      Related Services iView
      SAP BSP iView
      SAP IAC iView
      SAP MiniApp iView
      SAP RFC iView
      SAP Transaction iView
      SAP Web Dynpro for ABAP iView
      Service Map iView
      URL iView
      Web Service iView
      Workset Map iView
      XML iView
    Cancel Back Next > Finish
    <<end snip>>
    What is wrong?
    Thanks again.
    Regards,
    Wolfgang.

  • How to call Java WebDynpro iViews from Portal (Portal Content Directory)

    Hello everybody,
    I am trying to call a Java WebDynpro iView, which was created within the Enterprise Portal and is stored in the portal content directory (pcd).
    I have created an HTML-iView in VC, where I have put in the pcd-link into the default-url field (pcd:portal_content/com.sap.pct/every_user/com.sap.pct.cprxrpm.ppmdc/com.sap.pct.cprxrpm.iviews/com.sap.pct.cprxrpm.iviews_cprojects/com.sap.pct.cprxrpm.cpr_projects). This iView is calling the cProjects WebDynpro Application. But after I run my model, the portal page is running and running, but nothing happens.
    I did the same with transactional iView, which was also created in the Portal before. I have also created an HTML-iView in VC, where I have put in the pcd-link into the default-url field (pcd:portal_content/IBU_content/SAP_for_Service_Provider/com.sap.pct.issp.ps.professional_services/com.sap.pct.issp.prs.iviews/com.sap.pct.issp.prs.display_sd). This is working fine!
    What I also tried is to call another VC-Model with an HTML-iView. Here I have put-in into the default-url field the pcd-location of my VC-model (pcd:portal_content/IBU_content/SAP_for_Service_Provider/com.sap.pct.issp.vcmodels/com.myComp.myProduct.1DM9.CreateEngagement/com.myComp.myProduct.iviews/com.myComp.myProduct.1G62.Cprojects_neu). This is also running fine!
    Now I do not understand the difference between this three objects. There are all iViews within the portal but the WebDynpro iView is not callable through a HTML-iView in VC.
    Could you help me in this case? Your help is very appreciated!
    Thank you in advance.
    Best regards,
    Aylin.

    Hi Marcel,
    when you mean the preview within the portal, yes, it is working fine.
    URL is not the way to solve my problem. I am working with IDES-Systems. This is our Demo System within SAP. I have to build my VC-Model in a Master IDES-System which will be transported than into the other IDES-Systems. The URL of the WD is not the same in the other systems. It is changing depending on the several Sysems. But the pcd-location is in all systems the same. Therefore I have to specify the pcd-location of the application.
    Is there a restriction with WD within VC?
    If we can do some kind of a netmeeting, I can show you my problem exactly.
    Thank you.
    Regards,
    Aylin.

Maybe you are looking for