How to add reports to menu

hi all,
i want to add report that i have made in my menu, i m using oracle developer 6i forms and reports
how to add ??
Regards
Abhi.

As i understood...
i have just designed menu in form build 6iBy this you mean that you want to call report from drop down menu.
when user select particular report it should open up and yes there are parameters in my reports
well i m passing the parameters to my query in data modelBy this i can understand that you are passing parameter to query data model etc. By how user will pass the parameters values to the reports. Is there any pre-designed form for report calling or you want to use report's default parameter form?
Anyway there is standard code for calling reports through forms in 6i like...
DECLARE
  vParamList PARAMLIST;
BEGIN
  vParamList:=GET_PARAMETER_LIST('TEMP');
  IF NOT ID_NULL(vParamList) THEN
    DESTROY_PARAMETER_LIST(vParamList);
  END IF;
  vParamList:=CREATE_PARAMETER_LIST('TEMP');
  ADD_PARAMETER(vParamList,'PARAMETER_NAME',TEXT_PARAMETER,'PARAMETER_VALUE');
  ... ADD THE ABOVE LINES ACCORDING TO YOU NUMBER OF PARAMETERS...
  Run_Product(REPORTS, 'REPORT_PATH\REPORT_NAME.REP',ASYNCHRONOUS,RUNTIME,FILESYSTEM,vParamList,NULL);
END;-Ammad

Similar Messages

  • How to add a dropdown menu in flash document (.swf, .fla) ??

    How to add a dropdown menu in flash document (.swf, .fla) ??
    as i am developing a website for my semester proj, i need to add some flash contetn in the website..
    here is the link, http://www.mediafire.com/?wnx1jkwkkx9c118
    Check Out..
    the thing is i want a dropdown list/menu in "language selection - tab " (check the html page in above link).. plz help me out..
    Thank You,
    sairam

    For Flash questions check the Flash Forums. 
    http://forums.adobe.com/community/flash
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • How to add report transaction to SAP home screen

    Hi all,
    i have one folder for all customized report transaction on my SAP initial screen.
    i want to add one more report transaction to that folder.
    how can i achieve this?
    Amit.

    Good.
    Thanks.
    pls
    Before
    posting
    must
    notice
    the
    threads's
    date
    on
    which
    it
    was
    posted.
    Btw
    i
    was
    not
    talking
    about
    Favorites.
    I
    was
    trying
    to
    add
    in
    Area
    Menu
    of
    SAP.
    Any ways
    thanks.
    i should Open your account
    Cheers.

  • How to run reports thru menu in 10g

    Hi,
    I'm a junior oracle programmer and have already migrated forms 6i to 10g. Now I have to migrate the reports to 10g. I have read many documentations about running report from forms or menu, but the more I read, the more confused I get. Please note that I am very new to all this oracle stuff. So please bear in mind that I might not understand everything too well. Thats the reason I would like help from you experts out here.
    We have a menu (mmb) which has two horizontal sub menus (eg. Forms & Reports). Now Forms and Reports again in turn hv couple of vertical sub menus. Each vertical submenu under Forms calls a form (for eg. submenu_f1 calls forms1, submenu_f2 calls forms2 and so on). Same thing for Reports (eg. submenu_r1 calls report1, submenu_r2 calls report2, etc). Now this is what we want for the Reports. Each of our report has parameters like Begin Date, End Date, Agency_Type, Year, etc. We want our user to have one more choice in the parameters "FORMAT" (pdf, excel, html, etc) . Now this is what I dont know how to do. I cannot use run_report_object here cause I cannot create a report object in menu (like how we can do it in forms). I tried web.show_document but the problem in this is that everything is hard-coded, so I cannot give a choice in the desformat.
    I would appreciate if someone can tell me how to run my report thru menu and give the user the option for the format. The users mostly want the output in excel (but might want pdf, etc too).
    Plus we want to schedule certain reports to run at certain times everyday or every month, how can I do that?????
    Any help would greatly be appreciated.
    Thanks in advance for taking your time to reply my query.

    Hi,
    cannot use run_report_object here cause I cannot create a report object in menu (like how we can do it in forms).
    Create a generic named Report node in the forms that you reference from the RunReport object request. This way you can run Reports from a menu
    Frank

  • How to add Report to a transport

    HI,
    Can any body tell me how to add the report to a transport number.
    thanks in advance.
    kp

    Hi,
    Open the report in SE80.
    At the left hand side you will find a container which will have a list of all includes,tables,screens whatever you have in your report.
    Right Click on the Program name where in you will find the More functions option under which you will find the Write Transport Entry.
    Click on that and you will get a new pop-up where in you can create a new TR Number by clicking a Create Button.
    Once done with that click on the tick mark.
    With your reoport will have a TR number.
    The most important thing is if  you had saved the object as $TMP you will not be able to transport it.When you save it in $TMP  all the objects will be saved as Local objects and Local objects will not be transportable.
    All the objects should be saved in the resepective Development Class by which we can be able to transport frtom one Serve to another.
    Now go to SE09 and there you wil be able to find a tree with the TR Numbers.By selecting your object and the clicking on the Lorry Button the object will be released.TR can be Modifiable too.By making it a modifibale request we will be able to transport it with the same TR  num even after making some changes.
    Hope I had cleared your doubt,if not revert with your question.
    K.Kiran

  • How to add a dropdown menu to the search box (the 'search this site' box that appears on all subsites)

    Hello there,
    I know that in the search center you can add search verticals. Then you can configure the search box so it has a drop down menu so you can specify the result source you want to search. 
    But my question is about the 'search this site' box which appears on all subsites, so not the one in the search center. Is it possible to add the same dropdown menu to this box as in the search center?
    Thanks in advance!

    Hi,
    According to your post, my understanding is that you wanted to add a dropdown menu to the search box.
    You need to look at the Search Settings page that is located under the Site Collection Administration of the Site Settings.
    Here are some similar blogs for your reference:
    SharePoint 2013 Search Settings and Search drop down menu
    Customizing Search Navigation on a SharePoint 2013 Publishing Site  
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to add a dynamic menu to the Portal?

    Dear all,
    I am restructuring the company's Intranet on which I plan to put a left-side vertical menu. On the menu, most links are accessible to all Intranet users except some KPI (key performance indicators) links which are only accessible to managers.
    I am evaluating a third-party dynamic menu builder so called "Sothink DHTML Menu" which is javascript based and provides features for connecting to database via JDBC in jsp.
    For static menu scenario, "Sothink DHTML Menu" is perfect for Oracle Portal in the sense of easy development and deployment.
    For dynamic menu scenario, if I really want to use "Sothink DHTML Menu", I need to put the codes in jsp file and then place the jsp file on the Portal page. Here is the tutorial http://www.sothink.com/product/dhtmlmenu/store/jspdb/jspdb.htm
    I still can't figure out how to do that. Can any experts here tell me how or suggest other alternatives for generating a dynamic menu on Portal?
    Thanks
    George (HK)

    Hi
    I also use SoThink menus in Oracle Portal, but for static menus (I upload them in the HtDocs of Apache and then refer to them with an URL Item).
    In my previous version of Portal I also had to display some kind of dynamic menus, some parts should only be visible to some users/groups. But I didn't use Sothink at this moment but "DHTML Menus" from an other company.
    Starting from an example and using their libraries I wrote my own menu in javascript. In this .js I wrote some functions
    - 1 that document.write(s) the start of the menu and the public part of the menu
    - 1 that document.write(s) the reserved part of the menu
    - 1 that document.write(s) the last part of the menu.
    Then in a navigation page I defined 3 regions, each region contains some jscript code that launchs the function/menu part of the same range. And I used the item level security to set right access to the second region/menu part.
    It worked fine, I just had to add some /* at the end of region 1 ent */ at the beginning of region 2 to remove the HTML code Portal writes between the regions.
    But it was very time consuming if your menu changes often.

  • How to add Reports to existing Role (Urgent).

    Hi Experts,
    I am working in BI7.0 and there are no workbooks in our project.
    There is a Role with two reports. The Role has some users assigned to it.
    One of the Users wants to access two additional reports.
    How should I add those extra two reports to this Role on BW side? Do I have to do something like Publish to Role on the Query side in BEx Analyzer (Query Design Mode)...???
    Thanks in Advance.
    Best Regards,
    Chandu.

    One of the Users wants to access two additional reports?
    if this two reports are new workbooks,  then run the query and save the workbooks directly in the role.  if you dont have access to this role then save it in developer role and ask security team to add them in the user role.
    if this report /workbooks exist in the system and you dont have access to this roles,   then you need to ask secuirty team directly to add them in the user role.  ( give them the role in which this workbooks exist  and the target role where he need to add ,  and give them the transport number ) they will add the role and workbooks in the transpot and give it to you.
    Thanks

  • How to add report name to MSS reports in NWBC

    I am using the standard report Launchpad in HRMSS_REPORTING_LAUNCHPAD in role SAP_MANAGER_MSS_SR_NWBC_3 role to allow managers run certain reports.
    When I open Reports launch pad, all the reports appear with the description of the report such as Personal Data, Org data etc.
    However when I run the report, the technical name of the report appears at the top.
    An example of this would be running report Personal data, when run the header is reading 0HCM_PA_T01_Q0008.
    How can I replace the tech name of the report to read the description instead
    i.e. Personal data to appear at the top instead of 0HCM_PA_T01_Q0008.
    thanks
    clive

    Hello Clive,
    I think you should contact your development team. Probably some field is visible in Application Configuration and that is why it shows up. I think the best will be that you seek help from your Development team.
    Cheers
    Hem

  • How to add pop up menu on the column name of a jtable

    hi all,
    i am naive to swing .
    i want to know that how can i open a pop up menu on the right click of the column of a jtable build in frame.i mean to say i on th eright click on the header of table which has column names.

    [url http://java.sun.com/docs/books/tutorial/uiswing/components/menu.html#popup]How to Use Popup Menus.

  • How to add report engine

    Would any one of you please tell me how to increase the Report engine and Que No Clearly
    Because i am not familiar with formserver configuration,Very urgent Please....

    Hello,
    The number of Reports engines is configured in the Reports Server Configuration file :
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_conf.htm#i1006129
    If you want to increase the maximum number of Reports Engines, increase maxengine.
    Regards

  • How to add reports to ibots for cache seeding

    hi all,
    i am having 10 reports i want to seed- cache automatically everyday for all my reports using ibots .can any one help me in providing steps
    thanks in advance

    Do you know how to create an iBot? If you do, then just chain the iBots to fire one after the other or schedule them separately. There is a checkbox to seed the cache. Take a look and you will see.
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b31767.pdf
    Starting on page 161.
    Page 179 is about seeding the cache.

  • How to add click popup menu to a row of a table.

    hi,
    I have a JTable with say 10 rows of data.
    On selecting a particular row and user right clicks then a popup menu should come.
    I dont want to attach popup to the JTable,instead i want it to be attached to the rows of the JTable.
    How to do it??
    Thanks & regards
    Neel

    You have no choice but to "attach" it to the JTable; it is the JTable which is
    receiving the events that you would use to trigger the popup.
    That said, there is nothing stopping you from displaying a different popup
    depending on which row was clicked on.
    : jay

  • How to Add Drop Down Menu to Other Pages from a Navigation Bar Title Link

    Hi,
    I am going thru ' Dreamweaver 8 Missing Manual', but I need some direction.
    Do I need to use Behaviors and Extension to accomplish this?
    cheers,
    Dreamer101.1
    My Naivation Bar looks Like this so far.

    Google "Server Side Include" and see if that gets you anywhere?
    It's not really a DW thing but it's a very popular way of doing what you want to achieve.  It's also a very efficient way to use your code.
    Martin.

  • How to add program to report tree

    Hi ,
    Can you please let me know how to add report to report tree..( No transaction code ,just only want to add report)
    Thanks,,

    Hello Parnith,
    There is the SE43N transaction (Area menu transaction update). Here you should be able to locate the corresponding area menu and insert your report in the report tree.
    There is also the SERP transaction. This is for old report tree transactions.
    Hope it helps you.
    Regards,
    Daniel.

Maybe you are looking for

  • Sap certication sponsar by company rules & condotion

    Hi, i am working as a FICO consultant. we are Using SAP since 2006 . how can a company recommend employes for SAP Certification. Can you please tell me the Rules & the conditions. Thanx & Regards Aditya

  • DYNPRO_SEND_IN_BACKGROUND-screen ouput in RFC modules

    Dear All, For those who are hunting for ABAP runtime error - DYNPRO_SEND_IN_BACKGROUND when processing screen in RFC check this OSS SAP Note 673402 -Processing screen outputs in RFC modules. Just helped one of my friends in finding this note. So putt

  • How can I test (Abap) a session is from type RFC

    Hi , How can I test (Abap) a session is from type RFC ? Field in SY tables ?

  • How to recover airport settings from back-up HD

    Hi, recently I lost my airport settings. When I called my internet provider, they said they could not help me as I was on a MAC. Yes, they originally helped me set it up... I live in France so Tech support is hard. I do have a backup on a HD. Where d

  • Server Admin not saving changes

    I have just had to re-install 10.4.11 server as my disk crashed. The problem is that now I cannot save any changes to web settings. I managed to add two hosts but now if I change any of the settings and hit save, they revert back. Also, I have manged