WCF and stock quote services

Does anyone know of a service or website that supplies information on stocks (similar to what Yahoo finance shows in its website) but that would be accessible via a Windows Communication Foundation program.
For a time I used http://www.webservicex.net/stockquote.asmx but they no longer respond either at the program level on as a website.
I would need to access the service using Windows Communication Foundation.
I use Vs2008 Professional and the C# language.
Thanks.
--John

Hi olbertja,
I’m afraid that it is not the correct forum about this issue, since this forum is to discuss Visual C#. I suggestion you post the question in this forums at
http://forums.asp.net/28.aspx/1?WCF+ASMX+and+other+Web+Services. It is appropriate and more experts will assist you.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • WCF and OSB business service

    OSB 10g
    Hi
    Has anyone managed to successfully connect to a Windows Communication Foundation (WCF) Web service endpoint. I created a business service to
    connect to the web service but the connection times out after a pre-defined period of time. I can successfully connect to the WCF web service if I
    create a .NET client proxy application.
    thanks
    Damien

    Hi Manoj,
    We want to connect our production esb to the ERP ( IFS) system and we want to do this with the OSB. The ERP system has a lot http services and they are all running on jboss. On this app server they have enabled ntlm so users can their account to fill in there project hours /administration.
    I got this working with a authenticator in a jdeveloper 11g web service proxy client. ( http://biemond.blogspot.com/2009/04/jax-ws-web-service-proxy-client-and.html )
    thanks Edwin

  • Stock quote rate and time in a small portlet

    Hi Gurus,
    Is there any website from where I can get the stock quote of my company and show it in a small 1 inchX1 inch size portlet. I don't want to show the entire content of the page. I just want to show the quote rate and time. I have tried Yahoo, Quote, Nasdaq. I have tried to use Web clipping portlet to grab that part alone. They have some script calls from that area to the other part of the page. So, when I open the portlet, it gives me the pop up script error. Gurus, Can you post a reply if you have any idea about this.
    Thanks
    Raj
    -------

    You can use the Web Page data source in OmniPortlet. There are also various Stock Quote Web Services or XML feeds that can be used with OmniPortlet.
    If you need more information, please post your question to the PDK forum.
    Regards,
    Jerry
    PortalPM

  • QuotesRT and PortfolioRT are not real time stock quotes!

    I just bought QuotesRT and PortfolioRT to check real time stock quotes. But today, after comparing with another real time quotes service and Yahoo Finance real time quotes, I noticed that the stock quotes in QuotesRT and PortfolioRT are not real time at all!
    Are there any other QuotesRT and PortfolioRT users out there? Do you see the same problem? How to contact their technical support team?

    This is the developer website - http://www.litmanxp.com/iPhone/QuotesRT.html

  • Since upgrade when I am in Google Finance and look at stock quote, and hit to see chart for say six months, it now opens a blank web page. this did not happen before the most recent upgrade? How fix? Explorer will still provide the chart.

    Just go to google finance and get a stock quote on any stock and then the price comes up and you can choose to see the price history of different time periods, 1, 5, day one week, one month, etc. In the past when you hit the button for one of the charts, it would just change the chart on the same page, now it opens a new page that is blank?

        I can see that this issue has been quite extensive, and frustrating, and I am so sorry for all that has happened societygirl! I would like to help you work this issue out. Please follow & send me a Direct Message, so I can get your account specifics and help finally bring this to a resolution.
    Thank you,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • I added a stock quote to my Chrome and now all the tabs show a live quote for Google rather than Calendar, Notes etc..How do I remove it?

    How do I remove the live stock quote from the tabs on my iCloud features. I had downloaded a stock feature but now all my tabs show Google's stock price rather than Note, Calendar etc.

    Hey -
    I need to do the EXACT same thing, but have no idea how. Has anyone out there done this?
    My situation is a tad different..this is a new Mac (and I'm a brand new Mac user). Tons of querks occur under my original account (videos won't run, Safari won't support certain plug-ins). I spent 6 hours on the phone w/ 4 different Apple Reps and nobody could fix it. A rep finally looked at my MacBook Pro in person today. He created a new account just to see if that would work and under that new account, everything works perfectly fine (no querks, can view video). He tried switching a million settings in my original account to no avail.
    He said to create a new account (as he did) and move my files over to the new account and then go back to the original and delete it. How do you do this?! I can't figure it out! I've got a new account created, but of course it just has the default folders in it w/ the little red icons next to them! Thanks in advance!

  • Beginner's questions about WCF and web services

    For the purpose of this forum let me just say that I got my certs back in Dot Net 2.0.  I know how to write simple web services.  Now someone has dumped a huge package of code on my desk that (I think) contains a WCF project (without documentation
    of course).  Contains references to System.ServiceModel.
    So my questions...
    1.  What (if anything) is the difference between WCF and Web API?
    2.  If there is a difference,  how do you decide which one to use?
     3.  Assuming that this project on my desk is a WCF project, where can I find some hints on how to run it in VS2013 Community? 

    WEB API is restricted to ASP.NET and HTTP. 
    http://captechconsulting.com/blog/john-nein/aspnet-web-api-vs-windows-communication-foundation-wcf
    WCF uses more communication protocols than just HTTP, there are more ways to host a WCF service other than IIS, like a selfhosting exe type WCF server,   and WCF is a SOA solution.
    WCF is a more robust solution in a whole lot of ways is the bottom line.
    http://en.wikipedia.org/wiki/Service-oriented_architecture
    http://www.codeproject.com/Articles/515253/Service-Oriented-Architecture-and-WCF

  • OW4J Stock Quote Demo Configuration Changes

    Hello,
    In the last few days, the Delayed Stock Quote web service published by xmethods has been in a flux. The web service has been taken on and off the website. Today, thanks to Timothy, i noticed that they have changed the URL of the web service to http://64.124.140.30:9090/soap.
    Unless you change this parameter in the demo, you will be getting "504 Gateway Timeout" errors.
    To get the Stock Quote Demo working, please do the following:
    1. Open the StockQuote.jpr Project.
    2. Click on the StockQuote.xml process
    The structure pane shows the Structure of the Process
    3. Click on the SERVICE_PROVIDER_URL process activity attribute (processActivity1 being the process activity)
    4. Change the value on the Property Inspector to http://64.124.140.30:9090/soap
    5. Save the project and run the demo
    Cheers!
    Raja

    Hi,
    THe Error is different now after the settings. Sorry for my earlier post. I am getting the following error message. DO I need to have some SOAP server running in JDeveloper ? If so pl. tell me how to start and configure the SOAP Server in JDeveloper. One more thing, I have the Embedded OC4J Http Server running in port 8988(default in JDeveloper), but inside the URI is configured in ProcessActivityAttribute property as http://localhost:9090. I am not able to understand. Please explain.
    Handle.Fault[oracle.apps.fnd.wf.engine.ExecutionException] at D:/jdev9052/jdev/mywork/WrkFlow/Project/src./ow4j/demo/stockquote.StockQuote[1094452720928]
    Caused By: executeRPC[D:/jdev9052/jdev/mywork/WrkFlow/Project/src./ow4j/demo/stockquote.StockQuote[1094452720928].processActivity1[1094452720930]] at $Header: AbstractExecutor.java 30.0 2003/03/25 22:43:21 anpwang noship $
    Caused By: 04/09/06 12:08:45 [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type "text/html", must be: "text/xml". Response was:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The requested URL could not be retrieved</TITLE>
    <STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
    </HEAD><BODY>
    <H1>ERROR</H1>
    <H2>The requested URL could not be retrieved</H2>
    <HR noshade size="1px">
    <P>
    While trying to retrieve the URL:
    <A HREF="http://localhost.wipro.com:9090/soap">http://localhost.wipro.com:9090/soap</A>
    <P>
    The following error was encountered:
    <UL>
    <LI>
    <STRONG>
    Connection Failed
    </STRONG>
    </UL>
    <P>
    The system returned:
    <PRE><I> (146) Connection refused</I></PRE>
    <P>
    The remote host or network may be down. Please try the request again.
    <P>Your cache administrator is <A HREF="mailto:webmaster">webmaster</A>.
    <! squid/2.5.STABLE1-20030124 >
    <hr>
    Generated at 06/Sep/2004:12:08:44 +0530 by rakshaka.wipro.com
    04/09/06 12:08:45      at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:209)
    04/09/06 12:08:45      at org.apache.soap.rpc.Call.invoke(Call.java:268)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.executor.OracleSoapExecutor.executRPC(OracleSoapExecutor.java:179)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.executor.OracleSoapExecutor.execute(OracleSoapExecutor.java:115)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.executeActivityInternal(JavaEngine.java:1088)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.executeActivity(JavaEngine.java:709)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.processStack(JavaEngine.java:841)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.doStartProcess(JavaEngine.java:979)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.startFlow(JavaEngine.java:171)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.WorkItemProcess.startFlow(WorkItemProcess.java:132)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.runner.RequestHelper.processRequest(RequestHelper.java:105)
    04/09/06 12:08:45      at WFProcessDetails.jspService(WFProcessDetails.jsp:232)
    04/09/06 12:08:45      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:57)
    04/09/06 12:08:45      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
    04/09/06 12:08:45      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    04/09/06 12:08:45      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    04/09/06 12:08:45      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    04/09/06 12:08:45      at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    04/09/06 12:08:45      at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    04/09/06 12:08:45      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:604)
    04/09/06 12:08:45      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    04/09/06 12:08:45      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    04/09/06 12:08:45      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    04/09/06 12:08:45      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    04/09/06 12:08:45      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    04/09/06 12:08:45      at java.lang.Thread.run(Thread.java:534)
    executeRPC[D:/jdev9052/jdev/mywork/WrkFlow/Project/src./ow4j/demo/stockquote.StockQuote[1094452720928].processActivity1[1094452720930]] at $Header: AbstractExecutor.java 30.0 2003/03/25 22:43:21 anpwang noship $
    Caused By: 04/09/06 12:08:45 [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type "text/html", must be: "text/xml". Response was:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <TITLE>ERROR: The requested URL could not be retrieved</TITLE>
    <STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
    </HEAD><BODY>
    <H1>ERROR</H1>
    <H2>The requested URL could not be retrieved</H2>
    <HR noshade size="1px">
    <P>
    While trying to retrieve the URL:
    <A HREF="http://localhost.wipro.com:9090/soap">http://localhost.wipro.com:9090/soap</A>
    <P>
    The following error was encountered:
    <UL>
    <LI>
    <STRONG>
    Connection Failed
    </STRONG>
    </UL>
    <P>
    The system returned:
    <PRE><I> (146) Connection refused</I></PRE>
    <P>
    The remote host or network may be down. Please try the request again.
    <P>Your cache administrator is <A HREF="mailto:webmaster">webmaster</A>.
    <! squid/2.5.STABLE1-20030124 >
    <hr>
    Generated at 06/Sep/2004:12:08:44 +0530 by rakshaka.wipro.com
    04/09/06 12:08:45      at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:209)
    04/09/06 12:08:45      at org.apache.soap.rpc.Call.invoke(Call.java:268)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.executor.OracleSoapExecutor.executRPC(OracleSoapExecutor.java:179)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.executor.OracleSoapExecutor.execute(OracleSoapExecutor.java:115)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.executeActivityInternal(JavaEngine.java:1088)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.executeActivity(JavaEngine.java:709)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.processStack(JavaEngine.java:841)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.doStartProcess(JavaEngine.java:979)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.impl.JavaEngine.startFlow(JavaEngine.java:171)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.engine.WorkItemProcess.startFlow(WorkItemProcess.java:132)
    04/09/06 12:08:45      at oracle.apps.fnd.wf.runner.RequestHelper.processRequest(RequestHelper.java:105)
    04/09/06 12:08:45      at WFProcessDetails.jspService(WFProcessDetails.jsp:232)
    04/09/06 12:08:45      at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:57)
    04/09/06 12:08:45      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
    04/09/06 12:08:45      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    04/09/06 12:08:45      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    04/09/06 12:08:45      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    04/09/06 12:08:45      at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    04/09/06 12:08:45      at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    04/09/06 12:08:45      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:604)
    04/09/06 12:08:45      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    04/09/06 12:08:45      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    04/09/06 12:08:45      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    04/09/06 12:08:45      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    04/09/06 12:08:45      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    04/09/06 12:08:45      at java.lang.Thread.run(Thread.java:534)

  • Firefox 4 won't allow My MSN to open Win Live Calendar, Hotmail or provide stock quotes on the default page.

    My home page is My MSN. All prev. versions of Firefox opened the Calendar, Hotmail in preview fashion. Click either would take me to their main page. Stock quotes were also displayed, refreshing whenever the page was reloaded. Now, all I see are the banners for Calendar, Hotmail. Stock quotes show only info as to who provides the data. Click on any of the three takes me to the proper page. I've deleated Firefox4, then downloaded twice with no change.
    HELP!

    Since I could not find a solution, I uninstalled Firefox 4 and installed Internet Explorer 8. Now My MSN works fine.
    I also installed then uninstalled Google Chrome. It may be a Microsoft thing that prevents other web browsers from working with My MSN. I am not a fan of MSNBC and may go to another homepage, but after 13 years it's difficult to change.

  • Need SharePoint Hosted App for Stock quotes.

    Hi All,
    I need a code for SharePoint hosted app wherein I want to show stock quotes of company. This App part should be configurable.
    Specifically Looking for code which developed in NAPA tool. But any help would be greatly appricieated.
    Thanks,
    Dhananjay.

    Hi Dhananjay,
    Please check if below article helps you :
    How to Display Stock Information in SharePoint 2013
    If my contribution helps you, please click Mark As Answer on that post and
    Vote as Helpful
    Thanks, ShankarSingh(MCP)

  • SQL server service and SQL agent service

    Hi all. If I am going to use a Domain User to start SQl server service and SQL agent service,
    does the domain user need to  be SYSADMIN ????

    No. not at all required.
    Service account should have below permissions to start SQL service and Agent services.
    Log on as a service (SeServiceLogonRight)
    Replace a process-level token (SeAssignPrimaryTokenPrivilege)
    Bypass traverse checking (SeChangeNotifyPrivilege)
    Adjust memory quotas for a process (SeIncreaseQuotaPrivilege)
    Permission to start SQL Writer
    Permission to read the Event Log service
    Permission to read the Remote Procedure Call service
    Also please go though the below URL for more information:
    http://msdn.microsoft.com/en-us/library/ms143504.aspx#Windows

  • Excel queries to MSN MoneyCentral Investor Stock Quotes stopped working

    I update stock quotes in 3 spreadsheets using a query to MSN MoneyCentral Investor Stock Quotes. Three days ago (after using for 2 years) , the Refresh for Data
    Connection would not work, giving me a pop-up with "Unable to open...http://moneycentral.msn.com/investor/excel/quotes.asp?SYMBOL =MSFT+ +CSCO+ +ABT+ +...etc"
    What is going on? Can we no longer get quotes from MSN?

    Create Your Own!
    First, navigate yourself to c:/program files/microsoft office/officeXX/queries.  The XX is either 12, 13, 14depending on system.
    Then copy the MSN Stock Quote file and paste.  Rename it YahooQuotes.  It will be an .iqy file (inquiry)
    Open it with Notepad and put this in it....
    WEB
    1
    http://finance.yahoo.com/quotes/["QUOTE","Enter stock, fund or other symbols separated by commas."]/view/fv
    Selection=2
    Formatting=All
    PreFormattedTextToColumns=True
    ConsecutiveDelimitersAsOne=True
    SingleBlockTextImport=False
    Save it.  This will allow you to get the same data as from the old moneycentral into a table.  From there, you're on your own.  BTW, you can play with the "/view/fv" to get different columns.
    BTW, I know just enough to be dangerous

  • Retrieving stock quotes using concatenate

    I've read most of the posts on downloading stock quotes and I haven't quite found the answer to my question, so here goes a new discussion...
    I have a table of 57 ticker symbols that I follow. The table grows and shrinks regularly as I find new companies to follow and remove ones that don't meet my needs. Each ticker symbol is listed in column A of my DATA table and each row contains all the various data for that symbol. Here's a small section of that table as an example...
    Ticker
    Review Date
    S&P Stars
    Price
    AAPL
    May 17, 2013
    5
    444.95
    ACN
    May 17, 2013
    4
    82.95
    AFL
    May 17, 2013
    5
    55.69
    AMP
    May 16, 2013
    3
    82.12
    ARG
    May 17, 2013
    2
    103.77
    BBL
    May 19, 2013
    3
    58.38
    I've created a CONCATENATE formula to combine the ticker symbols into a single cell (C12):
    =CONCATENATE(Data :: A3,",",Data :: A4,",",Data :: A5,",",Data :: A6,",",Data :: A7,",",Data :: A8,",",Data :: A9,",",Data :: A10,",",Data :: A11,",",Data :: A12,",",Data :: A13,",",Data :: A14,",",Data :: A15,",",Data :: A16,",",Data :: A17,",",Data :: A18,",",Data :: A19,",",Data :: A20,",",Data :: A21,",",Data :: A22,",",Data :: A23,",",Data :: A24,",",Data :: A25,",",Data :: A26,",",Data :: A27,",",Data :: A28,",",Data :: A29,",",Data :: A30,",",Data :: A31,",",Data :: A32,",",Data :: A33,",",Data :: A34,",",Data :: A35,",",Data :: A36,",",Data :: A37,",",Data :: A38,",",Data :: A39,",",Data :: A40,",",Data :: A41,",",Data :: A42,",",Data :: A43,",",Data :: A44,",",Data :: A45,",",Data :: A46,",",Data :: A47,",",Data :: A48,",",Data :: A49,",",Data :: A50,",",Data :: A51,",",Data :: A52,",",Data :: A53,",",Data :: A54,",",Data :: A55,",",Data :: A56,",",Data :: A57,",",Data :: A58,",",Data :: A59)
    Returns to cell C12 the following:
    AAPL,ACN,AFL ...  WMT,YUM
    I then use the next formula to retrieve updated quotes from the Yahoo website:
    =HYPERLINK("http://finance.yahoo.com/d/quotes.csv?s=" & C12 & "&f=snl1d1","Download Prices")
    Once the quotes.csv is downloaded, I copy and past the stock prices into my Data table.
    Now to my question:
    Can the CONCATENATE formula above be simplified so that it's easier to add or remove cells?
    If I add a bunch of new symbols to the Data table then I have to remember to add each new cell to the formula above. Or, if I delete a bunch of symbols then I delete the same number of cells from the formula.
    This is a great example of the need for a range of cells in CONCATENATE.
    Perhaps some programmer can get create and allow =CONCATENATE(Data :: A3:A59,",") where A3:A59 is the range and "," indicates an optional separation character.

    You can implement like:
    The top table is name "Download Link" and is a single-cell table.  The bottom table contains your ticker symbols and has a column which concatentates the previous list with a new sysmbol-- you can hide column B.
    B2=B1&IF(ISBLANK(A2), "", IF(ROW() = 2, "", ",")&A2)
    select B2 and fill down as needed.
    In the top table "Download Link"
    A1=HYPERLINK("http://finance.yahoo.com/d/quotes.csv?s=" & OFFSET(TickerTable :: $B$2, ROWS(TickerTable :: B)-2, 0) & "&f=snl1d1","Download Prices")
    This takes the fully concatenated string from column B of the ticker table.  If you change the name of the tables adjust them in the formulas.

  • Get latest stock quote to Swing

    Hi, All,
    Do you know how to get latest stock quote to my Java Swing program?
    Thanks a lot.
    [email protected]
    Susan

    Download data in text format from your online broker.
    Parse file for line with required stock.
    Use StringTokenizer for dissection.
    Convert data.
    Display in applet.
    I once had an application called MyTrader and they had all kind of data in their application for free. But I don't know if you can get at the raw data and not how up to date, but I think they were quite fresh.

  • Adding packaged quote ("service transaction type") to salespro quotation

    Hi Experts.
    The SAP standard transaction type packaged quote is used to quote service, contract items and sales items together (transaction type SVRP).
    In the transaction type customizing the leading transaction category is "service process" which according to SAP means the following:
    "One business transaction category is the leading business transaction category. This category is simply a preference and is not related hierarchically to the other business transaction categories. "
    For this transaction, both sales and service are entered as business transaction categories.
    When I look into the WEB UI, this transaction type is only available for the service related workcenter.
    Since this is a "joint" transaction type, I would like to add it to the sales quotation workcenter as well (eg. when I click new quotation as a sales rep, this is available for me to choose from).
    I have found out this is not related to authorizations (PCFG), but to WEB UI.
    Can anyone tell me how I can add this to the transaction types available for sales reps????
    Thanks in advance.
    Best Regards, Mia

    Dear Loren Flores,
    The document has one default line and you need to call oGRPO.Lines.Add from second lines, so change code like:
    For nLnDtls = 0 To nLnDtls - 1
    If nLnDtls > 0 Then
        oGRPO.Lines.Add()
    End If
    Next nLnDtls
    Best Regards
    Jane Jing
    SAP Business One Forums team

Maybe you are looking for