Link the URL to SAP web Lists

hi,
how to Link the URL to SAP web Lists using the ITS server
please help me ASAP
regards,
vijay
Message was edited by:
        vijay Aru

to do this while writing the list you have to use WWW_SET_URL function.
example
write: 38(3) itab-ob color col_normal intensified off .
url = 'http://www.google.com' .
    clear : leng .
    leng = 3 .
    call function 'WWW_SET_URL'
         exporting
              offset        = 37
              length        = leng
              func          = url
         tables
              query_string  = qstring
         exceptions
              invalid_table = 1
              others        = 2.
    if sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
Regards
Raja

Similar Messages

  • Issue linking external URL's in task list

    When I link a URL to a task list, a pop-up at the bottom of the screen saying "Only secure content is displayed" with a button saying "Show all content"
    When I select "Show all content" an Internet Explorer pop-up appears asking to either "Leave this page" or "Stay on this page."
    Selecting "Stay on this page" does nothing, but selecting "Leave this page" logs me out of Planning. When I log back in, the web page appears when I click on the task list.
    When I log off and close my browser, I have to go through the same steps.
    Is there any way to have the URL task list work without having to go through those steps? Is this an IE security setting?
    Thank you in advance for any input.
    Tiffany

    What URL are you using, is that an FR or WA report? If so check this Oracle - Hyperion Labs......: Generate Smartcuts for all objects under a folder
    Regards
    Celvin

  • When curser is on hyper link the url will diplay on the bottom of the screen in the background.(where done is located when site is loaded) How do you control this function?

    When curser is on hyper link the URL will display on the bottom of the screen in the background.(where done is located when site is loaded) How do you control this function?

    Do you want to control that via code on a web page to prevent visitors from seeing the link or do you ask as a Firefox user?<br />
    Tools > Options > Content : JavaScript > Advanced > Allow Scripts to:
    [ ] "Hide the status bar"
    [ ] "Change the status bar text"
    The Status Bar will be gone in Firefox 4.0 and is replaced by the (View > Toolbars) Add-on bar that extensions can use.

  • Using the URL to filter a list

    All,
    I am using the URL to filter a list, for example, FilterField1=Writer&FilterValue1=Chris%20Tobey.
    In this method, we need to provide the FilterField which is the column name. Can we do the filter for all column? For example, I would like to search all items in the list which
    contains "hello" in any column by using the URL?
    Thanks

    Hi,
    The query string in URL won’t be able to meet your requirement.
    The OOTB
    Search box for a list can be found above the list view, it can search items contains the keyword in the current list:
    http://community.office365.com/en-us/f/154/t/171565.aspx
    Or if you want to do more customization, work with
    Search API programmatically would be required:
    http://msdn.microsoft.com/en-us/library/microsoft.office.server.search.query.keywordquery.aspx
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2013/01/03/how-to-use-the-sharepoint-2013-search-keywordquery-class.aspx
    Here is a code demo in this thread can
    search items in a particular document library with specific keyword
    for your reference:
    http://social.technet.microsoft.com/Forums/office/en-US/41699f4b-f1a5-4449-b121-01fbb862436f/how-to-fetch-item-from-document-library-using-query-search-in-sharepoint-2010-?forum=sharepointdevelopmentprevious
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • I want to assign the Url of a Sharepoint list page to a Constant, and I am using it into User Control navigate Url.

    I want to assign the Url of a Sharepoint list page to a Constant, and I am using it into User Control navigate Url.
    But it is Not working there , Could you Please Suggest me the Better way..
    Regards
    Nitesh

    Your question isn't clear. Can you explain what you're trying to do and what you've attempted?

  • Not able to access the URL for this web service (BPR)

    1. Start SAP Solution Manager and call transaction SICF.
    2. Right-click on default_host/sap/bc/solman, for example, and
    select Enable service. When the service is enabled, additional
    subgroups are visible.
    Enabling reveals the URI of the Web service. In this case, it is
    /sap/bc/solman/bpr. The protocol type is http. If you right-click
    on bpr and select Display service i got the below error
    <soap:Envelope soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding">
    <soap:Header/>
    u2212
    <soap:Body>
    u2212
    <soap:Fault>
    <soap:faultcode>Client</soap:faultcode>
    <soap:faultstring>Missing SOAP envelope.</soap:faultstring>
    </soap:Fault>
    </soap:Body>
    </soap:Envelop
    Regards,
    Neni

    Hello Neni,
    In most circumstances this error was caused by incorrect customizing, an external alias for the default host /sap/bc/solman/defaultuser had an incorrect target handler assigned to it.
    Solution Manager's IMG and documentation (www.service.sap.com/solutionmanager) should detail the correct
    value to use.
    The correct values can be maintained in SICF.
    On top of this, please review the following URL for external aliases documentation:
    http://help.sap.com/saphelp_sm40/helpdata/en/78/9852bdc06b11d4ad310000e83539c3/frameset.htm
    Thanks,
    Mark

  • What is the url for sap services?

    hi
    i need url for  sap services to search in market place for oss notes

    Hi , pls chk this.
    OSS notes describe bugs/issues/problems in SAP software, provide the technical details and correction instructions.
    Notes also sometimes cover 'features' (ie things that are not bugs) that cause ambiguous application behavior. Additionally, specific information relevant to releases, SAP strategy (eg when is support to a particular version going to end) regarding its products and so on is also provided via notes.
    You have a search portal for SAP Notes which will tell you more about it.
    You would a S-user id to logon to the OSS Notes. The S-user id is basically based on the installation number of your SAP system. You can get the user id from your BASIS. Once you get this then logon to this link:
    http://service.sap.com/notes.
    Check this:Re: oss
    Also check this document. It has the step by step procedures with screenshots to apply a Note.
    http://www.sappoint.com/basis/snote.pdf
    first you should have oss id then you can see oss note here
    https://service.sap.com/notes
    take a look thread
    oss
    oss note is a document provided by SAP that described particular issue, usually with symptom, cause(the reason), solution provided, and some other info (correction instruction and code).
    oss note has version, date issued, and categorized to application area (e.g BW, CRM, etc).
    in practice, when error occured, normally there will be error number and message, that can be used to search oss note which in return may provide possible solutioon. some problem will have short dump, and in the dump, there is suggestion to search oss note with using keywords specified(program name, module name, etc.)
    cheers,

  • Dynamically loading the url of a web reference object in C#

    Hi,
    We have a number of assemblies (C# - VS 2010) that access third party web services via SOAP.  The url to access the site is part of the web reference object.
    We have need to be able to change the url used to access the service at run runtime when conditions require.
    What would the be the best practice of dynamically setting the url to be used at run time?
    Thanks in advance.
    SanDegan99

    You could specify the URLs as keys in the application configuration file (App.config or web.config) of the main application:
    https://msdn.microsoft.com/en-us/library/system.configuration.configurationmanager.appsettings(v=vs.110).aspx
    https://msdn.microsoft.com/en-us/library/aa374182(v=vs.85).aspx
    App.config:
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
    <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
    </startup>
    <appSettings>
    <add key="url1" value="http://www.url.com/test.asmx"/>
    </appSettings>
    </configuration>
    You can then retrieve these values using the ConfigurationManager class in any assembly that is referenced from the main application like this (add a reference to System.Configuration.dll):
    string url = System.Configuration.ConfigurationManager.AppSettings["url1"].ToString();
    You can change the values of the keys in the application configuration file without having to recompile the application.
    The other option is to specify the URLs in a database or some other persistent storage from which you read at runtime but configuration files are generally used to store these kind of variable application settings.
    Please remember to mark helpful posts as answer to close your threads and remember that any new question you may have should be asked in a new thread of its own.

  • How to find the URL of deployed Web services?

    Hi,guys. I have created a Web service, and deployed to WAS.But where is the accessing URL? WAS has created several WSDLs for the serviece, but I can not find the URL in the files.
    I think that the URL looks like "http://localhost:50000/XISOAPAdapter/MessageServlet?channel=:WAS2:CC_GIS_Equipment_Create_SOAPOUT&version=3.0&Sender.Service=WAS2&Interface=urn%3Azpepc%3Agis%3Aequipment%3Amaintenance%5EMI_GIS_Equipment_Create"

    my accessing code is:
    public class VacationClient {
         public static void main(String[] args) throws Exception {
              System.out.println("SOAP call start");
              VacationClient helloSOAPClient = new VacationClient();
              String resultValue = helloSOAPClient.doSOAPRequest(
                        "VacationCheckerService", "getVacationDays",
                        "employed_years", 20);
         public String doSOAPRequest(String _strURI, String _strMethodName,
                   String _strName, int _strValue) throws Exception {
              Call call = new Call();
              call.setTargetObjectURI("urn:" + _strURI);
              call.setMethodName(_strMethodName);
              call.setEncodingStyleURI(Constants.NS_URI_SOAP_ENC);
              Vector params = new Vector();
              params.addElement(new Parameter(_strName, Integer.class, new Integer(
                        _strValue), null));
              call.setParams(params);
              System.out.println("&#24320;&#22987;");
              Response resp = call
                        .invoke(
                                  new URL(
                                            "http://10.136.31.121:50000/TestWeb_Config1_SoapServlet"),
              if (resp.generatedFault()) {
                   Fault fault = resp.getFault();
                   System.out.println("failed&#65281;");
                   return "failed&#65281;";
              } else {
                   Parameter result = resp.getReturnValue();
                   System.out.println("sucessful&#65281;"+result.getValue().toString());
                   return result.getValue().toString();
    But the URL is not correct ,and an exception is throwed:
    Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; msg=Software caused connection abort: recv failed; targetException=java.net.SocketException: Software caused connection abort: recv failed]
         at org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnection.java:358)
         at org.apache.soap.rpc.Call.invoke(Call.java:248)
         at test.VacationClient.doSOAPRequest(VacationClient.java:44)
         at test.VacationClient.main(VacationClient.java:18)

  • Where is the URL defined for web enabled transactions / PFCG execute?

    Hi
    One of our developers is having an issue. Apparently, when executing a web enabled transaction from within PFCG (in the menu structure right-click and choose u2018executeu2019) the Internet Explorer on the client is started with a url to:  http://www-s1pprint.ourcompany.com/sap/bc/webdynpro/.... which is incorrect (note our system SID is S3D but it was copied from S1P, however, what is the 'print' part??)
    When testing the exact same service from SICF it is working well and goes to the correct URL http://www.esd3002a.ourcompany.com/ etc, so the reference must come from another source. We'e checked parameters in SM59, RZ10 and SMICM so far and can't find anything relevant.
    Where is this set?
    Thanks
    Ross

    What's the content of the parameter
    icm/host_name_full
    (check using RZ11).
    Does this return the proper full qualified hostname? If yes,  check the hosts file and/or DNS of the server whether the IP resolves to the proper name and vice versa.
    Markus

  • How to set the Logging in SAP Web AS through Netweaver 7.1 ?

    Hi,
    Can you please help us with the steps to set the Log Level and Log files using SAP Netweaver 7.1
    Thanks

    WHat kind of logs are you trying to set? If these are work process logs you can set on SM50, for example.
    Regards,
    Tiago

  • Why can I not see the URL display when I mouse over a link?

    When I mouse over a link the URL does not display at the bottom anymore and I cannot figure out how to make it display so that I know where I'm going before clicking. I only just recently noticed this happening and am not sure what changed.

    Your above posted system details show outdated plugin(s) with known security and stability risks.
    *Next Generation Java Plug-in 1.6.0_17 for Mozilla browsers
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)

  • OpenDocument URL for SAP BW query

    Hi,
    We have built universe on top of SAP BI query and created the variable for Fiscal Year. When I run any WebI report created from the same Universe it automaticaly pops up the window to pass the parameter for Fiscal Year.
    I have created two reports one Parent and other one is child. For the child report I am passing the Fiscal Period value as Period 05 2010. When I click on Parent report link to show child report it shows me the MDX error instead of report. (The report works fine without link)
    Prompt Name: Fiscal Year
    Values: Example Period 04 2010,Period 05 2010, Period 06 2010 etc
    URL is:
    ="<a href='../../opendoc/openDocument.jsp?sPath=[PublicFolder],[MSS],[MSSScorecards]&sDocName=Scorecard&sType=wid&sWindow=Same&sRefresh=Y&lsSFiscal+Year=Period 05 2010'>Click</a>"
    Please suggest me if I am missing anything in the URL and let me know how to format the URL for SAP Query based universe.
    Environment:
    BOE XI3.1 (Web Intelligence)
    SAP Integration Kit 3.1
    SAP BI 7.1
    Thanks,
    Moogi

    Hi,
    the product group is working on extending the functionality of the int.Kit and improving the integration between BOBJ and SAP in general. Stay tuned for future releases.
    Regards,
    Stratos

  • SAP Web services

    I am trying to use XCelsius 2008 to connect to SAP Webservices using Webservice Connector.
    I provided the WSDL URL and tried to Import. But got an error Unable to load URL.
    I am very new to Xcelsius and it seems like the SAP web service basic authentication is failing. Is there any way to hard code the username and password so that it will work?
    Or am i missing something important here? Any help would be appreciated.
    My email id is  [email protected]
    Thanks,
    Anil.

    Hello
    SAP Webservice refers to the develop of a WebService in Netweaver you can use ABAP or Java to do it.
    This link will be helpful
    [SAP Web Services - Definition and Tutorials/Weblogs|SAP Web Services - Definition and Tutorials/Weblogs]

  • How to Rewrite the URL

    When I use the mod_rewrite to change my URL http://www.domain/myapp/ to http://www.domain/, it didn't work.
    In my case I added some lines like this:
    RewriteEngine     on
    RewriteRule          ^/$     /myapp/ [R]
    and another way didn't work as well, like this:
    RewriteEngine on
    RewriteBase     /
    RewriteRule     ^myapp$     /myapp/ [R]
    What should I do?
    Thanks a lot!

    What you can do is to use a javascript to invoke the link. Assign the link to a javascript variable. Make sure the javascript varible is not in the URL rewrite javascript varible list in the adminConsole. This way the url will not be re-written.
    ie.
    <script language ="javascript">
    myUrl= "http://blah.html";
    function openThisUrl(thisUrl) {
    window.open(thisUrl);
    </script>
    <html>
    <a href = "javascript:void()" onClick="openThisUrl(myUrl)">Link</a>
    </html>

Maybe you are looking for

  • How do I sync my new iphone without deleting everything in my library?!

    Last time I got a new iphone, all my music was deleted when I first synced it with my itunes library. How do I make sure that doesn't happen again?! What exactly do I have to click when the initial message pops up asking if I want to sync the new dev

  • Mac keeps restarting before installing windows

    I used bootcamp to make a partition of 200gb for windows, when i clicked install in bootcamp my mac restarted and started installing windows xp. When it is finished it again reboots. Than i cant choose between my windows or my mac partition and the w

  • Computer Crashed...trying to get songs from Ipod onto new comp...

    I looked at a few old threads with similar problems and got myself to the very beginning part where you say "no" to replacing your old library with the "new, improved" empty library (GAWD!) and then I clicked on my Ipod in the "source list" to change

  • Can't see Apple TV as a device

    How can I get Apple TV to show up as a device in Itunes on my computer.  I have the code but can't see it as a device Like I can my Ipad and Iphone

  • Regarding address number of a partner in a sales order

    Dear All, I have one doubt in creting sales order. When creting sales order we provide the partners data like name, address,tel no etc.When we saved it does the system automatically generates the address number or we need to generate it.