How to change a web-request

Hi everybody
I have created a web-request. I can create a web-request, but I cannot change it. Belong to the documentation, when I change a web-request, then the change will be made in a new version.
Here is the link to the documentation:
[http://help.sap.com/saphelp_crm60/helpdata/en/46/12cdc93b75424fe10000000a1553f6/content.htm]
For creating the web-request I call this url (the hostname is imaginary):
https://+hostname.ch:44306+/sap/bc/bsp/sap/ZWEB_REQUEST/start_exit?uws_application=CRM_ORDER&*uws_mode=CREATE*&uws_service_id=Z000000001&sap-client=090&sap-language=DE&WFF_VIEW=Z00001'.
For changing the web-request I have tried this urls:
[without parameter uws_version, mode:CHANGE]
https://+hostname.ch:44306+/sap/bc/bsp/sap/ZWEB_REQUEST/start_exit?uws_application=CRM_ORDER&*uws_mode=CHANGE*&uws_service_id=Z000000001&uws_guid=4C23C343380B4542E100000083660E5E&WFF_VIEW=Z00001
-> The webrequest appears in change-mode, but when I save it, it dumps.
[with parameter uws_version, mode:CHANGE]
https://+hostname.ch:44306+/sap/bc/bsp/sap/ZWEB_REQUEST/start_exit?uws_application=CRM_ORDER&*uws_mode=CHANGE*&uws_service_id=Z000000001&uws_guid=4C23C343380B4542E100000083660E5E&WFF_VIEW=Z00001&*uws_version=0000000001*
-> The webrequest appears in change-mode, but when I save it, it dumps.
[with parameter uws_version, , mode:CREATE]
https://+hostname.ch:44306+/sap/bc/bsp/sap/ZWEB_REQUEST/start_exit?uws_application=CRM_ORDER&*uws_mode=CHANGE*&uws_service_id=Z000000001&uws_guid=4C23C343380B4542E100000083660E5E&WFF_VIEW=Z00001&*uws_version=0000000002*
-> The webrequest appears in create-mode, the data of the previous version doesn't appear (Probably I could fill it through the bapi or directly through the bsp). When I save it, it dumps.
[without parameter uws_version, , mode:CREATE]
https://+hostname.ch:44306+/sap/bc/bsp/sap/ZWEB_REQUEST/start_exit?uws_application=CRM_ORDER&*uws_mode=CHANGE*&uws_service_id=Z000000001&uws_guid=4C23C343380B4542E100000083660E5E&WFF_VIEW=Z00001&
-> The webrequest appears in create-mode, the data of the previous version doesn't appear (Probably I could fill it through the bapi or directly through the bsp). When I save it, I get a blank screen. It doesn't dump, but it's not saved.
Can anybody help to find out the right way, how to change a web-request?
Thanks in advance.

Hi,
the WDJ Application is DC then follow the below document to import the application into the NWDS.
Importing the local Web Dynpro DCs into the SAP NetWeaver Developer Studio
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0e4528f-c471-2910-66a0-dd459f975dc2
after importing the application into the nwds.
navigate to view where the push button present.
select the pushbutton properties and edit the text property.
then the value changes.
deploy the application.
Regards,
ramesh

Similar Messages

  • How to change the web server??

    How to change the web server in the details of the mobile application component in the MI webconsole??

    hello irene,
    had your tried checking on the "Use IP instead of host
    name" checkbox?
    to edit your registered application info, go to
    "Upload Mobile Component" tab and click on the Edit icon
    on the left part of the record list which corresponds to
    the application you had just uploaded.
    your application is uploaded to the same host as your
    web console application is running on. if you like to
    point it to a different server where you have your
    archive accessible, you have to change your mcd
    deployment attributes on your middleware. try the ff:
    1)run tcode: mi_mcd
    2)click on Create Mobile Component
    3)Enter Mobile Solution Name and Version
    4)Click on Display MCD
    5)Select Deployment Tab
    6)Click on Edit
    7)Change the values of WEBSERVER and WEBPATH location eg.
      if your archive is located at
      http://myotherserver:80/archive/myapplication.war
      your entry will be:
      WEBSERVER: http://myotherserver:80
      WEBPATH: /archive/myapplication.war
    where you myotherserver is the name of your http host
    server and myapplication.war is the name of your archive.
    the archive directory is just a virtual directory where
    your application archive is.
    you might need to change the port number depending on
    your http server port.
    regards
    jo

  • How to change Default Web Templete in the BI System

    Hi Experts,
      Currently user access queries using WEB BEx Analyzer and the templete is 0Analyzer.
       When we develop a query in Query Designer will publish the query in the relevant roles and user can access that query through  WEB BEx Analyzer and the templete is 0Analyzer --Open Query option.
      Now we want to change the Default templete from 0Analyzer to 0Analysis_Pattern
    Could you please update me on how/where to
    1) First check what is the default templete defined in the system and
    2) How to change the default templete from  0Analyzer to 0Analysis_Pattern.
    Thanks

    Hi,
    I am using BI 7.0
    When i go to RSCUSTV27
    'Change View  "Set Standard Web templetes"
    Customizing ID : Business Information Warehouse
    Set Standard Web Templetes
    Broadcasting
    Query precalcilation
    Report Precalculation
    Enterp report
    Ad Hoc Analysis
    Every thing is Blank
    But currently we are using 0ANALYZER web templete
    Please update
    Thanks

  • How to change the web icon in the browser window

    i have created my site and cant find how to change the icon in the browser window (like they have done at the top of this page with the Adobe icon before the  Adobe Forums: text )would anyone be kind enough to give me some help??

    Do you mean the favicon?
    I only just recently learned about favicons myself - so if you google the word you'll get lots of resources for it. Bascially it's a little icon file that sits at the root directory of your site that the browsers find and display for you. As long as the file is there (*named favicon.ico*) it will show up automatically if I'm correct in what I've read.
    Is this the thing you're looking for? (edit: it also shows up in your bookmarks list in firefox - if this is the one you want that's the favicon file)

  • How to change the web address on my iWeb page?

    I was wondering if it was possible to change the web address for the page I have created with iWeb?

    No you can't change it as it is made up of your .Mac account name and the name you gave the web site in iWeb. You can change the name of the site in iWeb by clicking on the site name and editing the name, but that will only change the last part of the full URL of the web site.

  • How to change the web service address of NetBeans generated WS client

    I am currently experimenting with web services using netbeans and Sun Application Server.
    Basically I am creating simple web services using net beans and then deploy them on the app server and then create another pfoject with web service reference to that web service to invoke the service.
    My problem is when a project is deliverd to the production site the the client applications web service reference will need to be configured to refer to the production web service address. But when I looked at the generated web service client code the address is hard coded.
    How can I change the address to the web service of a web service reference created in net beans either using some configuration file (without having to recompile the client) or at runtime.
    Thanks in advance

    bump...

  • How to change the web page title of a web dynpro app?

    Hello,
    I would like to change the HTML page title of a web dynpro application without renaming the application component itself - but how?
    Thanks for your comments!

    Hi M Walter,
    Assuming you are using Web Dynpro Java, you can change the title of the Web Page for Web Dynpro App by adding the title to the main window of your app.
    Go to Windows and open the properties. There will be a field called 'title'. Give the title you want, save, build, DC->Build and deploy.
    The title you gave to this Window will be displayed as the title of your Web page.
    Regards,
    Ajay

  • How to change the transport request of a NOTE without undoing the note

    When we applied the OSS NOTE we put it in a transport request. How can we move the objects into another transport request? Since this is a REPAIR type, SAP does not allow manual copy of the entries. I don't want to include the objects of this transport into another one, Is there any other way?

    1. Create a new transport request in SE01
    2. Select the request and click on "Include Objects: button.
    3. Select "Freely Selected Objects: option from the pop-up windoe
    4. Select "Selected Objects" option
    Now you see three rows without any PGMID selected.
    5. Check the checkbox corresponds to the row and enter the value OBJ & OBJNAME (Textbox without any label). (This valued can be retrieved from your previous request).
    6. Delete the same object from your previous request.
    7. Click on "execute" button.
    8. Click on "Save In request" button.

  • How can I do to change the web site when I open a new tab.

    Dear Friends...
    I cant find information, how to changes the web site when I open a second tab. Example: when I open Firefox my home page is google and that is perfect but when I open a second tab, why appears yahoo as home page? I want to changes that and I cant find how to do it . Thanks

    The normal behavior is to open a blank tab, an add-on will be causing it to display Yahoo. One add-on that does this is the freeze net assistant, if you have that one you can uninstall it and it should revert to opening a blank tab.
    There are add-ons that let you specify what should open in a new tab, such as:
    * NewTabURL - https://addons.mozilla.org/firefox/addon/newtaburl
    * New Tab Homepage - https://addons.mozilla.org/firefox/addon/new-tab-homepage
    Another way of opening the home page in a new tab is to middle click on the home button in the navigation toolbar.

  • I want to know how to change schedule on Transport Requests

    Hi.
    I want to know how to change schedule Transport Requests.
    And the Transport requests has already approved by Transport Proposals.
    Now I tried to change schedule after re-creat Transport Request,it is same
    Transport Request Number.
    But I can't change schedule.
    Please help me!
    Thanks.
    Toshi

    In full editor, Image>Resize>image size. Be sure to check "Resample Image & Constrain proportions".
    You can also do it with the crop tool. On the tool's option bar, enter the resolution in the appropriate box.

  • How to change Transport request into local object $temp.?

    Hi experts,
    I would like to know to how to change a Transport request into and local object.
    I have already assigned Infopackage to TR, but its not required. We dont want this infopackage to be transported to prod. So how can i change that as a local object.
    Please put our valuable inputs.
    Thanks in advance.
    Regards,
    Dubbu

    Go To that Infopackage ,
    Extras Menu----Object catalog entry.  There you can change package name.
    or
    In SE09---Under the transport requests you can search for the infopackage name and delete from the TR.
    Regards,
    Srikanth
    Edited by: srikanth on Feb 19, 2009 2:26 PM
    Edited by: srikanth on Feb 19, 2009 2:27 PM

  • How can I use a SWF as a web request proxy between Javascript and my server?

    I know I can call my server directly from javascript.  However, I want to do this through a non-GUI SWF file.
    I'm fairly new to Flash but have gotten all the CS3 tools from work.
    Does anyone know of any examples on:
    1. how to make a web request from within flash provided the URL, post content, and timeout
    2. how to call a Flash API from javascript asynchronously
    3. how to detect whether the browser being used can support my SWF (I don't want it to prompt to install Flash if they don't have it yet)
    I'm actually hoping someone has already done this and has a sample already built.
    Thanks for any help.
    Kevin

    glkad - I think you misunderstood what I'm after.
    I don't just want to send the browser to another URL.  Here's the flow:
    A. javascript initiates a GET or POST web request through the SWF file providing a timeout
    B. the SWF actually makes the request to the server failing if the timeout is exceeded
    C. the SWF notifies the javascript when the call is complete (or times out) and provides the content returned from the server as a string
    I'm looking for more details regarding your answer #3.  HOW can Idetect if flash is available?  (remember, I'm a newbie at flash )
    Thanks.
    Kevin

  • Changeing the Transport request Attributes?

    Hi Guys,
                 Can anybody tell me how to Change the Transport request Text , means while creating a Request u will enter the Description for Each request.Can anybody tell me how to change that description?
                   Very Urgent.
    Thanks,
    Gopi.

    HI,
       You cannot change the text of a request if you are not the owner of that request..first change the owner of the request to your id and change the text.
    Thanks
    mahesh

  • Web request - press interact and navigate to account identification

    I have created a web request . The user request a demand. In inbox, he could search this web request and press "interact" button, system should navigate to account identification and user identify the applicant (web request) manually by mail address. So  how to customize the web request ? Thanks.

    You can' t use criptManager.RegisterStartupScript for redirection in sandbox solution.
    Please find the below reference
    http://social.msdn.microsoft.com/Forums/office/en-US/bd37b640-e225-41c0-8344-9f3b52fe0434/open-popup-window-and-redirect-user-to-home-page-in-sandboxed-solution?forum=sharepointdevelopment
    You have one more option to open a popup SP.UI.ModalDialog
    Please find the below reference
    http://msdn.microsoft.com/en-us/library/ff798375.aspx
    http://blogs.msdn.com/b/chaks/archive/2011/09/14/modal-dialog-box-in-sharepoint-sandbox.aspx

  • How to have multi select dropdowns for web request and adobe forms

    Hi All,
    I am working on interactive forms for CRM 7.0 using web request and ZCI layout.
    When I say web request we define the fields required for the form in CRM that becomes the context for WDA and passed onto Adobe form.
    This web request is a flat structure which mean if I have a node and attributes with in that you cant have multiple values to wards this node as in WDA.
    Now My query:
      I have a field called "xyz" since web request is a flat structure i just defined it as a string.
      In WDA I made it a enumrated field and added key value pairs to it.
      In Adobe form I binded this field to a WD native enum dropdown list every thing is fine untill here.
      Now in the form I need this as a multiple select, so i changed the dropdown field to list box it works.
      The form has to be submitted as a draft version when did so, it will not execute any APIs but saves the data to the web request.
      When the same form is opened for the next time, with the data in web request it should reopen this field with the multiple seleced values high lighted.
      since the field xyz is a single filed of string, how can i maintain multiple values in that...?
      if there is a form status auto save function in Adobe form this might solve a bit but not sure when the form is opened 2nd time from web reqest view does it consider it as a new one or open the same form...?
    I have such dropdown fields and problems including ones with depenedt values on one another.
    I tried my best to explain the problem, if somebody can help me with this its much appriciated.
    Note: Since this is dependent on CRM web request I am posting the same query in that block also apologies if this mean a duplicacy.
    Thanks & Regards,
    Sai

    I got the solution and problem is solved.
    Iterating & processing a enumrated dropdown is like any other dropdown /list box in adobe forms.
    Regards,
    Sai Krishna

Maybe you are looking for

  • Problem With Deploying a very simple Servlet

    HELP REQUIRED: Hi, I'm including code of a very simple Servlet application (I shd not call it an application): index.html ========== <html><body bgcolor="#FFFFFF">      <head>      <title> Rajeev Asthana </title> <form action = "/HelloWorldApp/HelloW

  • Airport extreme base station no longer recognizes password

    Away from house for a week. Came back and none of our iPhones, iPads can connect to wifi network. Airport Extreme base station will no recognize my network password to check settings. Airport Epress will not join network either.

  • Macbook Air camera not working with Jabber and Skype

    New Macbook Air (2013) and the camera does not recognize Skype or Jabber (Cisco product). Unbelievable that Apple does this but any suggestions on how to fix this issue?

  • Can't download my content

    i bought the TV show LOST Vol.1 and did manage to download all the episode except episode 29 for some reason I'm getting this message : (there was a problem downloading the artwork for season 2 : everybody heat hugo / lost, Vol1 : seasons 1-3 / Lost)

  • App world icon is missing

    I'm using Torch 9800, and d OS is 6.0. Since I upgraded the blackberry app world, the icon has been missing, I've tried everything possible to restore but all my effort has been in vain. Pls what can I do restore the icon?