Running an arbitrary User Query from a menu

Hello all,
Is it possible in SBO2007 to create a custom menu that would run a user query, analogously to:
Reports -> Financials -> Accounting -> Locate Journal Transaction by Amount Range?
Thanks in advance,
Anton

Edward Neveux:
Beyond that if you want to physically add something to the Main Menu > Modules tab ... you would need to use the SDK.
With SDK I can only think of the following:
1) Creata a menu
2) In the event handler access the desired query by menu UID from  Tools > Queries -> ..., and
3) Call the Click() method of that menu.
Isn't there an easier (more automatic) way?
Thanks in advance,
Anton

Similar Messages

  • Is it possible to open a query from sap menu favorite to excel?

    Hi all
    I have added a query in favorite . From the favorite in sap menu , i want to open the query in excel.
    Is is possible?
    Currently the query open in web.
    Please revert back if you have any idea
    Thanks
    ajay

    Hi Daya Sagar,
    You said the query saved in favorite from query designer will open in browser and the one saved from analyzer will open in bex excel. But it does not work for me. It saves as web icon and both query is opening in browser.
    Hi All,
    The different story for me is I have problem of opening the web browser by running a query from favorite or user menu because in the url I have different Client. Is there any way to fix this url problem. Any one in this thread can help me on this issue and will be awarded. Thanks.
    Raj

  • Execute Query from SAP Menu with Analyzer

    Hi.
    I have created a menu for users. This menu contains links to queries that are opened with Internet Explorer.
    Now, i want to have another link but instead of opening it with Internet Explorer, i want to open them with Analyzer.
    Is possible to launch a query trough SAP Menu link in Analyzer? User will not need to open it trough 'Folder + Open Query ..'
    Kind regards,
    Inigo.

    Here are couple of directions:
    1. Create a local workbook which has embedded query. Store this workbook on a remote server or BI/FTP and create a link from it. But once this link is clicked, that workbook will be downloaded and user will have to login again in BEx analyzer.
    2. If we can call transaction "RRMX" from web, it will eliminate problem of relogin.
    3. Launching BExAnalyzer.exe file from web should launch analyzer automatically. Check whether this file accepts any parameters like open dialogue or query name??
    Hope something helps..
    Abhijeet

  • Run a BW Report(Query) from R/3

    Hi All,
    Is there really a way to run a BW Report report from R/3? I have come across a lot of articles explaining ways to convert an R/3 report to BW and so on. But have never heard about doing it vice-versa.
    My scenario, to be exact, is to run a BW report from R/3 as a scheduled background job.
    Please share what you all know.
    Thanks,
    Mahesh M.S.

    Thank you very much for your valuable help, i checked your suggestion and looks great. But i need to pass 3 parameters from an ABAP to the wad query report.
    How can i pass the parameters to the web template???
    another issue: My WAS (Web Application Server 6.20) is not public, is currently working for a local area network.
    The access to this report is from outside of the office, so we need to access this through the PORTAL.

  • How to run a MS Access Query from Servlet

    Is there a way to execute an MS Access query from a servlet. I have a query that is doing an INSERT into the database. I tried to code the servlet to directly do the query itself, but it keeps locking the database and hanging. I would appreciate any help.
    Thanks,
    Justin
    [email protected]

    r u refering to the query saved inthe MSACCESS, if so then it may not be possible, bcoz it is not a pure RDBMS. otherwise the u can do it as inthe above mention thread.

  • Remove picture/link to 'user accounts' from start menu by GPO

    Hi,
    I'm trying to remove everything from the start menu, users will have desktop short cuts appropriate to their role and nothing else.  The last item I cannot disable or remove is the picture which also functions as a link to 'user accounts'.  I don't
    care if the picture stays just so long as it is completely static.
    Alternatively, a means to completely remove the start menu would be fine.
    Thanks
    Julian

    Am 24.04.2013 18:43, schrieb JulianCox:
    > I don't care if the picture stays just so long as it is completely static.
    Simply block Control Panel - Users and Groups, and nothing will happen...
    http://gpsearch.azurewebsites.net/#4694
    http://gpsearch.azurewebsites.net/#4697
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    Wenn meine Antwort hilfreich war, freue ich mich über eine Bewertung! If my answer was helpful, I'm glad about a rating!

  • Run backgroundWorker in user control from MainWindow in WPF

    Hello
    I have a Background Worker component in a user control and I want to run it from MainWindow, but it doesn't work.
    This Background Worker
    adds some items
    to Listbox. for example my user control name is MyUC and Background Worker name is BGWorker.
    I tried to use MyUC.BGWorker.RunWorkerAsync();
    But after BGWorker
    carried out ,
    there is no item in the listbox.
    How can I run BGWorker from MainWindow?
    tnQ

    When I clean the solution and hit f5 I get a bunch of errors.
    I'm not running anyone's solution without cleaning it first.
    Items is just a list so you don't need any of that dispatcher.invoke
    this.Dispatcher.Invoke(new Action(delegate
    ItemToAdd = new Item();
    ItemToAdd.Name = "item " + i;
    ItemToAdd.HasRank = true;
    ItemToAdd.ItemRank = "5";
    Items.Add(ItemToAdd);
    You do here
    this.Dispatcher.Invoke(new Action(delegate
    view = (CollectionView)CollectionViewSource.GetDefaultView(Items);
    view.SortDescriptions.Add(new SortDescription("Name", ListSortDirection.Ascending));
    this.LBListBox.DataContext = this;
    LBListBox.Items.Refresh();
    view.Refresh();
    And rather than all that messing about with setting datacontext and refreshing the listbox items I would recommend you refactor this into a viewmodel and implement inotifypropertychanged.
    Failing that.
    Put break points in, trace it through and see what's happening.
    Hope that helps.
    Recent Technet articles: Property List Editing;
    Dynamic XAML

  • It is possible to execute a SQL query from OMBPlus?

    We have some simple SQL scripts we'd like to be able to incorporate into our existing TCL scripts, instead of having to run them outside of OMBPlus in sqlplus. Is is possible to run a SQL SELECT query from OMBPlus and/or TCL? And get a result set back to iterate through?
    Thanks,
    Jim C.

    You can execute SQLPlus from OMB or just get down and use JDBC to execute the SQL, see others posts on forum such as below;
    How to run SQL from OMB+
    Cheers
    David

  • Report Not apperaing in User's Query Report Viewer Menu

    Hello There!
    Continuing with below thread
    Report Category not Appearing in Report Definition
    When i search for a report i created, i'm(as a normal user) not able to find any report after searching.(assigned to me or to my role.)
    The view PSXPRPTSRCH_VW has two tables PSXPRPTDEFN and PSXPDATASRC .Both have oprid column which is blank and the above view's first where clause is asking for oprid.
    I don't understand how then all the doc./papers on internet i read, to create Report using XML Publisher says/shows the report appears in user menu(query report viewer). May be they still using PS login to show the output?
    Anybody have any idea where am going wrong?
    The category,datasource,Definition,query tree all set properly. Do user need any special role/permission assigned?
    BTW user can see the query report viewer menu.
    Regards!
    Edited by: user10569054 on Sep 27, 2012 2:32 PM
    Peoplesoft Version 9.00
    Database Oracle 10.2

    Thanks for the Reply.
    from the doc. you gave, this is what i found.
    Home > PeopleBooks > PeopleTools 8.52: BI Publisher for PeopleSoft > Running, Locating, and Viewing BI Publisher Reports
    The Query Report Viewer allows selection and online viewing of those reports that have a data source type of PeopleSoft Query. Existing Query security applies so that each user has access to run only the reports to which he or she has qualified Query access to the data source.
    The PS query and the data source is created by user PS then how can a normal user will have access to that?
    I'm bit confused here.
    Regards!

  • How to run a BI query from SSM

    HI,
    My client would like to drill down to a BI query where the starting point is a KPI.
    For eg, we have a KPI "Turnover". When we are at kpi detailed level for a specific period, we would like to run a query to have detailed information for turnover (we dont want to use report functionnality of SSM).
    We are using SSM 7.5 and BW queries as data provider.
    Is there a way to achieve this ? (web service ? )
    Thanks in adavnce

    Jacques,
    You cannot run a BI Query from the end user interface of SSM. Your alternatives are to create an associated report inside SSM or use an Associated Link in the KPI Details section.
    Right above the graphing on the KPI detail page there is the link Create Associated Report. SSM has some template reports and allows users to put together a report based on available SSM data.
    There is also the possibility of using Associated Links on the KPI detail page to point the user via a url to another reporting application, though it would not bring that data with it.
    Regards,
    Bob

  • Windows 8.1 Run as different user from search function

    Hi There,
    After about a year of Windows 8 I was actually quite enjoying the ability to type a program name in start menu and then use right click to run as a different user. which is achieved via changing local security policy (i.e. running rsat tools
    as a domain admin account etc). However, Now that Microsoft have decided that a search bar should appear when you start typing from the start menu, although this now displays the applications in the sidebar you can no longer right click and run as different
    user. This means that for me windows 8.1 is now less user friendly than its older brother. Has this function been implemented and am I just missing something?
    Thanks,
    Chris

    Hi Chris,
    Based on my research, on the windows 8.1,we could add "Run as different user" on Start in Group Policy.
    Please perform the following steps:
    1.Press Win+R, and type"gpedit.msc",then press Enter.
    2.In the left pane, click/tap on to expand User Configuration, Administrative Templates, and open Start Menu and Taskbar.
    3.In the right pane of Start Menu and Taskbar, double click/tap on Show "Run as different user" command on Start.
    4.Select Enabled, click/tap on OK.
    5.Reboot the computer.
    Hope these could be helpful.
    Regards,
    Kelvin_Hsu
    TechNet Community Support

  • How do I run a user account from an external HD?

    How do I run a user account from an external HD? I will be away from my desktop iMac and want to use our MacBook Pro overseas for two months with my iMac user account copied to an external drive.

    1. WARNING: This procedure is for advanced users only. Some third-party software may not work as expected, or may not work at all, if the home folder is moved.
    2. Back up all data.
    3. Copy your home folder to the desired location, which must be on a volume of type "Mac OS Extended (Journaled)" with file ownership enabled, as shown in the Finder Info dialog. Encryption is optional. The volume must be on a local storage device, not on the network, and it must be mounted automatically at startup — before any user logs in. A disk image will not work.
    The name of your home folder is your short user name. Do not rename it. Do not copy the "Users" folder.
    5. Select
     ▹ System Preferences ▹ Users & Groups
    Click the lock icon and authenticate. Right-click or control-click your name in the account list, and select Advanced options from the popup menu. In the sheet that opens, change the location of the home directory. Log out and log back in.
    6. Test. If you have problems, reverse the above steps. If you got this far, you should have no trouble doing that. If everything works as you expect, delete the original home folder.

  • Results table difference when running query from Alert compared to Query Manager

    Hello,
    I have following query - Aim is to create alert to tell employee which customers to make visit to in next 4 weeks
    SELECT DISTINCT T1.CardName, T1.U_VisitDue, T1.U_VisitReason, T1.U_Priority, T1.U_Region as 'Area', T1.U_VNotes
    FROM dbo.OCRD T1
    WHERE DateDiff(d,T1.U_VisitDue, GETDATE()) <29
    Group BY T1.CardName, T1.U_VNotes, T1.U_VisitDue, T1.U_VisitReason, T1.U_Priority, T1.U_Region
    FOR BROWSE
    My problem is that when I run query through alert the field U_VNotes is displayed differently.
    Running the query from Query Manager the contents of this field appear in one field of the result table.
    Running the query via Alery the content of this field is split into several fields in results table according to 'new line' in field entry.
    This makes the results table from the Query less 'user-friendly' because if you want to sort the table by 'Date' column for example it makes a mess of the table because of the extra rows.
    I want results table to look like top version in picture below ... but i want to run from alert.
    Is this possible?
    How can I achieve it?
    Thanks for any assistance
    Regards, Karen

    Hi
    check this support note:1774628 The SQL SELECT DISTINCT Statement does not work in ALERTS
    Kind regards
    Agustín Marcos Cividanes

  • Copying a query from different user group

    masters,
    is it possible to copy a query from different user group?
    if so please tell me how
    thnks!

    The query made from SQVI is only intended for individual use. It cannot be transported and there is no concept of Global/Standard area. To be able to transport or share the query to other users is by converting it to SAP Query wherein the source of data will also be converted to an Infoset. Remember that is done in the Standard query area. To do this, go to SQVI-> click SAP Query then go to menu Query -> Convert Quickviews... Select your Quickview queries and provide and infoset name.

  • How to Launch a Query from the Easy Access Menu

    Hello Experts,
    Once I have created, saved and tested my query how can I set it up so that my users can either type in a transaction at the Easy Access Menu or select my query from the Easy Access Menu and launch the query input screen that displays fields for:
    Reporting Period
    Selection Criteria - Personnel Number, Employment Status, Personnel Area etc.
    Program Selections - company code
    Output Format
    Thanks.
    Regards,
    Jeanette

    Hello Jeanette
    You may refer to following thread
    Assign transaction code to SAP Query (created via SQ01)
    Hope this helps
    Best Regards
    Reddy

Maybe you are looking for

  • Error in Starting J2EE server

    Hi, This is what I get when I start j2ee -verbose. I am using JDK1.3 and J2EESDK1.3.1 Any Help.. Thanx J2EE server listen port: 9999 Naming service started:9999 Exception in thread "main" java.lang.NoSuchMethodError at com.sun.corba.ee.internal.corba

  • Removing background from a video

    Hi! I'm having trouble with my video editing in Final Cut. Could anyone tell me how to remove the background (leaving it white) over the whole video sequence? The more specific, the better... Thanks a lot!!!

  • Unable to rund ADF project on jdevstudio10135 server weblogic server 9.2

    Dear All, I am extracted jdevstudion 10135 and installed weblogic server 9.2. In Jdeveloper i copied ADF Componenet liberyies and started exmple server. After i added my war file in install ->my path->.war file. And Active Changes selected. After In

  • Image border with CSS

    This is probably something simple I'm missing. I want to create a thin border using CSS that will go around images. But it needs to be able to resize as needed to the particular image. I can obviously create a border of a particular size, but is ther

  • Crash when opening some e-mails

    I've started getting intermittent crashes in Mail (OS 10.4.6) related to certain messages. Most of the problem messages have graphical attachments. As the message starts to preview, Mail will close/crash, and the Apple crash dialog box shows up. I've