How to convert get parameters to post

hi,
i have a problem in adding parameters to url
it is not executing all the parameters as the length is too long
so i read in help file that if lenght is too long we need to convert get parameters to post
can any one tell me how to do that its urgent
http://sapwin2.agi.com:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?TEMPLATE=y_test_w001_q&BI_COMMAND_1-BI_COMMAND_TYPE=SET_ITEM_PARAMETERS&BI_COMMAND_1-VISIBILITY=HIDDEN&BI_COMMAND_1-TARGET_ITEM_REF=ANALYSIS_ITEM_1
please tell me how to convert to post parameters

Hi,
in standard HTML post and get are the two methods sending data from one page to another. While method get the parameter to the URL after "?" and seperated by "&" method post is using an HTML-form.
In your case I would suggest to implement a form with hidden fields named by your parameters and containing the values. By clicking the submit button, the hidden fields are transmitted as post parameters.
example
<html>
<head> </head>
<body>
<form name="test" action="http://sapwin2.agi.com:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex">
<input type="hidden" name="TEMPLATE" value="y_test_w001_q">
<input type="hidden" name="BI_COMMAND_1-BI_COMMAND_TYPE" value="SET_ITEM_PARAMETERS">
<input type="hidden" name="BI_COMMAND_1-VISIBILITY" value="HIDDEN">
<input type="hidden" name="BI_COMMAND_1-TARGET_ITEM_REF" value="ANALYSIS_ITEM_1">
<input type="submit>
</form>
<body>
</html>
Hope this helps.
Regards Michael

Similar Messages

  • How I can pass parameters by POST method?

    How I can pass parameters by POST method?
    I use URL Template iView. I checked Requested Method - POST, but when I started the iView the program says:"It's a GET method!"
    I use httpServletRequest.getMethod()in the program.
    Environment: EP6 SP2
    Thank's! 

    Hi Kremena,
    the OSS stands for "Online Service System" - service.sap.com - messages or directly: service.sap.com/message.
    Hope it helps
    Detlev

  • How do I get to my posting?

    I posted a question the other day. When I went to open it after logging in, it said "Error. You do not have permission.......". Then I went to "My Questions" and found my posting under "Unaswered Questions". It was under "Administration>Duplicate Posts". When I clicked on this, I got another error message which read: "Error: you do not have permission to view the requested forum or category."
    I cannot find any Adminstration categories. How do I get into my posting to see the replies?
    Thanks,
    Herschel

    Thanks, how did you do that[?]
    Brian is one of our "Hosts" and has powers far beyond mortal men.
    [W]hy did it occur?
    Probably just a one-time glitch. Posting to this forum was exactly the right thing to do. If you are having a problem that requires intervention, one of the Hosts will read your post and act on it.

  • How to access GET-parameters in portal url

    Is it possible to access GET-parameters in a bsp application in an iview in the enterprise portal, and if so, how do I do it?
    If you look at the url of this post (/message/1514719#1514719 [original link is broken])
    I would like to have the value of "forumID" in the bsp application in the iview with shortlink "thread".

    Raja,
    your solution is what I was initially looking for, so thank you.
    Can you also supply a link to the article you refer to?  I can't find it:-)
    But while looking for this I found something even better, a way to pass parameters to an iview without having to define them in the iview ApplicationParameter-property.
    Apparently the trick is to add the parameter "DynamicParameter" to the url, that translates to different parameters in your bsp application(iview).
    So if you want your bsp application to have the parameters "roomid=555&date=01.01.2007" your url should be
    http://bla/irj/portal/rooms?DynamicParameter=roomid%3D555%26date%3d01.01.2007
    where %3D is the ascii representation of "=" and %26 is the ascii representation of &.
    I found this here : /message/529588#529588 [original link is broken] , but in this thread they say to separate the parameters by a ";", whereas for me it only works when i use %26 (&).
    Message was edited by: Dries Horions

  • I am uploading a audio book. How do I get them to post in order in my library?

    I have an audio book that has over 30 cd's to the set.  My first problem is that even though I loaded them to my libary in order they did not post that way.  How can I get them to sort so that all of my cd's are in order for this book?  I figure that I have to correct it in my Itunes library before synciing it to my I-pod.  Any help would be appreciated. 
    <Edited by Host>

    Generally a bad move to post your email address directly on any forums. Spammer's robots will pick them up to send you unwanted emails. I asked a host to edit out the link.
    See Audiobooks on iPods.
    tt2

  • How to pass GET parameters from BPEL to webservice?

    Hi,
    How can I pass GET parameters to webservice from BPEL. For example if a webservice expects to get 2 parameters as GET parameters like the following URL:
    http://xxx.xxx.xxx.xxx/some-web-service?parama=abc&paramb=123
    How can I pass parama and paramb to the webservice call?
    Thanks,
    Ronen

    Hello Ronen,
    Im assuming that you're using SOA Suite 11g. The developer guide describes the following: http://docs.oracle.com/cd/E29505_01/dev.1111/e10224/sca_bindingcomps.htm#CHDEEGDC
    And the following blogpost explains in detail how to implement https://blogs.oracle.com/reynolds/entry/oracle_http_adapter
    Good luck!
    Melvin

  • How we will get parameters when we uses EMBED tags

    hi ,
    how we will get parameter from applet in netscape. When my swing applet using OBJECT tag, runs in IE it works fine.
    And im able to getting parameter. But in the case of Netscape (that means when i used EMBED tag) im not able to getting the parameter.
    How we will give <param tag in the case of EMBED tag. Im sending my snippet which is for only netscape.
    <EMBED type="application/x-java-applet;version=1.2.2"
    width="800" height="1200" code="myclass.class" codebase='mycodebase'
    pluginspage="http://java.sun.com/products/plugin/1.2/plugin-install.html">
    <NOEMBED>
    </COMMENT>
    No JDK 1.2 support for APPLET--please download the plugin.
    </NOEMBED>
    <param name='parameter' value='value'>
    </EMBED>
    If anybody helps, very much thankful to them
    thanks in advance

    Parameters should be inside the EMBED tag, like this :
    <EMBED type="application/x-java-applet;jpi-version=1.3.1" CODE = "Editor.class" WIDTH = 350 HEIGHT = 200 scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3.1/plugin-install.html"
    TOOLBAR="true"
    TOOLBAR.FLOAT="true"
    TOOLBAR.ALIGN="east"
    >
    Matthieu

  • How can I get my old posts back

    I recently upgraded to Leopard and ILIFE08. I am in a frenzy bc the iweb does not have any of my old posts. I even tried to publish a new BLOG entry and now my entire webpage is back to the main template erasing all of my original info. Before the upgrade, I save all of the back end files from iWeb. I tried to drag it into the new iWeb thinking it would then add the info in, but now. Any help on getting my original blog and webpage back? Thanks

    Hi miafrommidlothian,
    I apologize, I'm a bit unclear on the exact nature of your question. If you are talking about an iBooks Author account (used for publishing books to the iBooks Store), you may find the information in the following pages helpful, including the phone number/email address for contacting iBooks account support directly if necessary:
    Apple - iTunes - Working with iTunes - Sell Your Content - Sell Your Books - Authors & Book Publishers: FAQs
    Apple - iTunes - Working with iTunes - Sell Your Content - Sell Your Books
    Regards,
    - Brenden

  • How can I get rid of posts when there is no little x to click on?

    I was in Farmville Freaks and clicked on share and now it's on my home page and can't get it off because there's now little x beside of it to click on.

    See this: <br />
    http://support.mozilla.com/en-US/kb/How+to+set+the+home+page

  • Acrobat X Pro 10.1.8: How do I get access to "Poster", "Multiple" and "Booklet" in print-dialogue (g

    I recently upgraded to Acrobat X Pro 10.1.8. When printing a large PDF (>90 pages) I wanted to print multiple pages on one. But the button to access this option (like the button for poster and booklet) is greyed out. So I deleted the printer and reinstalled it with up-to-date-driver and PPD-file. No success. I have an identical installation on a second Mac. Printing n-up from there works just fine... Any ideas what to do?
    (MacPro 3,1, Mac OS X 10.6.8, Acrobat X Pro 10.1.8, Canon Imagerunner Advance C2220i over LPD)

    HI J,
    You'll find good information regarding your question in these two threads:
    Booklet
    Re: Printing a Booklet
    Regards,
    Barry

  • Pass parameters via POST in WDPortalNavigation.navigateAbsolute method

    Hi,
    how can i pass parameters via POST method from WD Application using WDPortalNavigation.navigateAbsolute method
    Should i pass the parameters as part of the NavigationTarget URL or they should be passed via different parameter?
    Thanks,
    Yuly Roberman

    What is the procedure to pass parameters via POST using WebDynpro ?
    I am required to pass XML Data via POST.
    I have gone through the following :
    a) http://help.sap.com/saphelp_nw04/helpdata/en/9e/a073001903c9419592b14c2aa63669/content.htm
    b) Inter Navigation Application in Web Dynpro
    However, I could not find any reference to do the same via POST.
    Can anyone throw light on the same ?
    Best Regards,
    Subramanian V.

  • I dont have icloud on my imac to set it up how can i get it

    Hi i don;t have icloud on my imac to st it up how can i get it

    Pleaase always post your System when you have a question: the answer is very often quite different depending on your system. I would assume you have 10.6.8 or earlier?
    The minimum requirement for iCloud is Lion 10.7.2 (Mountain Lion preferred): the iCloud Preference Pane does not appear on earlier systems - the MobileMe pane appears on Lion and earlier but is non non-functional - you cannot now open or access a MobileMe account.
    You can set Snow Leopard up to access the email on an existing iCloud account which has been set up on a compliant device, and you may be able to sync iCal using an unsupported (and possibly unreliable) hack, but no other facilities will work. You cannot open an iCloud account on Snow Leopard.
    This page outlines the limited use you can make of an existing iCloud account with Snow Leopard:
    http://www.wilmut.webspace.virginmedia.com/notes/icloudSL.html
    To make proper use of iCloud you will have to upgrade your Mac to Leopard or Snow Leopard, provided it meets the requirements.
    The requirements for Lion are:
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    To purchase it you will have to ring Apple at the number given at the bottom left of this page.
    The requirements for Mountain Lion are listed here:
    http://www.apple.com/osx/specs/
    It is available from the Mac App Store (in Applications).
    You should be aware that PPC programs (such as AppleWorks) will not run on Lion or above; and some other applications may not be compatible - there is a useful compatibility checklist at http://roaringapps.com/apps:table

  • Getting my blog posts from IWeb interfaced with Facebook

    How do I get my blog posts, created on IWeb, and through Networked Blogs to sync with my Facebook page? I cant seem to get the individual posts available to post in my Facebook status bar. No posts from blog are visible...any ideas?

    i have the same problem. and i also want to add a share button on every post so people can share it through their status on facebook. do you know how to do it? anyone?

  • Checking; How do I get a balance computed after each entry?

    Checking: How do I get a balance posted after each entry?

    Specific answer depends on how you've set up the checkbook table.
    Assumed:
    Dates in column A
    Cheque numbers in B
    Cheques/withdrawls in C
    Deposits in D
    Running total in E.
    Opening balance in E1 (a Header row cell)
    in E2:
    =IF(C+D=0,"",E1-C+D)
    The first part of the IF statement keeps the cell (vusually) empty until an amount is entered into either column C or D. If either column has an amount entered, the current balance is calculated and displayed on that row.
    Fill the formula down through the rest of column E.
    Regards,
    Barry

  • I would like to read a text file in which the decimal numbers are using dots instead of commas. Is there a way of converting this in labVIEW, or how can I get the program to enterpret the figures in the correct way?

    The program doest enterpret my figures from the text file in the correct way since the numbers contain dots instead of commas. Is there a way to fix this in labVIEW, or do I have to change the files before reading them in the program? Thanks beforehend!

    You must go in the labview option menu, you can select 'use the local
    separator' in the front side submenu (LV6i).
    If you use the "From Exponential/Fract/Eng" vi, you are able to select this
    opton (with a boolean) without changing the labview parameters.
    (sorry for my english)
    Lange Jerome
    FRANCE
    "Nina" a ecrit dans le message news:
    [email protected]..
    > I would like to read a text file in which the decimal numbers are
    > using dots instead of commas. Is there a way of converting this in
    > labVIEW, or how can I get the program to enterpret the figures in the
    > correct way?
    >
    > The program doest enterpret my figures from the text file in the
    > correct way since the numbers contain dots instea
    d of commas. Is there
    > a way to fix this in labVIEW, or do I have to change the files before
    > reading them in the program? Thanks beforehend!

Maybe you are looking for

  • Photosmart 7160 Duplex Printing Out of Paper Side 2 Intermitte​nt Windows 7 USB

    The printer works fine on XP but 75 percent of the time it fails on Windows 7. I have a removable drive so I can switch back and forth between XP and Windows 7. Symptom: Let's say I want to print 10 documents. Each document is 1 1/2 pages long. I com

  • Windows 8 installation on Macbook

    How do i get to install windows 8 on my macbook pro through bootcamp? I have the software for windows 8 on my system, i have a flash drive and when i try to do the installation with boot camp, it formats the flash and comes up with an information tha

  • XDB swb service problem

    Hello Everyone, I get an error message when I execute a webservice from APEX but the webservice works perfectly from soapUI. Please help <![CDATA[XDB error: null query in query webservice]]> Regards, Soap request: <env:Envelope xmlns:env="http://sche

  • All photos not available

    How come when creating a journal the All Photos option is unavailable?

  • Cannot create client error with sample SAP JCO code

    Hi, I am encountering the following error when trying to connect to a R/3 system using the WAS 6.40 on my laptop. I have cut and pasted the Example1 code from the SAPJCO into my NetWeaver developer studio IDE. java.lang.UnsatisfiedLinkError: no CpicN