Remove Delete Query Report

Our customer created a query.  The customer then created a report using the "Create Report" function under the Query Manager function in SAP B1.  Now they want to delete the query and also delete the report from the list.
How is a report removed from that list???
Thanks ahead of time for your information...
Zal

Tools->Queries->Query Print Layout, double click on raport to delete. After opened editor, choose Print Layout Designer->Delete Layout, thats all

Similar Messages

  • Deleting Discoverer report from Admin

    Hi,
    We have exported a discoverer report using Admin from a database D1.
    Then imported that report using admin in another database D2.
    But i couldn't see the report in the desktop of database D2....don't know why....
    Can anybody sugggest a way to delete this report from Admin of database D2 ?
    Thank you

    Thanks for the reply.
    Actually we were not able to see the report in the desktop though we tried in different ways.
    So we did the following to delete the report from Admin using command prompt as follows
    dis4adm.exe /connect <eulowner>/<eulowner password>@<database> /delete /workbook "<workbook name>"
    where "<workbook name>" is either "EUL Data Definition" or "Query Statistics".

  • SCCM 2012 Query report for specific software installed.

    I have Reporting point installed and it seems to be working as I was able to run OS reports.
    Here's what I would like to do.
    1. I need a query/report to show us all the machines that do not have Microsoft Forefront Endpoint Protection installed.
    2. I also need a query/report showing what machines still have Sophos AV installed.
    Any help is greatly appreciated it.
    Thanks,
    Voev

    I was not able to use the Reporting to get computers without FEP installed. So I did a workaround.
    Create Device Collection for computers with FEP installed
    1. Device Collections => Create Device Collection =>name it "Computers with FEP installed=> Query Rule Properties => Edit Query Statement => Criteria tab => Add the following statements
    Criterion Type: Simple value
    Where: Installed Software - ARPDisplay Name
    Operator: is equal to
    Value: System Center 2012 Endpoint Protection          (as appeared in Add/remove program name)
    Create Device Collection for computers without FEP installed
    1. Device Collections => Create Device Collection => Name "Computers without FEP Installed" => Query Rule Properties => Add Rule => Include Collections => Tick "All Systems" => OK =>  then you need to add
    the Exclude by => Add Rule => Exclude Collections => Tick " Computers with FEP Installed => OK
    So in my "All Systems" Collection has 1000 members
    Computers with FEP Installed collection has 900 members
    Computers without FEP Installed collection has 100 members
    Add the with FEP installed & without FEP installed collections together is equal to 1000 members of the All Systems.

  • How to delete a report from SAP BO?

    is there a way to delete a report from SAP BO that won't be right clicking on it, organize, then delete. Something from the database because I have a report that for some reason has more than 2 million iterations trying to run and is making my server to crash and preventing that other scheduled reports to run.

    Following is an excerpt from the above KBA Janos mentioned.
    Important Note: It is strongly recommended to take backup of your CMS database and Filestore before performing the steps mentioned below.
    1.Navigate to http://<appservername>:8080/AdminTools
    2.Login with administrator account.
    3.Use this query to find number of pending instances (Name and ID of instance) in your environment:
    4.SELECT SI_NAME, SI_ID FROM CI_INFOOBJECTS WHERE SI_SCHEDULE_STATUS=9
    5.Connect to the CMS System Database with the proprietary database client (e.g., SQL Plus for Oracle).
    6.Execute the SQL statement to delete all pending instances in your environment.
    For SAP BusinessObjects Enterprise XI 3.1
    DELETE FROM CMS_INFOOBJECTS6 WHERE SCHEDULESTATUS=9
    For SAP BusinessObjects BI Platform 4.0
    DELETE FROM CMS_INFOOBJECTS7 WHERE SCHEDULESTATUS=9
    Regards,
    Onkar

  • How to delete duplicate reports in Discoverer created by APPS?

    I am a functional anyalst and new to Discoverer.  I have created several reports in Disco Plus and some how users are seeing duplicate reports, one under my name and two under APPS.  I'm not sure how this happened.  I suspect it may have happened when copying the EUL's related to the reports.  The EUL's are all owned by APPS. I can not delete the reports since I'm not the owner.  I've asked our DBA to search for the reports but he was not able to find them.  How can we find these reports created by APPS and delete them?  Thanks for any help. 

    Hi ,
    RSZDELETE tcode is used to delete the query as well as work book also.
    when you are deleting the query it will ask for work book also.
    Thanks & Regards,
    Ramnaresh . P.

  • SAP BW query view deletion in Web/ "Delete Query view" in web

    Dear All,
    We are using the standard template: BW web analyzer (0ANALYZER). In this standard template, SAP provided two links "Save View" and "Open View" for creating new query views and opening existing query views respectively. However, no oppurtunity was provided to "delete query views".
    We would like to have an oppurtunity to delete the query views as well from Web. (currently we are deleting the unwanted query views from Bex analyzer, as per the request from business users - who have access only to the web reports).
    Would be great if you can suggest some solution to this problem.
    By the way, We would not like to use the standard "Query view selection" web item. (as it creates user specic local views only).
    best regards.

    Hi atlaj
    There is a Function Module called
    CALL FUNCTION 'RZX2_OBJECT_DELETE'
    you can make yourselves a little ABAP with.
    Hope this Helps.
    Best Regards
    Armin Baggenstos

  • Query /report asking for input ? in Apex

    Hello all, my name is John and I am asking for help with the following,
    I am new to Oracle, Apex and SQL, PL/SQL (as you can tell from my query below.)
    I have the very basics of Apex (in that of making reports,forms etc).
    I created this query on a view in SQL Developer where it is asking for start and end dates to filter the report. , which is what I want it to do and returns the results I want.
    Now I would like to create a report in Apex where it asks for the between dates as it does in the posted query, When that is done I want to pass it to the bipublisher report for pdf printing.
    I am running this query as a totals report already (without the line with WHERE clause query asking of course.) in an apex application, crude as it may be.
    I have it running as a Interactive reports and can filter the dates that way of couse but I want to learn to create the user input type query/report in Apex.
    I have been reading that I would need to use a "pl/sql anonymous block with a "declare' and a page process?. (gettting confused in the "declare" variables and the execute sections)
    I have looked at numerous samples and still do not quite getting the blocks down.
    If you could point me in the right direction of where to go or better yet if someome could show me coding on how to get this to work in apex report/query (s)?
    Slow learn I guess
    I am using APEX 3.1.2 on 11g database.
    Thanks in advance for help on this.
    ++++++++++++++++++++++++++++++++++++
    ----query for truck totals from view-----------
    ,select
    trucktotals.truck_number as "Truck Number",
    trucktotals. truck_type as "Truck Type",
    sum (trucktotals.end_miles-trucktotals.begin_miles) as "Total Miles",
    sum (trucktotals.reg_hours+trucktotals.ot_hours) as "Total Hours",
    sum (trucktotals.total_net_tons) as "Total Tons",
    avg (trucktotals.equip_rent) as "EQR P_HR"from "trucktotals"
    <strong>where trucktotals.wage_date between to_date(:Start_date) and to_date(:end_date)</strong>
    group by trucktotals.truck_number, trucktotals.truck_type
    order by trucktotals.Truck_Number----end query for truck totals from view------------------+++++++++++++++++++++++++++++++++++++
    Edited by: [email protected] on Oct 31, 2008 12:49 PM
    Edited by: [email protected] on Oct 31, 2008 12:53 PM
    Edited by: [email protected] on Oct 31, 2008 12:54 PM

    Hi Martin,
    Thank you for the information, it is a real help to me and gives me more insight toward my learning .
    It took me little while , the condition had to be modified a little bit
    (had to put parentheses around the :PXXX_START_DATE .... END_DATE, and remove the period to get it to work).
    where (:PXXX_START_DATE) is not null and (:PXXX_END_DATE) is not null
    It does work to the sense it shows the start and end date fields and the button and the report results below that, and you can enter the dates and the results change.
    Looking at my question, I should have been a little more clear in the fact I want query to ask for the dates first in a pop up type window, when you press the "Show Report" button,
    and then branches off to show the report. That is the reason I think, I referred to a block or procedure to acomplish this?
    Thanks and still learning
    John

  • How to make & edit multiple query report

    hi,
    how to make multiple query report & i have an existing multiple query report when i edit it all the structure gets disturbed whenever i want to add or delete any column from an query.
    how to do this ?
    txs

    Perhaps you have "Flex Mode" selected in the Layout Editor? It's the button next to the padlock button.
    Message was edited by:
    Dave Hemming
    Also PS: Vaguest. Question. Ever.

  • How to remove/delete from a mysql table

    Hello!
    Please can someone help me with this one; I need to remove/delete a a row in a mysql table. When I use the query below, it removes this line from other tables containing the same numbers too. I only want to remove it from this table alone
    String update= ("DELETE FROM info WHERE Number = '" + Nr + "' AND week= " + week+ ");
    THX

    I don't understand this. You're saying that running this query removes values from other tables besides your info table? I don't believe it.
    One thing I'd caution you on is using names like "info" and "number" for tables and columns. They sound suspiciously close to keywords for your database. You'd be better off using less generic, more application specific names.
    But I don't think that explains the behavior you're describing. Either this is a very serious bug in MySQL or a very serious misunderstanding on your part.

  • Help with removing/deleting medical collection!

    Hello!! I am new to this forum and I am so glad that I found it. The wealth of information shared on this site is remarkable. Thank You All!!! I am looking for guidance with removing/deleting a medical collection from my CR. I researched the HIPPA process and guidelines (which I know cannot be discussed on this site) but I have not heard back from the creator. My question is has anyone had success with removing a medical collection without using the HIPPA process? If so, can you please share your strategy with me? The CA is Sav-it Enterprises in NJ and the amount owed is $300 from 2011 and I am willing to pay in full, today, in order to get it deleted. I sent them a pay for delete letter and they sent me the statement from the doctor's office and updated the account with the CRA. However, I did notice that the date of first delinquency is incorrect, if that even matters. I don’t know what I should do now or how I should move forward with getting it deleted. Any information you can share with me will be extremely helpful. This is the only remaining collection account that I have and I need it removed in order to increase my scores to qualify for a mortgage. Thanks in advance.

    Yes, I do have proof that they date is incorrect - its off by 1 year. Also, the billing statement they sent me shows the date as 2011 but they are reporting it as 2012. I also have explanation of benefits from my insurance provider which confirms that date as 2011. Okay. I will call them today to offer full payment and then send a GW letter shortly after paying. I really hope it works because I really need to get this removed. 

  • Reading Archived Data Through SAP Query Report

    Dear SAP Gurus,
    My client archived their SAP data in a particular year range and all the Z reports have to modified to read these archive data. Normal ABAP reports can be modified to read the archive data without no problem.
    But there are two Z SAP query reports which should be modified the same way so it will be able to read archive data.
    What is the best method for this? Does SAP Query tool provide facility to read archive data? or do I have to append the code?
    Thank you in advance for your help
    Regards,
    Isuru Fernando

    >
    Isuru U Fernando wrote:
    > hi Manthan,
    >
    > Yes I used these FMs and read the data without any problem for normal ABAP reports.
    >
    > But SAP query report is the problem. Is it advisobale to modify the SAP query generated report source code? since it is a system generated report.
    >
    > Regards,
    > Isuru
    No, do not adapt the SAP generated report source. The reason is: every time someone re-generates the query from tx. SQ01 your changes will be lost.
    You could add the functionality Manathan gave you to add to the infoset of said query - but to be honest: in my opinion that is shooting nuclear rockets at flies. Also you run the risk that every change of the infoset (add a join/delete a join) requires adjustment of said coding you applied ... and where will you be then? Fancy repairing the same query over and over again? Try talk sense to your client - go for a Z-report here ...

  • Query Report filter records

    Hi Experts,
    I have Query report for which I want to filter records.
    I have set condition to identify records to be displayed. But the problem is on execution of condition as false, I am not able to delete current record as I can not use 'CONTINUE' statement. It giving syntax error as I can only use it in Loop, Select,...etc.
    On use of 'EXIT', program execution stops and no further records printing.
    Kindly guide.
    Thanks and Regards,
    Swapnil

    Hi
    Are you trying to use SQ01 query and do this logic ???
    I think we can write logic in Infoset and do this.
    Regards,
    Vijay V

  • Dump in SAP query report

    Dear All,
    I have written some development in SAP Query report.
    The main aim is to assign to own defined parameter par1  combination of version and object-partner (internal order with defined order type).
    The text is following:
    DATA: it_aufk like aufk
          occurs 10 with header line.
       DATA: p-auart like aufk-auart.
       select * from AUFK into table it_aufk
         where AUFNR = coep-parob1+2(12).
      if sy-subrc = 0.
       if coep-versn = '000'.
        par1 = 1.
       elseif coep-versn = 'GR0'.
        par1 = 2.
      endif.
    endif.
      if coep-versn = 0 and ( p-auart = 'V112' or p-auart = 'V114' ) .
        par1 = 1.
      endif.
    I have performed check and generated this info-set successfully.
    Than I have generated program in queries - other function- generate program.
    I execute report and get dump.
    What did I miss?
    With best regards,
    Kamila.

    Category               ABAP Programming Error
    Runtime Errors         CONVT_NO_NUMBER
    ABAP Program           AQICZCO=========QUE_KZHAKEN_01
    Application Component  Not Assigned
    Date and Time          15.12.2011 16:18:35
    Short text
         Unable to interpret "GR0" as a number.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "AQICZCO=========QUE_KZHAKEN_01" had to be termi
          because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    Error analysis
         An exception occurred that is explained in detail below.
         This exception cannot be caught in the context of the current statement.
         The reason for the exception is:
         The program attempted to interpret the value "GR0" as a number, but
         since the value contravenes the rules for correct number formats,
         this was not possible.
    How to correct the error
        Whole numbers are represented in ABAP as a sequence of numbers, possibl
         with an algebraic sign.
        The following are the possibilities for the representation of floating
        point numbers:
          [algebraic sign][mantissa]E[algebraic sign][exponent]
          [algebraic sign][whole number part].[fraction part]
        For example, -12E+34, +12E-34, 12E34, 12.34
        If the error occurred in your own ABAP program or in an SAP
        program you modified, try to remove the error.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "CONVT_NO_NUMBER" " "
        "AQICZCO=========QUE_KZHAKEN_01" or "AQICZCO=========QUE_KZHAKEN_01"
        "START-OF-SELECTION"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
        3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
       In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.

  • Can I remove/delete Windows Presentation Foundation Plug-in, Just did a fresh install of XP and all updates

    Just did a fresh install of winXP, updated the OS and installed the latest drivers I need.
    I have an older machine that runs great but i am getting a plug-in crash error
    Can I remove/delete Windows Presentation Foundation
    Thanks
    mike Daniels
    [email protected]

    Hi mikeinkent
    Your crash report indicate a problem with the Flash plugin (NPSWF32_11_5_502_146.dll).
    Please update Flash to the latest version.
    You can find the latest Flash player versions for Firefox on this page.
    *http://www.adobe.com/special/products/flashplayer/fp_distribution3.html
    *http://www.adobe.com/support/flashplayer/downloads.html
    You can check for problems with current Flash plugin versions and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting
    *http://helpx.adobe.com/flash-player/kb/flash-player-113-crash-mozilla.html

  • How to recover a deleted Query or Workbook

    Hi All,
    is there any way to recover a deleted Query or Workbook?
    Thanks
    Gilo

    HI all,
    Thank you for your answer.
    I went into table E071 but there is no filed where i can enter the query name.
    Even if i find the request, how to get it back? could you please give me more details?
    Another questions:
    How to find the name of the person who delete the object and when?
    I my case, th reports have been directly implemented in the productive system;
    Thanks for you Input.
    Cheers

Maybe you are looking for

  • PC suite 6.86.9 is problematic on Virtual Windows ...

    Hi, Unfortunately, the version of 6.86.9 (current one) can't work reliably on Virtual PC 7 (Mac OS X), virtualised windows (Sun solution) on Intel Mac. 6.84.x one, available from CNET Download.com works fine except it crashes the phone if one tries t

  • Siri and reading new text messages.

    Why is Siri no longer responding "would you like to reply or read again" after reading back a new text message?

  • How to set the date value in textbox

    i want to assign a date value which is fetched from database.the value is not set to that particular textbox

  • Infoobject not available in the query

    hai gurus We have appended a cube with info object that had a query already on it but that infoobject is not available in query hw to refresh the query designer to get new appended info object TQ KEERTHi

  • Run Sender Communication channel for every 4Hrs

    Dear all, I have requirement to schedule sender CC in production for every 4hrs. We have option called daily but not hourly !!! Is it possible  to schedule sender CC like this for every 4hrs?? Note: For Some reasons i can't increase the polling to 4h