How to transport a deleted query?

I have deleted one query in developmeny system. I thought it will ask for tranport request.But it did not ask for any transport requast.Now it is deleted from development system.Please let me know how to transport this change in production?

Hi Saikat,
Was this query transported to the prod system, or created directlyin prod? If you have transported the query, you would not be able to delete without first assigning a transport request to the BEx dev class...check if there is any request assigned to the BEx dev class (RSA1 > transport connection)
Hope this helps...

Similar Messages

  • How Can I Restore Deleted Query?

    Hi, gurus.
    Can anybody tell me How Can I Restore Deleted Query?
    Help me plz.

    If it has only been deleted from the role and not the object completely then it could still be found within infoareas in Bex, if the object has been deleted completely you could re-transport the query from the development system assuming it was created her in the first instance.
    I'm not sure if you can retrieve the query any other way, i do know there are procedures for workbook retrieval but for querys im not certain.

  • How to transport the BW query's variable to BO  webi report

    Hi all
    I'd like to know how to transport the BW query's variable to BO 's webi . today ,I created a sap customer varible in my bw system to get the max calmonth in the active table.The varible in the BW side run's well ,but I use this query to build a new univers ,and created a new webi report base on this univers ,but the question is the webi report can't get the varible's value I wann to know how to transport the bw varible value to BO webi report
    Thanks and regards,
    Peter .zhu

    I have changed my variaable in my bw query ,I found if you use SAP default variable it is ok in BO side . So I get a guidline by SAP default variable ,I changed my customer variable in variables edite ,don't use 'ready for input' .And then the variable can be useful in BO side .
    Edited by: peter zhu on Jun 16, 2008 11:43 AM

  • How to collect the deleted query in a transport request.

    Hi Friends,
    I have created a query and transported it to the Quality, the data content is all ok, except that i have not used the Project Naming conventions. Now i have a defect against my name for this. I have to copy the same query with the correct Naming convention and transport it.
    My question is after copying the query with correct name i have to delete the old query (if not there would be 2 versions of the same query). How do i collect the deleted image of the query in a transport and send it to quality?.
    I tried deleting a test query from Bex Designer, but this does not ask me for a transport. should i use RSZDELETE?. Not sure if it asks for a transport request when i delete the query.
    Can someone pls tell me how to go about this?.
    Thanks in advance.
    BN

    Hi BN,
      I do agree that deleting directly in Quality and Prod is not good way and not recommeded.
    I have not tried and deleted.But if the system is configured in such a way  that if it doesnt ask for a request
    then i feel you have no option.
    If any object is deleted then you must have the deletion image collected into request at the same point when you are deleting.Because later when we go to transport connection we wont find the object itself.
    What i think from your point as you said you have done earlier  is you must have any open request regrding this query and when this query is deleted , the deletion image is also included in the same request.
    So go to se03 and give your deleted query name and check all the requests.
    Check in the requests when the deletion image is captured or not. we might be knowing that this is cpatured.
    Regards
    vamsi
    Edited by: vamsi talluri on Nov 9, 2010 9:14 PM

  • How to transport a Deleted Table entry

    is there a way of transporting deletions of table entries.
    For example. I'm dealing with a table say such as T529U. So we already have value there for active, inactive, retiree, withdrawn. Say I wanted to delete retiree from the selection list.
    I go to our DEV and make the deletion. I manually create a transport of the entire table and transport it to our QA system. When I do so, the table still remains the same. The only way the record would be changed would be if it was new or had the same key (thus overwriting). How do you remove and transport (so you don't have to do it in all instances).
    any help would be much appreciated.
    Thanks

    Hello
    A delete should be a change just like any other change and should be recorded on a change request.  After releasing the change request you should be able to transport that delete to your QA and PRD systems as needed.
    As a general rule I would not transport the complete table.  There is too much risk that unintended changes get transported. 
    Are other changes to your table being recorded on a transport request?
    If you have another environment(sandbox or project?)  try the delete in that environment to convince yourself that it does(or does not )work.
    Regards
    Greg Kern

  • 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

  • How to run a delete query from JSC

    There is a simple way to run this:
    delete from some_table where condition
    this statement will delete from 0 to n rows, depending on condition.
    Regards.

    There is a simple way to run this:
    delete from some_table where condition
    this statement will delete from 0 to n rows,
    depending on condition.
    If you want to first
    select ... from some_table where condition
    then delete one or more of those rows, the
    "Accessing databases: Performing Inserts, Updates, and Deletes" tutorial has some hints.
    If you just want to just execute a statement , such as
    any delete or update, then just use standard JDBC.
    For example:
    // Obtain a connection
    InitialContext ctx = new InitialContext();
    DataSource ds = (DataSource) ctx.lookup("jdbc/<CreatorDataSourceName>");
    Connection conn = ds.getConnection();
    // make and execute the statement
    Statement stmt = conn.createStatement();
    stmt.execute("delete from xxx where ...");
    // find out how many rows were deleted.
    int rowsAffected = stmt.getUpdateCount() ;
    // Don't forget to close() in a finally clause!!!
    conn.close() ;

  • How to transport variant deletion

    Hi All,
    I need to delete some variants from various systems like development box, SIT and UAT systems also.
    I have deleted the variant from the dev. system but now when I try to put it in the transport request, I am getting the message that the variant does not exist.
    I am unable to put the variant deletion in a transport request.
    Please someone help me in deleting the variants from the SIT and UAT systems... How do I transport the variant deletion..?

    Hi,
    Try to re-create the variant in the Development system with the same name and put the object in a request.  After this you can delete it in the development system. This way your deletion should get transported to other systems.
    This may also depend on your configuration. You might have to delete the variants manually in each system.
    Best Regards,
    Martin

  • How to retain a deleted query

    Hi friends,
                    I accidently deleted a query which is very important , is there a way I can retain it back ?
    thank you.

    Hi CG,
    Ask your BASIS Guys to restore your data they will restore your data from data base table.
    Reward if useful
    Regards
    JACK

  • How to transport the modified Query from DEV to QA

    Hi BW users,
    I have made few changes for existing query and transported to QA and the changes are reflecting in QA .But did n't transported to Production .and Now I have to added one more InfoObject.
    Now Can I add that Info Object in QA  it self or Do I need to add the New Info Object in DEV and Transport it to QA again.
    Please let me know as it is very urgent to me.
    Thanks in Advance
    Sanjay M

    Hi Sanjay,
        Any changes you should to in DEV only. Do changes in DEV and move transport to Quality and subsequently to Production.

  • Transporting an ABAP QUERY

    Hi guys/gals,
    I've created an abap query in testing client.
    May I know how to transport the ABAP query into quality and production server??
    Regards
    Jiku

    Hi Jiku,
    Transaction SQ02 menu "Envrionment/transport" (=Ctrl+F3).
    For transport, select "export" and the objects you want to transport.
    This will generate a request which you'll be able to process normally.
    An other solution is to download your object from the source system and then to upload it from your target system, if this one is open (and if you have the requested rights).
    Reward if useful.
    Regards,
    Aneesh.

  • How to transport deletion of a SAP Query

    Hi
    I have a SAP query which I deleted in the development system through SQ01.    How do I transport this deletion to production ?   Is this possible, or should we be deleting it directly in production system ?
    Many thanks,
    Sanker

    I am interested in this question too.
    The deletion is written to the standard BEx transport. Is it possible to collect the deleted queries and transport the deletion to production somehow?

  • How to create a transport request with query and only with its structure.

    HI guru,
                how to create a transport request with query and only with its structure.transport request should not  include any other query items like ( variables, conditions...etc)
    thanks in advance.
    venkata

    Hi,
    Goto RSA1 and then Transport Connection -> In SAP Transports select Object Types-> Query Elements -> Then select Query->Give Technical name of the query and then select for transfer. In the right side you can choose the components which you wanted to transport.
    Regards,
    anil

  • How to transport infoset query to Production serveR?

    when i transport everything is transported to production server. when i run the transaction in production server it shows me the error saying . PROGRAM Does not exist .. how to resolve this..
    can any one help me to transport my infoset query from step-to-step.
    Regards
    Saad Nisar

    Well there is no button as such.
    I hope you must have found the Transport button.
    When you click it, it gives selection screen there you can find the redio buttons.
    Export will create a transport request and Download will download it to local machine.
    Let me know if it doesn't work. But you have to do more analysis as to how to go this way.
    Regards
    Shital

  • How Transportation of Adhoc Query is done through RSAQR3TR report.

    Hi,
    How Transportation of Adhoc Query is done through RSAQR3TR report.i want to transport a new usergroup, new infoset and a query from Develpment to Quality and Production.
    I have gone through the documentation of the RSAQR3TR report and as well as the SAP library material, but still i am confused.
    Please help

    Hi,
    http://www.sap-img.com/basis/transport-of-abap-query.htm
    Hope this helps.
    Regards,
    Rashmi

Maybe you are looking for

  • Macbook 13 inch late 2008 screen not illuminated on one side

    Hi Apple Community, I need help! My late 2008 13 inch aluminium Macbook screen has 'died' on one side resulting in one side being noticeably dark. The left side has no problems, only the right side. I am a student living in New Zealand where there is

  • BPM Sync Send Step & Correlation

    Hi Experts, BPM Scenario: Step wise 1. Receive-1 from one sender 2. Send-1 it syncu2019ly to SAP using proxy and receive the response msg 3. N: 1 transformation b/w request message and response message to generate a target message 4. Send-2 the targe

  • Explorer Crashing in Windows 7

    On a fresh install of Windows 7 and then shorty after installing Novell Client 2 SP1 for Windows 7 explorer crashes. Doesn't matter what application I'm using it just crashes. I could be trying to save a file in paint or opening a email to save a att

  • What is the difference between  ABAP and HR-ABAP?

    Hi people, Could u just tel me abt what is the difference between ABAP and HR-ABAP? Thanks in advance, Sanjeev K.V

  • ChaRM functionality in SOLMAN

    Hello ChaRM-experts! I have the following questions regarding ChaRM-Setup: 1) Do I always need to define a Maintenance Project or can I use tcode u201CSCMAu201D to use transport management/ChaRM for satellite systems in SOLMAN 2) Is it possible to us