SAP Query not generated after upgrade

Hi All,
Our client has upgraded from 4.6c to ECC 6.0
In the upgraded server some SAP Queries have not been generated…and others have generated. I wanted to know why all are not generated….
I also wanted to know if any table name exists which maintains query with generated program name…
Please let me know your learning’s on SAP Query if any…
Thanks in advance

These generated program names are stored in AQLDB for local area and AQGDB for global area. Usually these program names will include the infoset names and the query names.

Similar Messages

  • SAP ABAP Query not generated after upgrade

    Hi All,
    Our client has upgraded from 4.6c to ECC 6.0
    In the upgraded server some SAP Queries have not been generated…and others have generated. I wanted to know why all are not generated….
    I also wanted to know if any table name exists which maintains query with generated program name…
    Please let me know your learning’s on SAP/ABAP Query if any…
    Thanks in advance

    I forgot to mention that FM will just give u the report name..wont generate it.
    I dont think the report name is saved in any tables... it is generated ...
    but u can derive the report name..if u know the user group and query name.. by concatenating those ..
    for details..look into the code for that FM

  • Group by query not working after upgrade to 11g

    Hi again,
    This once is weired.
    I had a report base on a seeded view with following query in Install Base.
    SELECT
    DESCRIPTION item_description,
    OWNER_PARTY_ID,
    sum(quantity)
    FROM CSI_INSTANCE_SEARCH_V
    WHERE 1=1
    AND serial_number is not null
    AND OWNER_PARTY_SOURCE_TABLE = 'HZ_PARTIES'
    AND NOT (INSTANCE_STATUS_ID = 1)
    AND NVL (ACTIVE_END_DATE, SYSDATE + 1) > SYSDATE
    group by OWNER_PARTY_ID
    This report was working fine in 10g and stopped pulling records after upgrade.
    We are on 11.5.10.2 and 11g.
    Does the upgrade changes EBZ views?
    I had to rewrite it using base tables and it worked again with the group by clause.
    I have verified there are no invalid objects.

    Hussein,
    This turned out to be a bug in 11.2.0.1
    As per Oracle SR
    Note.8945586.8 Ext/Pub Bug 8945586 - Wrong results using GROUP BY placement:
    Description
    Wrong results can occur when using GROUP BY placement where the aggregate column gets pruned from select list.
    Rediscovery Notes:
    Required aggregate columns are missing in the plan in the projection list of operations.
    Workaround
    set "_optimizer_group_by_placement"=FALSE

  • Sap query not working after Upgradtion

    Hi Experts,
    We have recently done up gradation from 4.6 to Ecc 6.0. Since then my Sap query are not working.
    Please help how to fix the issue.
    Thanks in Advance for your support and time.

    Hi,
    Do you have any custom indexes for tables in the affected queries that were deleted as part of the upgrade?  (ones that didn't exist in the customer namespace? - something working looking into)
    Regards,
    Ryan Crosby

  • BW Query not working after upgrade

    Hi All,
    We have just completed the BW 3.5 to BW 7.0 EHP2 upgrade. Post upgrade when we try to exectute query in Query Analyzer, i am getting following error.
    Abort System error in program CL_RSR and form GET_PROVID-02-(see long text)
    Can any one help me.
    Regards
    Christopher

    Hi Raja,
    There are some threads available for the same issue. Hoping that one of them may help you.
    http://forums.sdn.sap.com/thread.jspa?threadID=1150450
    http://forums.sdn.sap.com/thread.jspa?threadID=1151583
    http://forums.sdn.sap.com/thread.jspa?threadID=426018
    Regards,
    Arpit

  • Web Service is not working after Upgrade SAP EHP6

    Hi ,
    Recently we upgraded SAP ECC 6.0 to EHP 6.
    We have a custom web service which is consumed in  .NET Application to get the Sold To from Sales Order.
    the service is working perfectly before upgrade and it is not working after upgrade to EHP6.
    When I tested the Service in WS Navigator in SAP, it is working fine.
    We raised a message to SAP and SAP analyze the Traces and confirm that the HTTP Request Header coming from .NET application is not having User ID and Password , so it is throwing exception from SAP as unauthorized.
    But in service it is configuration as basic authentication and log on using user id and password and .NET application is calling service by passing user ID & Password.
    Customer is not happy as it is working before Upgrade and SAP confirmed every thing fine in SAP, but the service is not working.
    we did the below steps.
    Regenerated the configuration
    Re imported the Certificates
    Activated the service in SICF.
    Please let me know if anybody have same problem or if any steps we are  missing.
    thanks.
    Uma

    after changing the .NET Application , Service is working fine.

  • Asset query execution performance after upgrade from 4.6C to ECC 6.0+EHP4

    Hi,guys
    I am encounted a weird problems about asset query execution performance after upgrade to ECC 6.0.
    Our client had migrated sap system from 4.6c to ECC 6.0. We test all transaction code and related stand report and query.
    Everything is working normally except this asset depreciation query report. It is created based on ANLP, ANLZ, ANLA, ANLB, ANLC table; there is also some ABAP code for additional field.
    This report execution costed about 6 minutes in 4.6C system; however it will take 25 minutes in ECC 6.0 with same selection parameter.
    At first, I am trying to find some difference in table index ,structure between 4.6c and ECC 6.0,but there is no difference about it.
    i am wondering why the other query reports is running normally but only this report running with too long time execution dump messages even though we do not make any changes for it.
    your reply is very appreciated
    Regards
    Brian

    Thanks for your replies.
    I check these notes, unfortunately it is different our situation.
    Our situation is all standard asset report and query (sq01) is running normally except this query report.
    I executed se30 for this query (SQ01) at both 4.6C and ECC 6.0.
    I find there is some difference in select sequence logic even though same query without any changes.
    I list there for your reference.
    4.6C
    AQA0FI==========S2============
    Open Cursor ANLP                                    38,702  39,329,356  = 39,329,356      34.6     AQA0FI==========S2============   DB     Opens
    Fetch ANLP                                         292,177  30,378,351  = 30,378,351      26.7    26.7  AQA0FI==========S2============   DB     OpenS
    Select Single ANLC                                  15,012  19,965,172  = 19,965,172      17.5    17.5  AQA0FI==========S2============   DB     OpenS
    Select Single ANLA                                  13,721  11,754,305  = 11,754,305      10.3    10.3  AQA0FI==========S2============   DB     OpenS
    Select Single ANLZ                                   3,753   3,259,308  =  3,259,308       2.9     2.9  AQA0FI==========S2============   DB     OpenS
    Select Single ANLB                                   3,753   3,069,119  =  3,069,119       2.7     2.7  AQA0FI==========S2============   DB     OpenS
    ECC 6.0
    Perform FUNKTION_AUSFUEHREN     2     358,620,931          355
    Perform COMMAND_QSUB     1     358,620,062          68
    Call Func. RSAQ_SUBMIT_QUERY_REPORT     1     358,569,656          88
    Program AQIWFI==========S2============     2     358,558,488          1,350
    Select Single ANLA     160,306     75,576,052     =     75,576,052
    Open Cursor ANLP     71,136     42,096,314     =     42,096,314
    Select Single ANLC     71,134     38,799,393     =     38,799,393
    Select Single ANLB     61,888     26,007,721     =     26,007,721
    Select Single ANLZ     61,888     24,072,111     =     24,072,111
    Fetch ANLP     234,524     13,510,646     =     13,510,646
    Close Cursor ANLP     71,136     2,017,654     =     2,017,654
    We can see first open cursor ANLP ,fetch ANLP then select ANLC,ANLA,ANLZ,ANLB at 4.C.
    But it changed to first select ANLA,and open cursor ANLP,then select  ANLC,ANLB,ANLZ,at last fetch ANLP.
    Probably,it is the real reason why it is running long time in ECC 6.0.
    Is there any changes for query selcection logic(table join function) in ECC 6.0.

  • Iphone 4 Home button not working after upgrade to OS 4.3.5

    Iphone 4 Home button not working after upgrade to OS 4.3.5.Please help!!!!!!!!

    It seems that settings of mail accounts have something to do with it. I've delete my gmail account and am now using Microsoft Exchange. It seems better, yet not perfect. The issue is definitely due to OS 4.3.1
    Apple answer is - no answer. It is a shame that the quality of their products, in terms of design and concept, is not match by a care for customers. It is not normal that I, as a customer, have to spend hours reading Apple Discussions forum to try to understand what the problem is. A little more respect for a customer that spend big $$$ buying their products wouldn't hurt.

  • File- Export not working after upgrade from 11i to R12

    Hi,
    File -> Export not working after upgrade from 11i to R12.1.3 in few systems. Can you please let me know what could be the issue.
    If export record count more than 200 it is working fine in all the systems and if change the profile option "Export MIME type” value to ‘text/tab-separated-values’ from application/excel also it is wokring.
    Thanks and Regards,
    Jagadeesha

    Enabled the FRD. Below are few last lines. Can you please let me know what i can in this log file contents.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing GET_ITEM_PROPERTY/FIELD_CHARACTERISTIC Built-in:
    In Argument 0 - Type: Integer Value: 196613
    In Argument 1 - Type: Number Value: 54
    Out Argument 0 - Type: String Value: 12
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Entering app_menu.set_prop.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing FIND_MENU_ITEM Built-in:
    In Argument 0 - Type: String Value: FILE.EXPORT
    Out Argument 0 - Type: Integer Value: 19
    Executing GET_MENU_ITEM_PROPERTY Built-in:
    In Argument 0 - Type: Integer Value: 19
    In Argument 1 - Type: Number Value: 79
    Out Argument 0 - Type: String Value: TRUE
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_menu.set_prop.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_synch.menu_toolbar_sync. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.APP_CUSTOM_MODE
    Out Argument 0 - Type: String Value: NORMAL
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.APP_CUSTOM_MODE
    Out Argument 0 - Type: String Value: NORMAL
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: NULL
    In Argument 1 - Type: String Value: GLOBAL.OUT
    Executing USER_EXIT Built-in:
    In Argument 0 - Type: String Value: FND GETPROFILE NAME="UPK_RECORDING_ENABLED" FIELD="GLOBAL.OUT" N
    FNDCPVCM, 11, Built-In, Entry, 316509814, USER_EXIT
    FNDCPVCM, 11, Built-In, Exit, 316509814, USER_EXIT
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: GLOBAL.OUT
    Out Argument 0 - Type: String Value: N
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_form
    Out Argument 0 - Type: String Value: FNDCPVCM
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_block
    Out Argument 0 - Type: String Value: MASTER
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_form
    Out Argument 0 - Type: String Value: FNDCPVCM
    Executing NAME_IN Built-in:
    In Argument 0 - Type: String Value: system.current_block
    Out Argument 0 - Type: String Value: MASTER
    Executing GET_APPLICATION_PROPERTY Built-in:
    In Argument 0 - Type: Number Value: 75
    Out Argument 0 - Type: String Value: IHR40P
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed call_all_libraries. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    Executing COPY Built-in:
    In Argument 0 - Type: String Value: Completed app_standard.event. Event is WHEN-NEW-ITEM-INSTANCE.
    In Argument 1 - Type: String Value: global.frd_debug
    FNDCPVCM, 10, Prog Unit, Exit, 316509814, /FNDCPVCM-3/P45_30_DEC_201223_28_33
    FNDCPVCM, 9, Trigger, Exit, 316509814, WHEN-NEW-ITEM-INSTANCE
    FNDCPVCM, 8, Prog Unit, Exit, 316509814, /DMU-4/P8_30_DEC_201223_23_12
    # 15 - FNDCPVCM:MASTER.USER_CONCURRENT_QUEUE_NAME.1359399301498413820
    WINDOW FNDCPVCM PROGRESS_INDICATOR RESIZE 4198 1500 3
    # 16 - FNDCPVCM:MASTER.USER_CONCURRENT_QUEUE_NAME.1359399301512613925
    WINDOW FNDCPVCM PROGRESS_INDICATOR RESIZE 4198 1500 3

  • Ipohone 4 hotspot not working after upgrading to ios7.1 ?

    my ipohone 4 hotspot not working after upgrading to ios7.1 but my some friends having iphone 4s its works fine and those having iphone 4 it's not working although we all have same operator and same operating system (i.e ios 7.1).I think this is problem only  with iphone 4 users with ios 7.1 , so apple plz fix it in ur next update.

    You don't like the answer?
    Again it's not a bug, use a supported carrier if you want Personal Hotspot.
    Read the list one more time, if carrier is not on the list, IOS7.1 patch the loophole.
    Message was edited by: ckuan

  • I am using Iphone 4 (not 4s) After upgrading to ios 5.0.1. is blocking. I live in Venezuela

    I am using Iphone 4 (not 4s) After upgrading to ios 5.0.1. is blocking. I live in Venezuela

    Without more information, I have to say it sounds like the phone you have was not legitimately unlocked, but had been hacked. Updating iOS will re-lock it to the original carrier.
    ONLY the carrier it is locked to can authorize unlocking it.
    Where did you get the phone?

  • 20" Apple Cinema Display not recognised after upgrading to OS 10.8.2 (Mountain Lion)

    20" Apple Cinema Display not recognised after upgrading to OS 10.8.2 (Mountain Lion).
    Hello Apple! Anybody there? How long does your community have to wait for a solution?
    The same problem has been unsolved for months now. No statements from Apple either.
    I was told today to wait for 10.8.3. This might solve the issue. I can not belive my ears.
    My MacBookPro 4,1, Intel Core 2 Duo with 2.5 GHz Processor and Graphics chip: NVIDIA GeForce 8600M GT, will not talk to the exter. 20" Cinema Display ( Model Number A1081 ). The screen stays black. Resetting the PRAM did not help. I removed the 'com.apple.windowserver.plist' and the 'com.apple.windowserver.OE35739etc,etcxxxxxxxxxxx.plist', but that did not help either.
    Any other solutions, or do I have to downgrade or give up on Apple Computers alltogether after using them for over 25 years?

    I found out that I needed a $100 mini displayport to dual-link dvi adapter to make my $30" cinema display work with my macbook pro
    http://store.apple.com/us/product/MB571Z/A/mini-displayport-to-dual-link-dvi-ada pter?fnode=51
    When I found out that solved the problem, I took it back because that was too expensive for a stupid adapter, and it still didn't work perfectly.

  • TS1702 My app store, Apple ID, safari, and most other apps do not work after upgrading to iSO 6, How do i solve this problem?

    My app store, Apple ID, safari, and most other apps do not work after upgrading to iSO 6, How do i solve this problem? Can somebody help me please?

    The App store is a problem for many and I have not seen a solution.
    What is "wrong" with your Apple ID?
    Try the following:
    - A reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory settings/new iPod.

  • IPhone Home Button not working after upgrade to ios 5.1.1

    Hey everyone,
    I'm pretty sure this is a software failure due to the symtoms the iPhone is showing;
    0 - the home button does not work at all when the phone is turned on and running ios 5.1.1, well it used to work okay when i had ios 5.0.1, I upgraded to 5.1.0 and started working randomly, upgraded to 5.1.1 to see if it was fixed with no luck at all.
    1 - When locked the screen does sometime light up, like when you press the home button and don't slide the unlock button. but it does not exit apps anytime, I mean it doesn't act like it's pressing the home button randomly but only when the phone is locked.
    2- The button does work perfectly when iOS is not running: I can get in and get out of recovery and dfu mode at will, that wouldn't be possible if the button were broke.
    3- what else? Oh yea, not really a symtom: Tried the 'home button calibration' several times.
    4 - It's not filthy, since I really cleaned it thoroughly with a powerful tiny nozed air blower I got and gave a rubbing alcohol treatment too.
    5 - when I shut the phone down it instantly turns back on, I can interrupt the turning on for turning the phone into dfu mode (i'm sure It's in DFU mode because the tinyumbrella log monitor tells me)
    I'm now using the 'soft' home button that goes in the accesibility options, but hey, I didn't pay a ton of money for a phone that the same Apple is gonna break down.
    It's out of warranty and I don't have apple stores where I live.
    I'd downgrade to 5.0.1 in a snap if I could but I'm not into jailbreaking, so the shsh blob thingie is not a possibility.
    Any apple dev around that can give me a workaround?
    thanks a lot in advance
    Added more info ~ 

    I had the same problem with Home button not responding after upgrading from iOS 5.1 to iOS 5.1.1 on an iPhone4.   I solved it but not sure exactly what fixed it.   Here is what I did.
    1.  Took it local Apple store Genius appointment.   They used a special tool and took some lint out of the connector opening.   The Home button started working.   They said even though the phone was out of warranty, I could buy a new replacement one without a contract for $150. 
    2.   The Home button stopped working when I got home.   I got some compressed air in a can and blew the air through the connector to try and clean out more dust.   I now keep the phone with the connector opening facing down in my pocket.   I also struck the phone downward on my hand or other soft surface to force as much dust out as possible.
    3.  The Home button still was intermittent.  I then tried to do a hard reset by holding the power on key and the Home button simultaneously for about 10 seconds.  This doesn't work if the Home button doesn't respond.
    4.  I connected the iphone to Itunes via the USB to sync the phone.  While connected, I did a Hard Reset by Holding the Power button and Home button simultaneously.  I noticed the Home button responded better when connected to ITUNES via the USB.
    5.  I did a backup of the iphone4 by highlighting the iphone 4 while connected to ITunes and right mouse click and selecting BACKUP.    I was prepared to reset my phone4 in iTUNES and restore it from the backup.
    The phone worked consistently before I had to do this.
    6.  As a last resort which I didn't need to do, I was going to copy all my settings for the iphone by selecting the phone in iTUNES and looking at all the sync settings.   I would then have restored the iphone to original factory settings and then sync the phone using the copied settings.  This would have made sure that the backup didn't include the bug.
    Fortunately, I didn't have to do step 5 and 6.   Things started working after Step 4.  So I don't really know if it was the iOS 5.1.1 upgrade or pure coincidence that the Home button stopped working immediately after the upgrade.

  • Some mp3 files do not play after upgrading to iTunes 8.0

    some mp3 files do not play after upgrading to iTunes 8.0
    have upgraded and some songs which used to play on iTunes 7 no longer play. album art is missing. when trying to play on of these songs, nothing appears in the playbar at the top of the window.
    it seems the same problem exists in the mac os environment.

    The solution I discovered to fix this problem was to create a smart playlist with all song of a kind containing MPEG. Then I went through album by album, and coverted ID3 tags using the value of NONE. This then enabled me to play the songs in iTunes 8.0 and in many cases restored the Album Art.
    Thanks!

Maybe you are looking for

  • BI Publisher Desktop Install Error

    1.) I uninstalled XML Desktop via the XP control panel... 2.) BIP Desktop would not install and indicated I had 'not' uninstalled my previous ver of XML Pub... 3.) I reinstalled XML Desktop and then used Oracle's setup.exe included with XML Publisher

  • T how to enable a larger disc buffer

    A core audio message keeps popping up on certain songs during parts. It reads Disk is too slow or System Overload (-10010) It was suggested I enable a larger disc buffer and purchase the 7.1 upgrade. I don't know how to go about enabling a larger dis

  • Aggregation level ZFI_FINGL is locked by the Change and Transport Organizer

    Dear, After transport from a dev to prod system I get this message on the planning modeler : "System is not set to changeable - objects are not changeable Aggregation level ZFI_FINGL is locked by the Change and Transport Organizer" Do you know how to

  • Offline backup procedure for clustered ECC 6.0

    Dear Experts. I Installed SAP ECC 6.0 Sr3 on MSCS with DB2 database. I want to take the offline database backup. In node 1 is having (ASCS and SCS and Central instance and Enque replication ) node 2 having dialog instance and ERS. Cluster administrat

  • What is the name of table which supports processchain.

    Hi friends what is the name of  the table which supports processchain.