How to create a  Stock ticker application

Hi,
We are currently using EP 7.0 and want to create a stockticker application. I have no idea how to achieve this, please advice with the steps required for creating the application at the earliest.
Your help will be rewarded
Thanks,
Swetha

Hi,
These are the URLs
1) http://www.cmlinks.com/fe/ticker.asp
2) http://www.contentlinks.asiancerc.com/HT/chart.asp
You may try to open these URLs on a normal browser. See if you like them !!!
You just have to create URL iviews and then depending on where you want them, you can play them. If you want them to be see throughout the portal, then we need to add it to the default framework page. Or if you want them to be seen only on a particular page, add that iview to a page and put that iview at the top.
Let me know if you have any issues using it.
Cheers,
Sunil
PS; Reward points for helpful answers.

Similar Messages

  • How to create a directory in application server

    Hi all,
    How to create a directory in application server through Progaram??
    eg:\tmp - is already existing
    I want to create \tmp\fi 
    Within \tmp\fi - i should able to store my file,,,
    Kindly help me urgent...

    Hello San,
    Either contact Basis guys at ur end for the same or u can do it dynamically via a piece of ABAP code, i hope it wll help u.
    call function 'GUI_CREATE_DIRECTORY'
         exporting
    dirname = '//<ip_address>/qfilesvr400/<host>/usr/sap/TST/SYS/Folder1'
         exceptions
              failed  = 1
              others  = 2.
    Reward If Helpful.
    Regards
    Sasidhar Reddy Matli.

  • How to create intial stock of Material ?

    Hai,
    How to create initial stock of materials?
    Anybody can help me?
    With Regards,
    Jaheer,saudi arabia.

    Well Stock can be Initially Uploaded in Two ways :
    1 Make a goods Receipt with out Purchase Order Reference Using 501 Mov type. Just go to MIGO and Select Document A01 Goods Receipt and Reference Document as Others and Give Material and Other information and Save.
    2 Else Use Special Transaction MB1C 561 mov type for Initially Upload Stock.
    Regards,
    Ashok

  • How to create a STOCK

    how to create a STOCK
    Madan

    Hi Madan,
    If it is just for testing... then you can use MB1C transaction with movement type "561" or "501" or "521"
    Hope this helps...Reward your points if so,
    Regards,
    Prasobh

  • STO. How to create the stock in transit if the plant has been block.

    Problem with STO. How to clear the stock in transit if the plant has been block.

    The command builder takes a Select SQL and automatically creates a Insert, Update, and Delete SQL commands.  The database could have Insert priviledge and not Updates and Delete priviledges. But I don't think this is causing the problem.  I suspect
    the Orcacle Client handled an exception that wasn't returned to you code and the client is in an invalid state.  You may need call a new constructor for the client.  I would check the Control Panel : Adminsitrative Tools : Event Viewer to see if
    there were any error messages created when you ran the application.
    jdweng

  • How to create sap directories in application server by coding.

    Hi Experts,
    Please tell me how to create a sap directory via coding in application server.
    Please tell me step by step n send the code also.I have tried alot using FM  'SXPG_COMMAND_EXECUTE' but i dont know how to use it n wht are d parameters i need to pass.
    Also, i found that we need to create a external command in SM69 to pass in this FM...i dont know how to create this.
    Please help me out.

    Hi friend,
    1. Goto to Transaction SM69.
    2. Click on F5.
    3. Click on F6.
    4. Enter a name in Command Name box          ex: z_com
    5. Enter a os command in Operating system command box.     ex: mkdir (creating a directory)
    6. Give location in application server in Parameters for operating system command box   ex: /C dir
    7. Click Save.
    Goto SE 38 and develop a report using FM 'SXPG_COMMAND_EXECUTE' .
    Ex:
    REPORT  zawi_demodownload                       .
    data: g_out like BTCXPM occurs 0,
            z_com type SXPGCOLIST-NAME  value 'mkdir'.
    CALL FUNCTION 'SXPG_COMMAND_EXECUTE'
      EXPORTING
        commandname                         = z_com
      TABLES
        exec_protocol                       = g_out
      EXCEPTIONS
       NO_PERMISSION                       = 1
       COMMAND_NOT_FOUND                   = 2
       PARAMETERS_TOO_LONG                 = 3
       SECURITY_RISK                       = 4
       WRONG_CHECK_CALL_INTERFACE          = 5
       PROGRAM_START_ERROR                 = 6
       PROGRAM_TERMINATION_ERROR           = 7
       X_ERROR                             = 8
       PARAMETER_EXPECTED                  = 9
       TOO_MANY_PARAMETERS                 = 10
       ILLEGAL_COMMAND                     = 11
       WRONG_ASYNCHRONOUS_PARAMETERS       = 12
       CANT_ENQ_TBTCO_ENTRY                = 13
       JOBCOUNT_GENERATION_ERROR           = 14
       OTHERS                              = 15.
    IF sy-subrc = 0.
    ENDIF.
    Thanks.......

  • How to create clustering on oracle application server on windows

    hi,
    i want to know how can i create clustering on oracle application server on windows machine.
    regards

    I think that you need to configure Web cache for this as a frontend, and two or more servers behind it.
    Try to read :
    Metalink DOC ID 312834.1
    http://www.oracle.com/technetwork/developer-tools/forms/documentation/advancedformsconf-128186.pdf
    Edited by: Marcos_Pawloski on 15/12/2010 00:02

  • How to create URL in Oracle Application Server ?

    Hello,
    I would like to know how to create a URL in Oracle Application server (LINUX) so that our application can be invoked from each and every machine in our
    local hosting.I expect a quick reply.

    You question is not so clear. Basically, after installing infrastructure and middle-tier instances, you can simple run http://localhost:port/appication from any web browser.
    If not, what is your requirements?
    Jaffar

  • How to create form in oracle application express

    hi friends,
    i am a new person in oracle application express software.
    i just want to ask that can we use oracle application express as a front end for oracle 10g database???
    if yes then can any one tell me that how to create form in it?
    is there any connection string to connect that form with oracle 10g.
    Please do me reply soon thanks

    To this forum... please:
    Oracle Application Express (APEX)
    Greetings

  • How to create login page for application with jheadstart

    Is there a how to section for jheadstart?
    After reviewing the jheadstart developer's guide. I am still left with lot of questions:
    1. how to create a login page to allow access to an application using username/password from a database table
    2. how to change the title graphic (jheadstart demo) to (my application)
    3. how to execute a query by hitting enter instead of a mouse clicking a button
    Any suggestion to search for such practical questions in this forum or other blogs and such is appreciated.

    Mahin,
    You can set Authentication Schemes for your applications. If you are using Application Express Authentication, you can create additional users from here:
    1. From Application Express home, click Manage Application Express users.
    2. Click Create to create users. To create end user, select "no" to developer and admin.
    - Christina

  • How to create STPR(Stock Trasnsfer Pruchase Req) in MRP Run

    Hello PP Guru ,
    I am running MRP in various branch-plant .I maintained Special Procurement Key 40  for all the material in branch-plant .Here we have one supply plant .We run MRP at Supply plant once all our other branches(plant) completes their MRP run .My  requirement is
    1.How to create STPR/STPO while running MRP at branches ? I did not find any option in MD01 to create STPR/STPO while executing MRP at plant level.Is there any configuration seting required?
    2.How to create PR/PO in Supplying plant (Central plant) so that it will consider all the branches STPR/STPO and show List of PR in MD04 ?
    Thanks and regards
    Jia

    Hi Jia,
    Yes, there is some special setup for Stock Transport orders.  There are some business decisions you must make first.  Pls refer to [Stock transport orders|http://help.sap.com/saphelp_erp60_sp/helpdata/EN/4d/2b90dc43ad11d189410000e829fbbd/frameset.htm] for basic functionality in helping you to make your decisions. 
    For configuration settings, refer to
    [Purchasing IMG|http://help.sap.com/saphelp_46c/helpdata/en/32/72369adc56d11195100060b03c6b76/frameset.htm] then Purchase Order>Set up Stock Transport order.
    and
    [Purchasing IMG|http://help.sap.com/saphelp_46c/helpdata/en/32/72369adc56d11195100060b03c6b76/frameset.htm] then Purchase Requisition>Set up Stock transport Requisition.
    These steps can be reached in IMG>MM>Purchasing>Purchase order>Set up Stock transport order, and
    IMG>MM>Purchasing>Purchase Req>set up Stock transport requisition.
    For question 2, there is no special setup.  Once your STOs/STRs  are properly set up, you will see new requirements in your central plant, which represent the un-fulfilled requirements from the branch plants.  Assuming that you already have set up MRP in the central plant, MRP will create new proposals (pureqs or plndords) just as if all of these new requirements were new sales orders.
    Rgds,
    DB49

  • How to create datasource for standalone application using JPA

    In the persistence.xml configuration file, we have data source got it from web server configuration file, and created by server like Jboss or tomcat.
    I just wonder how to create this same data source via Java stand-alone application?
    I have Java standalone application embedded Jetty server running with JPA module. Question is how to setup or create data source from my Java application just like web server; which called by persistence.xml?
    Thanks,

    Hello,
    Sharepoint deployment is completely different. I don't think you can deploy any solution as wizard in prod so you have to first identify what you want to deploy.
    If you just want to deploy only web application then backup/restore process is available in sharepoint. you can use STSADM or powershell to deploy your web app.
    http://technet.microsoft.com/en-us/library/ee748618%28v=office.14%29.aspx
    If there is any custom code or .NET code then create a WSP package and deploy it on prod. If you have multiple WSP's then create a batch file (as exe package) then run this package on prod.
    http://www.ironspeed.com/Designer/9.1.1/WebHelp/Part_VI/SharePoint_Solution_Package_WSP_Deployment.htm
    Let us know in case any doubt
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How to create customized Disco Viewer applications

    I've searched the Orcale websites and handbooks for "how to" on this issue. At the moment I know the most basic ways to customize the Disco Viewer user interface:<br>
    editing ui_config.xml, pref.txt, using url-arguments etc.
    In addition, the documentation tells me that by using xsl/html editors it is possible to create a completely customized application. I have found the xsl-files like gui_components.xsl.
    Can someone tell me where to find more information about how to get started, use of tools etc.?

    Hi,
    i have H4 Help problem.
    how can i restrict an attributes of infoobject in H4 Help value.
    Please help me
    Madhu

  • How to Create One Full EJB Application?

    Hi,
    Does Anyone knows how to Create the EJB Application, as JSP as The Client using Eclipse and Weblogic?
    Thanks in Advance,
    Sundar

    Dont they come with sample projects.
    else search for tutorials in the net

  • How to create rooms in paid applications

    I have upgraded my lccs account.I am creating rooms programmatically. Earlier rooms were creating in the default application but now when the free quota is over and I want to create rooms in my paid application. How can I create rooms in paid applications.
    Thanks.

    hi satish.......
    Navigate to Collaboration ->Rooms->Room Creation ->in the Room creation wizard enter the mandatory fields as shown in the fig below and click on Next button
    If you want to add members to the room enter the userID of the users in the input field and click on Add button
    Click on Next button to check your settings and then Click on Finish button
    After clicking on Finish button check for the message “Room ATestroom has been created” with a link  Enter Room  . Check whether able to enter the room by clicking on the link Enter Room
    hope this is goin to help u....
    and plz dont forget to award points.....
    Dinesh

Maybe you are looking for