ABAP Query in Upgradation from 4.7 to ECC6.0

Hi there,
We are upgrading SAP system from 4.7 to ECC6.0. We have s/w component SAP_BASIS = 700.
It would be of great help if anybody share their thought on handling ABAP queries after upgradation from 4.7 to ECC6.0.
We have refered SAP notes 132813 and 672784 where in we need to change the default query area.
Also, do we need to re-genarate the queries? If yes then how can we achive the same.
Thanks in advance.

Hi,
It may happen that some times, the queries are not generated after the upgrade.
Hence call the FM: RSAQ_GENERATE_PROGRAM
Pass the Query name and user group.
For all global queries: refer table AQGQCAT and local/client specific queries: Refer to AQLQCAT.
This can help to regenerate the queries.
You can also write a small program to generate using the above FM(one time program) that runs after upgrade
Hope this helps
Regards
Shiva

Similar Messages

  • Abap issues when upgrading from 4.7 to ecc6.0

    hello All,
    I am posting this question with intention of general issues we face that are abap related when upgrade from 4.7 to ECC6.0,
    do the programs ahve to be adjusted, if sumone cud also throw some light on what is unicode and wat role does it play in the upgrade,
    some specific examples wud be appreciated
    thanks,
    RS

    hi,
    Go through this
    Unicode is an international standard that assigns characters from virtually every
    language and script a unique Unicode Scalar Value, which is a number written in
    hexadecimal notation.
         Character     Unicode Scalar Value     Unicode Character Name
         A      U+0041          LATIN CAPITAL LETTER A
         Ä     U+00C4          LATIN CAPITAL LETTER A WITH DIAERESIS
         α     U+03B1          GREEK SMALL LATTER ALPHA
    Implementing the Unicode standard enables a single software product or a single
    web site to be accessed across multiple platforms, languages, and countries without
    the need for re-engineering. It allows data to be transferred across many different
    SAP and non-SAP systems without corruption. To meet these requirements, the SAP
    Unicode team continues to promote Unicode-enabled SAP systems, aid their
    installation, and provide tools and full technical support for the smooth
    conversion of existing SAP non-Unicode systems to Unicode.

  • New for ABAP in functional upgrade from 4.6c to ECC6.0

    i want to know the enhancements, additions and changes in the technical side/ABAP , when moved from 4.6c to ECC6.0 in case of FUNCTIONAL UPGRADE only....
    our compny has done FUNCTIONAL UPGRADE so far..whats new for technical ppl like us apart from changing bdcs, some missing functions, etc...
    thanx,
    Naveen Vishal

    Hi
    Technical upgrade is the fast upgrade without additional functionality but with minor user interface changes to ensure business continuity.  In the past, all objects modified by a customer had to be manually re-modified during an upgrade. Now, modifications are either automatically adopted or the system provides you with an assistant for adjusting your modifications to the newly upgraded configuration using transactin SPAU and SPDD.
    SPDD:  This transaction allows you to adjust modifications to ABAP Dictionary objects during an upgarde.
    Using this transaction we can adjust the Domains, Data Elements, Tables, Strcutures, Transparent tables, pooled and cluster tables including their technical settings, indexs of transparent tables. If you adjust data elements that have been changed with the Modification Assistant in an earlier release, the changes can be copied automatically.
    Steps to run SPDD: 
           1.      1)  Start transaction SE03 as user DDIC and choose Administration ® Set system change option
           2.      2)  Select Modifiable in the Global setting dialog box.
           3.      3) Choose Continue.
           4.      4) Choose Edit ® Select all.
           5.      5) Save your changes.
           6.      Then log on as a normal user, since user DDIC may not perform any repairs.
    SPAU:  This transaction allows you to adjust programs, function modules, screens, interfaces, documentation and text elements after an upgrade.
    After you adjusted or edited an object, you can use User/Status function to modify the status of the object. Before doing this, you can also add other developers or testers that are allowed to edit the object and create a short note.
    Steps to run SPAU:
    1) Start transaction SE03 as user DDIC and choose Tools ® Administration ® Set system change option.
           2.      2)  Select Modifiablein the Global setting dialog box.
           3.      3) Choose Continue.
           4.      4) Choose Edit ® Select all.
           5.      5) Save your entries.
           6.      Then log on as a normal user, since user DDIC may not perform any repairs.
    Other important topics in Technical Upgrade:
    Updaring the Development System: Perform the adjust int he development system using SPDD and SPAU transctions and assign to transport requests.  The upgrade control program R3up exports the transport that you have marked in a later upgrade phase.
    Upgrading the Production System: During this phase, the R3up upgrade control program checks whether there are any change requests registered for transport from the development system to the production system. If this is the case, R3up offers to import the transport automatically, instead of you carrying out adjustments with transactions SPDD/SPAU. If you choose this procedure, you still have the option of stopping SPDD/SPAU to check the changes accepted automatically before they are activated.
    If you decide to import a transport automatically, a subsequent analysis checks whether there is an entry in the transport you specified for each modified object found in this SAP System. Only if this is the case is the transport marked as suitable.
    If there are more modified objects in the production system than in the test system, they cannot be dealt with by the transport. This means that you have to adjust these objects.
    If you had more modified objects in the test system than in the production system and these are also contained in the transport, you import these into the production system with the transport
    regards
    karthik
    Reward points if useful

  • ABAP Questionnaire for Upgrading from 4.6c to ECC6

    Hi gurus,
    I'm an ABAP developer and I'll have a project soon that will focus on the upgrade of a customers SAP system from 4.6c to ECC5. I just want to ask if you can give me a questionnaire or a guide taht will focus on the ABAP side of the upgrade. This is my first time that I will be involved in an upgrade project.
    Thank you very much,
    Andre

    The upgrade isn't difficult at all
    In ABAP you must change all the functions of files like WS_DOWNLOAD .You must use GUI_DOWNLOAD or CL_GUI_FRONTEND_SERVICESS class.
    The inherited classes need that their constructor call the constructor of the father class.
    In HR you have to be carefully with the casting of infotypes.
    The files of the application server need encoding .The default encoding is unicode but you can deactivate using encoding non-unicode.
    The syntax is more restricted.
    You have a new and very good editor .A new debugger too.
    Be carefully with indexes when access a field structure or similars.
    In XML you must use encoding utf-8

  • Upgrade from 4.6C to ECC6.0 - development quality and production

    Upgrade from 4.6C to ECC6.0
    I have got three systems right now...
    Development(D1)     Quality(Q1)    Production(P1).
    These three systems need to be upgraded to ECC6.0
    The recommended process is to copy D1 to a new temporary server(D2) and
    then upgrade it. At the time of the copy we will have to run the transactions
    SPDD and SPAU for which the one one transport requests will be created.
    Now after the complete upgradation we will be running the UCCCHECK and SCUV.
    The problem is after running this process we are going to copy the Quality(Q1)
    to a new quality system Q2. Now the code in the D2 system is unicode complaint with all the
    same functionalities as in D1.
    How to get all the change and customizing objects which is updated in the D2 system
    to the Q2 system (only the relevant ones - this will also ensure for PRD as the same process could be followed)?
    Or else do we have to repeat the process for both the new quality(Q2) and new production(P2)
    systems?
    Useful answers will be rewarded accordingly....

    Hi,
    If you do SPDD and SPAU changes to create unique transports (as per upgrade guide) so the Q2 upgrade will have it embeded during the upgrade process then you should not have any problem because after the D2 combined upgrade (unicode and Technical Upgrade) the system will be in Unicode, UCCHECK is to check unicode compatibility as long as I know. You won´t need to use SPDD and SPAU again in Q2.
    Also you could do Upgrade to D2, run UCCHECK and SCOV and then create all changes to objects that needs to be changed to create requests. Then do Q2 upgrade and when is finished then you move every transport you need from D2 to Q2 to do the necesary tests, it should not take much time. In the upgrades I know and done this is the way the changes were moved up to PRD, we have never used the unique transport request mentioned in the Guide. During Quality tests developers and funtional consultants will need to keep doing changes until everything is OK so even if you create unique requests, you will also have to transport after PRD upgrade.
    Either way you won't need to run SPDD and SPAU after D2 upgrade.
    Good luck
    Edited by: AC on Nov 18, 2008 1:26 PM

  • Upgrade from 4.7C to ECC6.0 fields missing in t code FBL5N

    Few fields are missing while upgrading from 4.7C to ecc6.0 in SAP STD Transaction FBL5N.  Will pl clarify me.

    Hi,
    Can you clear whether you are in the process of upgrading to ECC6 or you have already completed the Upgrade to ECC6 ?
    Regards
    Suhas

  • Invoice Receipt Warning Message Appear After Upgrade from 4.6C to ECC6

    Hi Gurus,
    We do upgrade from 4.6C to ECC6. And we do Invoice Verification base on Delivery (Vendor delivery number), in our business process there more than one Purchase Order has same Vendor Delivery Number while GR executed. But only one Purchase order related to Invoice verification, others PO are Free PO (no need Invoice Verification).
    The problem is:
    In SAP 4.6C, while execute Invoice base on Delivery (Vendor delivery), system automatic select only PO with Delivery (vendor) which related/allow invoice receipt.
    In SAP ECC6, while execute Invoice base on Delivery (vendor delivery), all PO selected. So than there are warning messages appear (warning pop screen) for those PO not allow invoice Receipt (message M8035: PO item XXXXX does not allow invoice receipt), and at the end PO which allow Invoice receipt then appear for further Invoice Receipt process.
    At overall, the final result SAP 4.6C and SAP ECC6 is same (only PO which allowed Invoice Receipt will processed further).
    The Question are:
    1. Why in ECC6 appear warning message, while in 4.6C no warning message ? Is there config to ignoring the warning message. I've try to maintain system message for M8035 (t-code: OMRM) to ignoring the pop screen, but can not created.
    2. How do we make warning message dissapear (no need warning message), because if the PO's has hundred items so user need to click enter hundred times.
    Thanks in advance.
    Regards,
    Tri Wicaksono

    Hi,
    could you please check whether the flag "GR-based IV" is set in the purchase orders?
    If GR based-IV is ticked, then this pop-up cannot be suppressed.
    If you would like to post the invoice first then GR-based IV should not be checked, otherwise this pop-up will always appear.  I am afraid that this behaviour is standard. 
    Please, be aware that this feature is only available if you set  in the Purchase Order item the 'GR-based IV' indicator:
       If the GR-IV flag is not set in the PO, then the system does not                     
       differentiate individual goods receipts. Please see the <f1> help                    
       for the field "GR-IV" in the PO item detail. Since the individual                    
       receipts are not differentiated, an invoice is not tied per se to                    
       an individual receipt and a goods receipt can be reversed despite                    
       an invoice receipt.                                                                               
    With the GR-IV flag set on in a PO, you can specify which goods                      
       receipt is being invoiced in an IR and which goods receipt is being                  
       reversed in a return. It is this correlation between goods receipts                  
       and invoices that enables you to specify for GR-IV PO's whether an                   
       item can be returned despite an invoice. 
    Please refer to the note :457511 Question 10.          
    Best regards
    Erika

  • How to handle the interfaces in upgradation from 4.6c to ECC6.0

    we are going for the upgrade from 4.6c to ECC6.0
    actually we are using n number of interfaces like webmethods, informatica powercenter, ALE, EDI....
    powercenter was created some programs in SAP R/3, when we are upgrading from 4.6c to ECC6.0, what kind of issues we will face regarding this informatica. what is strategy we have to follow to upgrade this informatica in SAP, if anyone have the documents regarding informatica powercenter please help me and guide me
    if anyone have documents regarding this interfaces upgradation or procedures bestpractices, common issues please forward me
    thanks,
    chandra

    thanks

  • Functional upgrade from 4.6C to ECC6, changes in Controlling

    Hi
    We will be doing a functional upgrade from 4.6C to ECC6. I need to know what are the changes in Controlling on ECC6, with specific reference to the Aerospace and Defence Industry Solution. We have completed the technical upgrade.
    Thanks
    Henry Bekker
    [email protected]

    Hi
    We will be doing a functional upgrade from 4.6C to ECC6. I need to know what are the changes in Controlling on ECC6, with specific reference to the Aerospace and Defence Industry Solution. We have completed the technical upgrade.
    Thanks
    Henry Bekker
    [email protected]

  • SQ03, user group removed after release upgrade from 4.6C to ECC6

    Dear All,
    I have a problem about user group - transaction code SQ03.
    After the release upgrade from 4.6C to ECC6 the user group, that I created in the old system, are not present in quality and production environment.
    In the development environment there is the user group but doesn't contain the queries that I created in the old environment.
    How can I solve this issue?
    Can I recover all missing queries?
    (moreover I can access to the old environment)
    Thanks in advance.
    Regards

    Hi
        Please refer to the SAP note 1278056 and 1278115 - PDS Display: F4-characteristic values are not selectable.  Hope this will resolve your issue.
    Regards,
    JB

  • BAdi & user-exits while upgrade from 4.6c to ECC6

    Hello all,
    Can anybody put light on how User-exits and BAdi will be effected while upgrade from lower version to ECC6.
    Many Thnanks.....
    Apps.

    Hi,
    The main concept of enhancements is to keep the code unaffected during version upgrades
    Hence all the BADI implementations and User Exit/Customer exits implementations will be in place and no effect due to upgrade...I hope in case of badi, some new BADI(as part of enhancement framework-GET BADI/CALL BADI) will be added up and the old BADI(Those in 4.6c or below) will not get affected.
    Regards
    Shiva

  • Fund Management - Issues in Upgrade from 4.6C to ECC6

    Hello,
    We are upgrading SAP Application for a client who is on 4.6C to ECC6. The client is currently using Funds Management in 4.6C. With ECC6 I understand that this functionality is moved into Public Sector and is available only on activation of IS-PS Extension Set.
    The question I have is that does this activation impact any other business processes or is just a technical activation.
    What I mean is that if I activate this extension set does the system start doing things differently and needs specific data related to Public Sector which the business users will be required to be entered while doing transactions OR the activation will not impact business processes as such and would work as earlier with Funds management active. (except where there was a change in the functionality between 4.6C to ECC6)
    I would like to know the risks, if any involved in upgrading Funds Management from 4.6C to ECC6.
    Please reply and let me know any question to get more clarity on the issue.
    Best Regards
    Kuldeep

    Hi Kuldeep,
    There are several main issues that have to be addresses when upgrading from 4.6 to ECC6. The main ones are:
    1 - Derivations. The object are no longer connected through tables or master data entries (you may have a table that links Cost Centers to Funds Centers for example). These assignments are now maintained through a flexible derivation tool. These derivation rules have to be maintaind, or the posting addresses will have no FM values and you will not be able to post any documents.
    2 - Inventory purchases. The inventory purchases scenarios are no longer maintained through the customization (you can no longer choose one of the 4 inventory scenarios, and there's no warehouse Funds Center). These are all maintained through derivations.
    3 - BCS. There's a new budgeting and AVC tool called "Budget Control System" (BCS). You can either activate it, or keep working with the old budgeting (called "former" in the customization). The new BCS affords flexibility in budgeting and AVC, including several AVC ledgers.
    More data regarding migrations can be found in documentation. If you want, I can send you the PDF document.
    Best regards,
    Shahaf Yaari
    [email protected]

  • Regarding upgradation from 4.6C to ECC6.0

    Hi Friends,
    We want to upgrade from 4.6C to ECC6.0 .
    Pls can any one suggest me which tool i have to use .
    Possible pls send me some docs on this one.
    Thanks & Regards,
    Ramnaresh.P

    You have to refer Upgrade documentation at https://service.sap.com/instguides
    Regards,
    Nikunj Thaker.

  • Changes in PM Module while Upgrading from 4.6C to ECC6

    Hiii
    Can any body tell me where can i get the detailed infromation about Techincal upgradation from 4.6C to ECC6 & Technical as well as functional chnages Changes due to the upgrade??
    Thanks in advance.
    Makarand Gurjar

    Dear All
    We are closing the issue. Thanks for your all replies.

  • ABAP Code Changes During Upgrade from 4.7C to ECC6

    Hi all,
    I'm in process of collecting information for our next upgrade.
    We are on 4.7C and are planning to upgrade to ECC6. We wanted to know what changes shall be required on ABAP side during this upgrade. e.g. certain ABAP commands which are obselete, few tables , few fucntional modules being obselete.
    Any specific functional areas/transcation codes being obselete which in turn would make Uer Exit redudant etc.....
    Could somebody please help me out with some info regarding this upgrade? Some links or any hint you can give would help me a lot. (Whether technical or functional..all very welcome!).
    Thanks in advance
    Moderator message: topic too broad to be answered in a forum thread, many people had to go through this, please search for available information/documentation.
    Edited by: Thomas Zloch on Jun 14, 2011 9:31 AM

    Hi ,
    I too got an error of this type .
    The resolution is as follows :
    login as user SAP<SID> in the oracle database .
    SQL> drop tabel <tablename>;
    Restart the upgrade from PARMVNT_SHD phase.
    Regards
    Ratnajit

Maybe you are looking for

  • Webutil and SQLLDR

    It used to be on the client server when we run a batch file with sqlldr from a form, a cmd window would open and we can actually see a count of the records, and if we want we could make it that the user would have to click a button to close the cmd w

  • Re.problems with translator after converting pdf file.please help:-)

    Please can someone help me. i've converted a pdf file to a word document but it was a scanned document so word had to translate it but its come out as a load of gibberish. i have over a hundred pages of corrections to make because of it so i was wond

  • Sound gone in right side

    Hello, I have a 2GB iPod nano (Second Generation). About 1 month ago i lost the sound in the right side. If i plug my headphones in there is only sound in the left side - though with alot of noise. It just happend and i don't know why. I've tried eve

  • How to embed word docs

    I have created an application using coldfusion that takes a bunch of inputs to produce an HTML page which gets emailed to the user.  In this app the user can upload files to be attached to the html page.  The problem I am having is the users don't ha

  • CSIs best practice to get the best oracle deals

    One company acquired multiple small companies, now time to re-new oracle support , we have 7 CSIs and paying for all of them, 6 of them with quantity 1-2 (and not sure even anybody using it) , any way to check if someone using that CSIs? one with qua