SQ01: Creating Front end for a set of query programs

Hi,
I need to create a front end to display a set of queries or query programs.
We can use SQ01 to open all queries, but my task is to create a front end
and let the users only acccess the queries i want( e.g some 50 queries).
Using the new front end users should be able to access only these 50 queries.
Any ideas.
Thanks,
Rao

Hi Rao,
Assign that particular user group or the role to the infoset of those query using SQ02. In this way they will be able to access those queries.
Regards,
Atish

Similar Messages

  • Create a portal/front end for ADF Panels.

    Hi All,
    I have developed an ADF app which consists of several ADF Panels, each ADF Panel allows the user to run a few simple queries against an Oracle database done using ADF view objects and ADF view links and one single ADF application module. I then drag and drop these ADF Panels into a single ADF Form as a runable item bottoms, from within the Form.
    This runs as a client app swing and is not web based.
    Running the ADF Form which as I described earlier includes all my ADF Panels as runable bottoms is extremely slow since Jdev by design loads all these ADF Panels before even user clicks on it, and once you close the ADF Panel that you just run Jdev does a terrible job cleaning the memory and keeps binding open and un-cleared in memory which causes the app to become slower and slower as it is being used.
    I can execute each ADF panel independently outside of the ADF Form and outside of the Jdev without any problem from Windows command line, and all runs much better than putting all these ADF Panels into ADF Form.
    What I am looking to do here is to create a portal/front end for these ADF Panels and allow user to click on a bottom which would then execute the command line for the execution of the ADF panel, very much like when I execute the ADF panel from the Windows command line.
    Any suggestion backed by some documentation or steps I should follow is mostly appreciated.
    Thanks.
    Bobby A.

    Thanks for your time, but I cannot make a front-end in C. It has to be in JSP (or in ASP but I haven't tried yet to program in VBA).
    So that is why I am asking what is the best way of attaching a JSP front-end to the given API.
    PS: Why should I code a .dll to provide a JNI interface for the api? Isn't the JNI interface capable of doing such?

  • How to Clear the history in Front End for one or more users

    Hi All,
    Need small help. Can any body tell how to clear/delete the history for a user in the BW front ends for example for a Query Designer or a Reporting user.
    I tried, but didn't work.
    Thanks for the help.
    Regards,
    Venkat

    Venkat,
    History is stored in DSO 0PERS_BOD. You can do a selective delete of data based on the user name from this DSO to delete history.
    HD

  • Front End for Upgrade 3.5

    We are upgrading from 3.1 to 3.5. I'm assuming we will need a different front-end for the 3.5 vs. 3.1. Can someone please verify and also is there a easy way to switch between the two front ends in order to connect to both 3.1 and 3.5
    Will reward points as always.
    Richard

    We're in the middle of upgrading from 3.1 SP 22 BW w/6.20 SAPGUI. We've only upgraded a sandbox BW server at this point, but we have upgraded all BW team members with SAPGUI 6.40 FEP 5 and can successfully connect to our 3.5 and 3.1 BWs.

  • How to include flex files as front end for struts in myeclipse

    Hi ,
    If any body knows to how t o include flex(Adobe 2) files as front end for struts in myeclipse application.

    <property name="messaging.client.jar.path" value="Location in your local drive" />
    <property name="messaging.client.jar.name" value="nameOfYourFile.jar" />

  • How to download free SAP GUI front end for ECC6

    Hi,
    How to download free SAP GUI -Front end for ECC 6
    SD

    Ask your Basis people and they  can give it to u, Its take almost 1 GB  of Space or even u can try in the internert for SAP GUI version for free download. SAP GUI for Windows 7.20 patchlevel  is now available.
    You may download it from the SAP Service Marketplace here.
    Best Regards,

  • Create and send file to front-end for download.

    Hi,
    In a nutshell I need to give users the possibility to download the contents of a table as a CSV file.
    From what is understood, this would happen like this:
    1)loop over the context node and write a file (table.csv) with the contents of each cell separated with a semi-colon. (or is there an API available to write the contents of an entire node/table)
    2)send this file to the front-end so that a file download automatically begins and user can save it on the hard-disk.
    Has someone done this before? If so, is it possible to share the code?
    As usual, big points will be awarded.
    Thanks!
    faB

    Hi faB,
    Refer "Exporting Context Data into Excel Using the Web Dynpro Binary Cache" by Bertram Ganz. This document will be very much helpful for you in exporting the context data into excel.
    You can get the sample code and corresponding documentation from the following link
    "Tutorial on Excel Export Using the Web Dynpro Binary Cache - 34"
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/tutorial on excel export using the web dynpro binary cache - 34.htm
    You can also use HSSF API for exporting the context data into excel
    "Create an excel file from JAVA using HSSF api" by Prakash Singh
    /people/prakash.singh4/blog/2005/03/16/create-an-excel-file-from-java-using-hssf-api
    Regards,
    Santhosh.C

  • Help needed in creating Front End GUI

    Hello all,
                 Iam trying to develope a Front end Gui. Reading data from a spread sheet,  which has the following data 6 cloumn's 1) Parameter 2) Group 3) Max value 4) Min value 5) Default value 6) Value. Group is pretty much again classified in to 4-types. 
    a) Temperature group  --- Slide
    b) Switch   --- Push button
    c) Sensor group (voltage or pressure)  ---- Knobs
    d) Digital Inputs  --- Numeric Input
       From the spread sheet,for each parameter based on what type of group I should to create either a slider, or a switch or a knob or a Digital Input. And Based on 3rd and 4th column information, scale should be adjusted. 5th column should be used to set a default value and 6th column to assign a value
    to that parameter.
     Some one  pls give me any suggestion how to approach, begin with this process. Iam worried how to classify the parameters in to group's.
    -Lucky. 

    You could set up 15 to 20 controls of each type on your front panel.  You will need to work with references to each control to get and set properties since there will be no way to wire them up to any specific functions on your block diagram since which controls mean what will vary during run time.  So you would move the block diagram terminals for the 15-20 controls of each type off to the side of your diagram.
    When you go through your setup spreadsheet, you can set the visibility and front panel coordinates of each control you want to use.  For any you don't want to use, you will make them invisible.  Use property nodes to set the properties of each control.
    When you want to read from or write to a control, you will need use the reference of the particular control with a property node to get or set its value.
    This is not an easy archtitecture.  You will need to maintain arrays of references for each type of control.  You will also need to maintain a cross reference array so that you if want to access Control C (for example), you know which reference to index out which might happen to be element 1 in the array of slide references.  Perhaps control G would be element 4 of your array of knob references.
    But with good organization of your control references and perhaps some good subVI's for setting and obtaining the references so you can index them out of the appropriate array, it can be done.  I would recommend looking at Ben's Action Engine Nugget for ideas of how to store the references in a functional global variable.
    Message Edited by Ravens Fan on 07-25-2009 11:40 AM

  • Front End for B1

    Hi Experts,
    I believe that the SAP B1 is a back end financial software.  As a retail company expands and grows maybe it is more economical to deploy front end software to its retail stores or business units for functions or modules such as Sales - A/R, Business Partners, Banking, Inventory in which Administration, Financials, Human Resources, Production are no longer implemented that are suited to branches.  Could you recommend some of these front end software that could work well with B1.
    Regards,
    Allan.

    Hi,
    We used iBolt integration tools which is made by Magic Software specially for SAP integration and its very fantastic tool for such scenario's. You can check on www.magicsoftware.com.
    Thanks
    Sachin

  • How can I develop a data entry front end for numbers spreadsheet?

    I have a spreadsheet which I have to enter data on a routine basis and I was hoping to develop an easy front end template to simplify the entry.  Any suggestions?  Thanks.

    Hi confusedaboutmovies,
    Perhaps this will help. Phone calls or whatever.
    Column A is formatted as Date & Time for 24 hour clock
    Full date and 24 hour time.
    Cell A4 has the 24 hour clock time entered and is waiting for me to press the enter (return) key to show this:
    You can use the 12 hour clock if you like. But then you must add am or pm.
    Just a suggestion...
    Regards,
    Ian.

  • Alternate "Front-Ends" for xMII

    Hi, all.
    I think it would be interesting to start a discussion about how to leverage other front-end applications for xMII.  Examples that I've used (besides xMII's UI, which I think does a lot), are Visual Composer, Visual Basic/C# .NET, Adobe Flex/Flash, Excel, InfoPath.
    Anyone else tried any others?
    The techniques I've used all depending on making XML requests to the xMII back-end, but in addition to using them directly, I've wrapped them in ADO.NET and JDBC.
    Interestingly, I've still found xMII's native UI to be pretty darn powerful even when compared to these tools.  The one that I really like these days is Flex.  Pretty amazing what can be done combining Flex with xMII.  Has anyone else tried this yet?
    Best regards,
    Rick

    Coming from a .NET development background typically with agile principles in large teams, i found myself wanting more productivity tools to use in my xMII project.
    I wrote a code anaysis tool (similar to FXCop for those who know the .NET space), which basically scans your trx files and enforces "domain specific" rules, represented as XPath expressions.
    Some patterns we want to enforce on our xMII developers are:
    Use certain global properties for action block links
    Don’t tick 'terminate with error' on terminate blocks
    Use 'reset state' on transaction calls
    Expose certain transaction properties of certain types
    Avoid default values on transaction properties
    Pass in correct params to a common transaction.
    (Note: these rules are specific to my project and do not apply to all projects)
    These sorts of things are too tedious to check when you have 100's or 1000’s of transactions in your project.
    We have enforced about 40 rules which this application recourses through the transaction folder on the xMII server and emails all the developers a list of violations.
    These rules are all configured on the fly and can be tailored to enforce anything.
    Another tool I wrote is 'Find All References', this will take a transaction name as input and display a list of transactions that call it via a TransactionCall action block. It will also search for certain strings in a transaction and certain action blocks.
    I'm also prepared to share my C# code if anyone is interested.
    Regards,
    Matt Tuohy

  • Front End for BW 3.5 and Java based application

    We are trying to connect two systems; SAP based (through BW) and Non-SAP based (Sybase, Java based) applications. We are exploring BI Java SDK with UDDI or XI services to bring Non-SAP data to NetWeaver. We don't want to store all data from sybase to BW. We could use Front end of BW or any other GUI from SAP Portal. I have heard options like UI, GUI machine, net weaver developer studio, visual composer. Ideally, we would like to combine non-sap and sap data in Business explorer/BW web browser but any other front end suggestion within Net weaver frame work will help us keep our cost down. Please advise.
    Thanks.
    Vinay Karna

    We're in the middle of upgrading from 3.1 SP 22 BW w/6.20 SAPGUI. We've only upgraded a sandbox BW server at this point, but we have upgraded all BW team members with SAPGUI 6.40 FEP 5 and can successfully connect to our 3.5 and 3.1 BWs.

  • Create a MSDS for multiple Specifications via New Program

    Hi Friends
    I want to develope a new program, which will create MSDS (report) for multiple Specifications in Multiple languages and multple Generation variants.
    I can pull out specifications, Generation Variant and Languages for selection.
    My issues is what is standard FM or program which can be used to create report which can be utilized in my ABAP report.
    Can you please guide.
    With Warm Regards
    Mangesh Pande

    Dear Mangesh
    use an "UserExit" as described here:Customer Exits in SAP EHS MANAGEMENT (Exit: C1020001 EHS: Menu exit 1 of substance management/C1020002 EHS: Menu exit 2 of substance management) and establish first an user interface. Don't create e.g. own transaction etc. Use the realy nice enhancement options using these "Exits".
    In the background you can use function modules e.g.. as mentioned here: WWI for Experts
    C12J_WWI_RAW_REPORT_GENERATE
    C12J_WWI_RAW_REPORTS_CREATE
    C.B.

  • How to create count() measure for certain set of records in BMM Layer

    Hello all.
    I have a logical table like this one (Table AAA)
    Table AAA
    <p>
    --------------------------+<p>
    |       *Key*            |    *Name* |   <p>
    --------------------------+<p>
    |    1-2EMHS9     | AAA      |<p>
    --------------------------+<p>
    | 1-2EMWMO      | BBB      |<p>
    --------------------------+<p>
    |         NULL       |     CCC   |<p>
    --------------------------+<p>
    I need to calculate count() of records where <b>Key is not NULL</b>. In this example, this field must return coun() = 2.
    I suppose, CASE operator may help me with that, but I do not know for sure how to do this.
    Thank you for help,
    Alex.

    Thank you.
    But I must concretise my issue.
    I need to calculate number of records (e.g. order_id) that sutisfy appropriate condition (one of columns (e.g. loy_member_id) is set to null).
    I created logical column, that returns order_id if condition (loy_member_id is null) is met.
    Look at my logical column:
    Q Orders (LPM) - must return number of orders where loyalty_member_id is null.
    It has an expression:
    CASE  WHEN  NOT "Foxtrot (my) replica"."Sales Orders".LOY_MEMBER_ID IS NULL  THEN "Foxtrot (my) replica"."Sales Orders".ORDER_ID ELSE  NULL  END
    So, this returns order_id I need.
    But the question is how to count number of <b>order_id</b>'s returned by this column on BMM Layer.
    When I define my column with next expression:
    *<u>COUNT</u>(CASE WHEN NOT "Foxtrot (my) replica"."Sales Orders".LOY_MEMBER_ID IS NULL THEN "Foxtrot (my) replica"."Sales Orders".ORDER_ID ELSE NULL END)*
    I receive error:
    +[38083] The Attribute 'Q Orders LPM' defines a measure using an obsolete method.+
    Thank you,
    Alex.
    Edited by: Alex B on 3/3/2009 19:59

  • Problem to use RF front-end for 13.56 MHz application

    Hi,
    I developed an ASK transceiver using 5640R. It worked well when I directly connected the AI and AO ports. Then I tried communications between two antennas. I cascaded the niTuner VI and RF Upconverter Only Mode VI to control the PXI-5600 and PXI-5610 as separate modules. I connected the two antennas to 5600 RF downconverter input and 5610 RF upconverter output respectively. But when I ran it, all I received was noise. I checked the upconverter Only Mode Vi, and I found out that the 13.56 MHz RF frequency might be a problem. The error would occur that the IF carrier frequency is an invalid value. And the smallest value for IF should be 14 MHz. So it seems that for 13.56 MHz, I cannot set an IF to satisfy the minimum IF value requirement.
    I think I should be able to use this box for 13.56 MHz applications. So does anyone know the solution for this problem?
    Thanks for help!
    Danlu

    Hi Danlu,
    The PXI-5610 can only tune in 1 and 5 MHz step sizes based on bandwidth. For BWs larger than 10 MHz, the 5610 will tune in 1 MHz steps, and for BWs smaller than 10 MHz the 5610 will tune in 5 MHz steps. Thus, a center frequency of 13.56 MHz will not be immediately possible with th 5610 since it is not divisible by 1 or 5 MHz.
    To compensate for this, I would suggest that you tune to 15 MHz (if you are selecting a narrow) or 13 MHz (if you are selecting a wide bandwidth). For the remaining frequeny offset, you can adjust the NCO of the 5640R.
    For example » tune the 5610 to 15 MHz, and tune the NCO 25 MHz - 1.54 MHz = 23.56 MHz. This will place you at the correct center frequency when combining the two devices. This is how we perform fine tuning with respect tof frequency for our PXI-5661 and PXI-567x products.
    Regards,
    Chris Behnke
    Sr. RF Engineer
    High Frequency Measurements

Maybe you are looking for

  • Dnsmasq, dhclient and not working host block file

    I have this setup according to that thread: https://bbs.archlinux.org/viewtopic.php?id=139784&p=1 I followed wiki on dnsmasq, I set up dhclient.conf accordingly, and still the host file does not get read and all websites are riddled with ad banners.

  • I got a new email, changed my email for itunes and now it won't let me

    I got a new email, changed my email for itunes and now it won't let me even listen to my songs I purchased under my old email! I even got to where apple knows I changed it and they deleted my old email information. What am i supposed to do?? Please h

  • Hotmail httpmail plug in with intel macs and 10.4.8

    Hi! After a search on this forum and at macosxhints.com, I found this plug in for mail to work with a (very old) Hotmail account. Does anyone know if it is still working before I install it? There seemed to be some doubt about it. http://sourceforge.

  • Can I set the subject line to wrap around in folder pane? If so, how?

    I have my view set to Vertical - Folder pane and Preview pane side-by-side. I like to be able to display more of the subject in folder pane without enlarging the folder pane's width of reducing the width of the preview pane. Is it possible to make th

  • Preview doesn't recognize CR2 files

    Hello, I had recently bought an iMac but I'm unable to open cr2 files when I'm trying to do a double click to open in Yosemite. Although I can open them in Lightroom 5.7 and could not in CS6(understand I need to upgrade it). I know there should be a