Programs generated using ABAP query vanishes after upgrade

Hi all,
The programs generated using abap query in sq01 vanishes after upgrading from 4.6C to ECC 6.0 system.
Is this a know issue, do we have a solution for this?
Can anyone help
Thanks
Senthil

Hi,
Try to generate the Queries again in the new system...using the FM : RSAQ_GENERATE_PROGRAM
The input needed is the Query name and the usergroup...The details can be obtained from the table AQLQCAT(local queries areas) and AQGQCAT(global areas queries).
Once you generate the query , a program gets created...
if you have lots of queries to be genretated, write a custom report by fetching the data from the above tables and use the FM to generate the same...
Hope this helps you..
Reward if useful
Regards
Shiva

Similar Messages

  • Generating a report using ABAP query

    Hi All,
    I want to generate a anlytical report using ABAP query, There are 3 different transactions/steps have to be executed to get this data in an actionable form.
    1. MB52 - Unrestricted Stock
    2. ZCustomquery - Custom query in SAP R3
    3. Combine above two in a single report.
    Please suggest me how can i proceed,
    1. Example i have created query name called Finalrepot
    2. How can i call above zcustomquery and Transaction (MB52) in the Query.
    Thanks for your help
    Pradeep

    Hi,
    Check below link to create ABAP query (SAP Query)
    http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Create_The_Query.asp
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf
    Best regards,
    Brijesh

  • How to add the fields to the transaction 'Z10SD25' using ABAP Query

    Hello,
    I want to add the new fields like 'From' and 'To' depending on some conditiions. But i have to do this using ABAP Query.
    Can any one help me with this as I am not much aware of ABAP Query .
    Regards,
    Darshana

    Hi,
    ABAP/4 query can be designed in four steps
    1.     Creation of a user group
    2.     Creation of Infoset
    3.     Assignment of user group to Infoset
    4.     Creation of the query based on Infoset
    By executing the transaction codes mentioned below
    u2022     SQ01   ABAP/4 Query
    u2022     SQ02   Infosets
    u2022     SQ03   User group
    Step 1: To create an Infoset without a logical database
    One of the following can be selected
    u2022     Based on a single table
    u2022     Using an ABAP/4 program
    u2022     Using Table Joins
    u2022     Using Sequential Dataset
    NOTE: The tables to be used in the join should have at least one field in common i.e. it should have the same name, domain or data element.
    Step 2: Here you specify the users who should be authorized to run the query. A user group is always associated with a Infoset.
    Step 3: In Query Definition you can define the Selections Screen. Here you can check against the fields(fields from the tables specified in the infoset above) that you require to be shown on the selection screen.
    Now we Finally need to specify the output type for the query as Basic List, Statistics or Ranked List. Choose the option Basic List and also select the fields to be displayed in the output list(in your case from and to fields...)
    After providing all the above options you can save the query and execute it by clicking the Execute button twice.
    Hope this helps
    Regards
    Shiva
    Edited by: Shiva Kumar Tirumalasetty on Sep 15, 2009 12:44 PM

  • Report generated by ABAP query

    Hello all,
    I have a report name which was generated from ABAP query ( something like AQ10MT=============RO-BONDECONSUM),
    Is there a way to find the ABAP query from which the report was generated?
    Thank you and a nice day,
    Bogdan

    Hi,
    This is a part of the code of FM 'RSAQ_REPORT_NAME'.
    REP        = 'AQ'.                   " fester Anfang
    REP+4(12)  = USERGROUP.              " Benutzergruppe
    REP+16(14) = QUERY.                  " Query
    TRANSLATE REP USING ' ='.
    I hope this could be a little helpful for you.
    Svetlin

  • I'm using an iPhone 4 after upgrading to iOS 5 i'm getting an error 1635 now i'm facing problems syncing my contacts and facing many problems, i have restored my iPhone but still i'm getting the same error

    i'm using an iPhone 4 after upgrading to iOS 5 i'm getting an error 1635 now i'm facing problems syncing my contacts and facing many problems, i have restored my iPhone but still i'm getting the same error

    Did you check your security software settings? eliminating conflicts from third-party security software.

  • Hello I am using iPhone 5s but after upgrading to iOS 8.0.1 I am unable to signin my iCloud account ?

    Hello
    i am using iPhone 5s, but after upgrading to iOS 8.0.1 I am unable to sigin my iCloud account
    whenever i try to signin it shows " verification failed" / " the password you entered in incorrect"
    i changed by Apple ID PASSWORD three times and tried to signin but it shows same as above - verification failed / password is incorrect
    please suggest
    regards
    karan deep singh

    I believe that all iPhones, purchased in Egypt, from official sources, are sold as carrier locked. So, your phone was hacked by someone so you could use it in Germany. Sorry, but that's what happens to hacked iPhones.
    No one here can help you, nor can/will Apple, and since none of the carriers in Egypt offer official unlocking, your choices are not good.

  • On my 2012 MBP I can no longer use dual screens/HDMI after upgrading to 10.8.2. I'm using Moshi Thunderbolt adapter

    On my 2012 MBP I can no longer use dual screens/HDMI after upgrading to 10.8.2. I'm using Moshi Thunderbolt adapter

    I think you are sailing in uncharted waters with those kind of modifications.
    I am only guessing, but if you have not already done so,  do a PRAM reset and then trash your FCP preferences.
    Big Poppa Chris wrote:
    I've also notice when I start the computer up, it stays on the grey screen longer than it did when I had the original card (512 mb).
    My understanding is the Mac is doing a ram/hardware test during the grey screen, if the card you added had additional memory, then it is very likely the test will take longer - but I am no hardware expert.
    MtD

  • Why can't I use word, excel etc after upgrading OS X lion ?

    Why can´t I use word,excel etc after upgrading too OS X Lion ?

    Office 2004 is a PowerPC app that requires Rosetta to run. Roseeta and thus all PPC aps are not supported on Lion. Further Office 2008's Installer is a PPC app. Office 2008 will run if installed before installing Lion, but you cannot install it from Original Office 2008 Media after installing Lion.
    Steve

  • Extraction using ABAP Query

    Hi Experts,
    I have a data source in which the extraction is using ABAP Query. From RSA2 I got the infoset name. I would like to know if the extraction logic is put inside this infoset. If so how to see the extractor ouput in R/3 and how to debugg the infoset. I can't put break point in infoset. I tried to debugg the extractor through rsa3 and it is not going to the infoset also.
    Please help me as I don't have any experience in BI.
    Thanks,
    Soumya.

    Hi Soumya,
    Infosets are similar to views created on different tables by linking them with one another. So instead of debugging one should look for how this tables have been linked in tcode SQ01.
    Hope that helps.
    Regards
    Mr Kapadia

  • Self join using ABAP Query

    Hello all,
    How to create a self join using ABAP Query?
    Say, I have this table EKBE with belnr (materials doc num) and lfbnr (reference material doc num). I have to pick the PO's from EKBE whose belnr doesnt have any lfbnr.
    Regards
    Madhumathi A

    hi madhu,
    tables : ekbe.
    data itab like standard table of ekbe with header line.
    select * from ekbe into table itab where belnr >< 0 and lfbnr = ' '.
    loop at itab.
    write :/ itab-belnr,itab-lfbnr.
    endloop.
    check this code this works to select the orders whose belnr doesnt have any lfbnr
    reward points if useful.

  • Development of Reports using ABAP Query

    Hi
    can anyone please tell me about 'Development of Reports using ABAP Query' and how to use it in real time
    Thanks
    jay

    look here:
    http://help.sap.com/saphelp_47x200/helpdata/en/b7/26ddebb1f311d295f40000e82de14a/frameset.htm
    A.

  • Cannon MP830 can't use the scanner function after upgrading to Mavericks.

    I have an Cannon MP830 and now I can't use the scanner function after upgrading to Mavericks.  Can someone help?

    There is no ICA driver for this model so you won't be able to use Image Capture or Preview. But there is a TWAIN scanner driver and the supporting MP Navigator application available for 10.8 from Canon, so you could try installing these and see if you can scan again.

  • I can not use ipad smart cover after upgrade ios 7.

    I can not use ipad smart cover after upgrade ios 7. It makes reboot again again...if i cover up ipad with smart cover. i never had this problem before. please fix this bug!!!!

    Change your iPod DNS to 8.8.8.8
    That should work. Cheers

  • Is anyone having problems with the battery drains quickly and the iphone4 heats up in use and in charging after upgrading to 5.1.1?

    Is anyone having problems with the battery drains quickly and the iphone4 heats up in use and in charging after upgrading to 5.1.1?

    I have had the same problem but I seem to be getting somewhere to fixing it!!! My battery was going down at 20% an an hour now its 10% with constant use and 5 in standby !!! So improvement all round
    First I did a restore then I drained the battery i started to charge it and when it came on I turned the phone off completely and let it charge to 100% I then left it for a couple of hours on charge at 100. I saw no improvement after 1st drain so I repeated the drain battery and charge steps again with the phone turned off when charging and have seen a very big improvement. I am going to do it again tonight and hopefully problem solved!!!!
    The next issue is iMessage as that's playing up and wifi drop out
    Good luck

  • ABAP Query Miising after ECC6.0 Upgrade from 4.7

    Hi
    We are upgrading from 4.7 to ECC 6.0. After upgrading, we found that ABAP queries that were there in 4.7 are missing. It gives an error that AQZZ####... Program not found.
    What could be the problem, is there something we left out while upgrading?
    Regards
    Ramya

    so you say, the tcode directly calls a program? The generated program name might be different between releases.
    A tcode for query has to look like:
    Create a transaction calling transaction START_REPORT with the following parameters/attributes filled :
    D_SREPOVARI-REPORTTYPE= AQ "parameter indicating Abap Query
    D_SREPOVARI-REPORT= '  ' "Query User group
    D_SREPOVARI-EXTDREPORT= '  ' "Query name
    Did you check the standard / global areas in SQ01?
    Message was edited by:
            Eric Cartman

Maybe you are looking for

  • How do you create an animated GIF in Premiere Pro?

    I tried using Premier Pro to edit an animated GIF, but apparently that feature is no longer available?  Is there another program that will work? Help Please.... Matt Perry Edited by: Kevin Monahan Reason: more searchable title

  • PCP in RAC environment is providing lots of ORA-20100: File o0000071.tmp

    Hi, We are on 12.0.6 on 2 node RAC and 2 node application appl1 --all services including concurrent appl2 --all services  including concurrent with PCP and Hardware loadbalancing db1 and db2 are two rac nodes. running only db and listener. but my iss

  • 2013 MBP will not partition internal HD.

    Hi. I've recently experienced my 2013 MBP 13" getting slower and as the HD was getting full I decided to upgrade from 500GB to 1 TB. The first disk i tried was the Seagate sshd slim hybrid disk. This disk was fine (and bootable) in an external USB en

  • Links within Mail messages

    Any inbox message which contains a link displays a ghost over the top of the link address .  It's a tiny, shimmering picture of the web page that it links to.  It's just big enough to cover the link, but not big enough to be able to read anything on

  • I have a notebook envy m7-k111dx and the hard drive went bad

    i have a notebook envy m7-k111dx and the hard drive went bad and need to order a recovery disk from HP going through the web site to order it all it does is take me through circles This question was solved. View Solution.