Webdynpro URL on PDA

Hi,
I accessed the URL developed in webdynpro(7.0) on a PDA (IMATE 6150) and found that the UI screen is distorted.
Is there any settings to be done on the PDA browser for  portal screen to be same alike in normal windows browser.
Through net i found it can be accessed  through BlackBerry sucessfully.
Thanks
vijay

Hi Vijay,
have you added ?sap-wd-client=PieClient after ur url..
Try using http://----
<your applname>?sap-wd-client=PieClient
eg http://adresses:port/irj/portal/MyApp?sap-wd-client=Pie03Client  if using WM 5.0
eg http://adresses:port/irj/portal/MyApp?sap-wd-client=PieClient  if using Windows 2003
Regards,
Akhil

Similar Messages

  • Calling a webdynpro URL in new window from BSP

    Hi experts,
      i am calling a URL from BSP application by creating a link and on the 'onclick'  event of the link ,using following code
    navigation->goto_page( URL = l_wd_url session = 'NEW' ).
    My problem is ,i have to open this page in a new window(the Page is basically a webdynpro URL) ,so far it is only opening in same window.I have tried different other options.
    navigation->next_page( URL = l_wd_url session = 'NEW' ).
    CALL METHOD runtime->server->response->redirect( url = l_wd_url ).
    navigation->call_application( URL = l_wd_url ).
    I tried using call_browser FM also but it is dumping.
    href tag will not work in my case as i have to capture the event and write some code inside  that event..
    Please suggest what i can do now?

    Hello Graham,
    I am trying to get the windows user id in webdynpro abap.
    I am unable to get,
    So I used BSP application to get the windows user id.
    I using java script to get that.
    After that I don,t know how to  assign that java variable to ABAP variable. the
    Insted of calling the WDA using the following way
    <a href="<%=l_wd_url%>" target="_blank">Click Here</a>
    is there any other way to call WDA from BSP based on some action.
    Regards
    Srini

  • Error while running the  mobile webdynpro application in PDA

    HI All,
    I have created an online mobile Web Dynpro application. We have deployed the application in the portal and its working fine.
    Now I am trying to run the applicaiton in a PDA via the portal link and it is giving error.
    Scripting Alert:
    An error occured while starting the iView.Application
    /Webdynpro/dispatcher/sap.com/pb/PageBuilder;jsessionid=(hostname_systemID_system Number) Will run with a wrong client window ID! Do not continue Please report this problem to your administrator.
    These are my PDA configuration :
    PDA with OS = WM 6.0
    Crème = CrEme329_ARM_CE42_PPC.exe
    DB2E 9.22
    Please provide the solution or hints to solve the problem.
    Thanks and Regards
    Neha Mahanty
    This is the configuration of my PDA :-
    OS = WM 6.0
    Crème = CrEme329_ARM_CE42_PPC.exe
    DB2E 9.22

    HI Ashutosh,
    I tried with both PieClient and Pie03Client.
    http://Hostname:Port/webdynpro/dispatcher/accenture/Dashbrd/SupervisorApplication?SAPtestId=8sap-wd-client=PieClient
    http://Hostname:Port/webdynpro/dispatcher/accenture/Dashbrd/SupervisorApplication?SAPtestId=8sap-wd-client=Pie03Client
    But I got the same results :-
    1. The button is not working.
    2. I cannot select any particular order as the List box is displayed like a box with all the orders visible in the screen.
    3. and obviously the date field is not working and I'll try with the drop down.
    Can you please suggest what else should I try.
    Thanks and Regards
    Neha Mahanty
    Edited by: Neha Mahanty on Oct 14, 2008 12:58 PM

  • Calling an ABAP Webdynpro URL from ESS Overview Bizcard

    Hi All,
    We are having a requirement of calling a url of Abap Webdynpro application on click of a Button for a overview screen of ESS  Family application .So i have created an action button for that but i am not able to find out how to call a url in that action methode. Please Suggest me.
    Thanks
    Ravi Sunkara
    Edited by: Ravi Sunkara on Aug 26, 2009 4:45 PM

    Hi Ravi,
    Just a suggestion.If somehow you crate one more iveiw and add it to the bzcard page then i think you could dispaly both the bizcard and the other wd application on the same ui.
    hope this helps.
    Regards,
    Sunny

  • WebDynpro URL failing?

    Hi,
    I'm working on ESS/MSS implementation.  We got some workflows tasks that are sitting in UWL task list when employee submitted leave request.  Manager need to approve it. 
    As a manager role, when I click on LeaveReqeust task from UWL inbox, portal tries to open the leave request in WebDynpro but fails with error saying no service is available.  The new opened window has this message
    Service cannot be reached
    What has happened?
    URL http://<hostname>:8010/webdynpro/dispatcher/sap.com/ess~lea/LeaveRequestApprover call was terminated because the corresponding service is not available.
    The interesting thing is, the URL hostname it's using is not the portal hostname that is configured in SAP_WebDynpro_XSS system object WebAS connection details.  If I grab the above url and change the hostname and port to my portal hostname and port 50000, paste in new IE browser it works successfully (Leave request is opening). 
    Where is this hostname and port number in the above URL coming from?  My SAP_WebDynpro_XSS system object connection test are failing with following message.
    The Web AS ping service http://<Portal hostname>:50000/sap/bc/ping was not pinged successfully. If the ping service is not activated on the Web AS, you can try to call the ping service manually.
    An HTTP/S connection to http://<Portal hostname>:50000/webdynpro/dispatcher/ was not obtained successfully; this might be due to a closed port on the Firewall.
    Thanks
    Praveen

    I resolved this issue, it's got to do with UWL configuration.  Please refer to this thread for resolution
    Leave request fails to open?
    I still have SAP_WebDynPro_XSS system object connection tests are failing.  Shall post back if there is any other issue due to this.
    Thanks
    Praveen.

  • Construct a Webdynpro Url with a Keyfigure

    Hello everyone,
    I have a new question. I have a webdynpro application which generates me an standard url. Ok this works perfectly.
    My problem is, i want to modify the Url with certain key figures (for example.......URL&Product&Location etc.)
    I have found some tutorials who describes some Url Modification with Parameters, but the problem is this tutorials is they have constant values (Paramter1 = Value1 & Parameter2 = Value2). This is not what I want.
    I need the whole keyfigure without any constant value!!
    Is it possible?
    Thanks Stefan

    If you are talking about adding Dynamic_Parameter then you can combine there 2 classes
    cl_wd_utilities=>construct_wd_url to construct the url
    cl_http_server=>append_field_url to append parameter value
    * Get the URL of the called application
          call method cl_wd_utilities=>construct_wd_url
            exporting
            application_name              = 'ZZ_CALLED_APPLICATION'
          importing
            out_absolute_url              = w_url.
       * make the Value type compatible that has to be passed with the URL
      w_value = lv_ebeln. "set the value here
    * Attach the parameters and its value with the URL that
    * have to be passed to the 2nd application
      call method cl_http_server=>append_field_url
        exporting
          name  = 'EBELN'
          value = w_value
        changing
          url   = w_url.

  • Webdynpro URL Startup Parameters

    Hello,
    i call my webdynpro application about a html link. it is possible to deliver my application some startup parameters by url, like
    http://sap:50000/webdynpro/dispatcher/local/Application/Application?<b>parameter=3</b>

    Hi,
    You can provide paramters in the default plug of the interface view and fire url to the new application.
    The only restriction would be to provide the parameter as app.<parameter name>
    The parameter would be accessible in the default plug.
    There you you need not give the "app" prefix.
    for eg. if you are passing a parameter abc, just pass it as app.abc
    Do send in your feedback.
    Regards
    Noufal

  • URL webdynpro was not called due to an error after integration

    Hi All,
    I have integrated SRM (ABAP) to EP(dual-stack) portal system (both are EHP1) which are freshly integrated using BS: SRM-Portal (Basic Configuration) V1.
    I've checked SRM web based GUI "http://<hostname>.<FQCN>:8002/sap/bc/gui/sap /its/webgui"
    and it's working, but when i tried to check webdynpro,
    "http://<hostname>:<FQCN>:8002/sap/bc/webdynp ro", i couldn't connect to the link. I already read this sap note "1088717 - Active services for Web Dynpro ABAP in transaction SICF" and compared all services in SRM (ABAP) that should be activated but this error still persists. I already changed this parameter icm/host_name_full and SAPLOCALHOSTFULL.
    Error in accessing webdynpro link:
    Note
    The following error text was processed in the system SR2 : WebDynpro Exception: Application // Does Not Exist
    The error occurred on the application server MDCSAP05_SR2_02 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: RAISE of program CX_WD_GENERAL=================CP
    Method: IF_WDR_RUNTIME~GET_RR_APPLICATION of program CL_WDR_MAIN_TASK==============CP
    Method: CREATE_APPLICATION of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    Any solution for this? Please help thanks!
    Best regards,
    Tony

    Hi,
    If you called this URL : "http://<FQDN>:<port>/sap/bc/webdynpro"
    The error is normal : you tried to call the webdynpro runtime without telling which webdunpro application you want.
    A real webdynpro URL looks like : http://<FQDN>:<port>/sap/bc/webdynpro/application
    Regards,
    Olivier

  • Launching URL clicking on a button of a view of BSP Component

    Hi  Gurus,
    I have a requirement of opening a webdynpro URL by clicking on a button in a view of a standard BSP component. I have created one transaction launcher and assigned it to a logical link " ZOPP_CRT". In the event handler of the button I have written the following code.
    method EH_ONOPP_NEW.
    Added by wizard: Handler for event 'OPP_NEW'
    data: lv_nav Type ref to if_crm_ui_navigation_service.
    lv_nav = cl_crm_ui_navigation_service=>get_instance( me ).
    lv_nav->navigate( iv_link_id = 'ZOPP_CRT' ).
    endmethod.
    I have also checked the following links:
    Event triggers transaction launch
    Requirements using Transaction Launcher
    Still it is not working. Please suggest.
    Thanks

    Hi Raghunadh,
    You can find the details here:
    [http://wiki.sdn.sap.com/wiki/display/CRM/SAPCRMTransactionLaunchertoSAPERPBORObjects-Debugging|http://wiki.sdn.sap.com/wiki/display/CRM/SAPCRMTransactionLaunchertoSAPERPBORObjects-Debugging]
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3059fb20-987f-2e10-ef82-d147b9b5e8b4?QuickLink=index&overridelayout=true|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3059fb20-987f-2e10-ef82-d147b9b5e8b4?QuickLink=index&overridelayout=true]
    Regards
    Leon

  • Error when i click on Launch Webdynpro in UWL

    Hi,
    I Configured ESS and i applied a leave through EP.Now the Approver logged in and he got the request in his UWl but when he clicks on Launch Webdynpro button to Approve or Reject it is giving this error
    "Application error occurred during request processing.
      Details:   com.sap.tc.webdynpro.services.sal.core.DispatcherException: Wrong WebDynpro-URL: no application name specified
    Exception id: [00306EF3A260005D000001C400002CF8000453F93496B751]".
    Please guide me with a solution.
    With regards,
    Praveen

    Praveen,
    Check the entries for Leave Request in SWFVISU in ECC system and compare it with the XML configuration from Portal.
    Chintan

  • Webdynpro application automatic start after j2ee startup

    Hi ,
    Is there a way to automatically start any specific webdynpro applications after j2ee startup
    Oren

    I guess you can write batch file for that.
    Example
    suppose you have a bat file which starts J2EE engine, startJ2EE.
    You can write a new bat file with following commands.
    startJ2EE.bat
    explorer http://<server>:<port>/webdynpro/<URL as application>
    Let me know if you need more help
    Ashutosh

  • Themes for Standalone WebDynPro

    Hello All,
    If I use the Theme Editor for editing default themes for WebDynPro application that I am developing, then, does the new Themes showup on my standalone WebDynPro application? ( I mean, its not deployed as a portal component on EP, rather its just run on WebAS by saying "Deploy and Run")
    Thanks,
    Kiran

    Hi Kiran,
    Develop this theme and then you need to copy that theme inside the folder, <Drive>:usr\sap\<system id>\JC<instance num>\j2ee\cluster\server0\temp\webdynpro\web\sap.com\tcwddispwda\global\SSR\themes
    Then, in webdynpro url, append following to set your theme to that webdynpro application.
    sap-cssurl=http://<Server IP>:<port>/webdynpro/resources/sap.com/tcwddispwda/global/SSR/themes/<theme name>
    Regards,
    Bhavik

  • Fetching details from the URL Link

    Hi Experts,
    I need a help on the webdynpro, for capturing few details from the url used to call the webdynpro application.
    My client has designed the scenario such that,
    They have designed thier intranet in dotnet. For accessing the webpage designed, the user has to provide his Employee ID and name.
    On accessing the webpage designed for him, he has few webdynpro URL links assigned to him that he can access.
    On clicking the link, the Webdynpro application is called for doing the transaction.
    Now the requirement is that, for calling the webdynpro application the client is passing the Employee name, Employee ID and the IP address of the thin client system, through the URL link generated by the dotnet framework.
    Now I need to know the way how to capture these details into the webdynpro application?
    hereby am providing the sample URL by which they pass the values.
    http://abcde.industries.co.in:8000/sap/bc/webdynpro/sap/zwda_MB51?uid=1283265&empname=RAMESH KUMAR&tcode=MMBE&ip=192.168.45.118
    Kindly provide me the possible solution.
    Regards,
    Vijaysankar.V

    Dear Vijay,
               In your case , your application url parameters are like UID,NAME, IP, & TCODE.
               U Can write a method and fetch all these parameters as i shown below:
    data: uid type string.
    data: name type string.
    data: ip type string.
    data: tcode type string.
    uid = wdr_task=>client_window->get_parameter( 'UID' ).
    name = wdr_task=>client_window->get_parameter( 'NAME'' ).
    ip = wdr_task=>client_window->get_parameter( 'IP' ).
    tcode = wdr_task=>client_window->get_parameter( 'TCODE' ).
    Thanks,
    Saurin Shah

  • Acess to webdynpro UI elements from a jsp

    hi
    I am trying to deploy and integrate a webdynpro applicaiton and a existing jsp application. The point is I need to get in control of some UI elements of an iview from a jsp page. I have put the webdynpro application inside a iframe of the jsp page. Now, When I run the jsp application, I am able to view the wd application within it. however is there a way to call the view elements outside through the jsp and do some manipulations. please advice on this issue. thanks in advance

    Hi Guys
    Thanks alot for your suggestions, i am not using Portal, so that is completely ruled out. as per kishore's point, I have already done that, where I passed my webdynpro Url with the required parameters and able to load the data again from JSP to webdynpro and viceversa. But My point,is where if i am able to get the combo control text value to jsp, so that I can change the value and invoke the onselect /action event of webdynpro from the jsp side. Using javascript I am able to get the UIelement with its tag name(jsp side) and the value also, however not able to invoke the action event.
    thanks once again.

  • How to start a GP process from a url within EP?

    I know how to start a GP process from the webdynpro url generated from the instantiation tab of a GP process.
    But if I use this url, the end-user will be prompted with a login screen to authenticate to the J2ee server because it's a webdynpro url and it doesn't recognized that the user is already logged in the Portal.
    How can i avoid this login screen or how can I get a Portal url that launch the GP process directly? Thanks, Andre

    Hi Austin,
    There is a strange problem when creating a web dynpro with the URL parameters. It web dynpro window pops up a new portal window in which the process is displayed. Rather, if I create a URL iView of the form http://<host>:port>/webdynpro/dispatcher/sap.com/cafeugpuiinst/AInstantiation?process.template.id=<...>&process.autostart=t it works fine!
    I'd like the web dynpro iView to work cause otherwise I'll have to add static sapcssurl parametes for the theme etc. which I want to avoid.
    Regards,
    Nirav

Maybe you are looking for

  • [LAVA Cross Post] CTRL+SHIFT+Alpha Shortcuts don't work in LabVIEW

    Cross-post from LAVA: http://lavag.org/topic/15619-ctrlshift-shortcuts-sometimes-not-working-in-labview/ Bug Synopsis: CTRL+SHIFT+Alpha shortcuts do not work in LabVIEW. Most notably, CTRL+SHIFT+Z, CTRL+SHIFT+E, and CTRL+SHIFT+S Test setup: LV2012 32

  • Problem: Pause in the middle

    I have used my 30G video for two months, yesterday it started to have some problem, when i play music, i paused in the middle for about 1-2 seconds, at that time, the wheel was locked as well, after 1-2 seconds, it resumed itself, everthing worked. T

  • Unix command using in pl/sql

    Hi all, Can we use unix command in pl/sql statement.. Regards, Manikandan.k

  • CS UI

    Are there some examples of script dialogue boxes (or UI )?? I've had a look at CSUIB 2.0 but it's not javascript friendly - which doesn't help when you don't know what's wrong. Ultimately I want to create a dialogue box that is populated by the layer

  • Itunes back up to icloud

    Can anyone help with this. We want to ensure we don't lose our itunes music, apps, books etc. We are a family but have 4 different apple id's. Are we able to upload all the info for the 4 apple id's into the cloud using one subscription or do we have