Upgrade to ECC6 - FICO standard transactions affected

Dear All
I am currently testing the upgraded SAP system (4.6 to ECC6).
It would be great if you can share your experiences with the upgrade, with regards to affected SAP standard transactions.
Example ->
TCode                    OSS Note
KKRV                     Note 1253229 - Productdrilldown data collection - message KE756
AFAB                     Note 890976 - Converting closing report to internal doc number assgnmnt
Thanks for your time.
Edited by: Neeraj Batra on Jan 5, 2010 8:05 AM

please go to "help.sap.com " and search for the release notes relevant to ECC-6.
Here the rationale behind the Transaction codes are given.
Hope this is useful to you.
Regards,
Ramesh.

Similar Messages

  • In UPGRADE from 4.7c to ecc6.0 ME21N  Transaction PO doesn't print

    Hello Guru's,
    Will anyone give answer while upgrading(4.7C to ECC 6.0) in ME21N transction PO doesn't printing.  will you provide which OSS will support to rectify the problem.
    Full points for the answer.
    Regards, PV

    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

  • Step by step procedure for Upgrade to ECC6.0

    Hi,
    I gained a lot from this forum . Can someone please mail me at
    [email protected]
    step by step procedure for upgrade .
    Will award full points for helpful documents..
    With regards,
    Mrinal

    SAP defined a roadmap for upgrade.
    1) Project Preparation
    Analyze the actual situation
    Define the objectives
    Create the project plan
    Carry out organizational preparation for example identify the project team
    2)Upgrade Blueprint
    The system and components affected
    The mapped business processes
    The requirements regarding business data
    3)Upgrade Realization -- In this phase the solution described in the design phase is implemented in a test environment. This creates a pilot system landscape, in which the processes and all their interfaces can be mapped individually and tested on the functional basis.
    4)Final Preparation for Cutover -- Testing, Training, Minimizing upgrade risks, Detailed upgrade planning
    5)Production Cutover and Support
    The production solution upgrade
    Startup of the solutions in the new release
    Post processing activities
    Solving typical problems during the initial operation phase.
    SAP expects at least 2 to 3 months for Upgrade and that again depends on project scope and complexity and various other factors.
    STEPS IN TECHNICAL UPGRADE
    •     Basis Team will do the prepare activities. (UNIX, BASIS, DBA).
    •     Developer need to run the Transaction SPDD which provides the details of SAP Standard Dictionary objects that have been modified by the client. Users need to take a decision to keep the changes or revert back to the SAP Standard Structure. More often decision is to keep the change. This is mandatory activity in upgrade and avoids data loses in new system.
    •     After completing SPDD transaction, we need to run SPAU Transaction to get the list of Standard SAP programs that have been modified.  This activity can be done in phases even after the upgrade. Generally this will be done in same go so that your testing results are consistent and have more confident in upgrade.
    •     Run SPUMG Transaction for Unicode Conversion in non-Unicode system. SPUM4 in 4.6c.
    •     Then we need to move Z/Y Objects.  Need to do Extended programming check, SQL trace, Unit testing, Integration testing, Final testing, Regression Testing, Acceptance Testing etc.,
    The main Category of Objects that needs to be Upgraded is –
    •     Includes
    •     Function Groups / Function Modules
    •     Programs / Reports
    •     OSS Notes
    •     SAP Repository Objects
    •     SAP Data Dictionary Objects
    •     Domains, Data Elements
    •     Tables, Structures and Views
    •     Module Pools, Sub Routine pools
    •     BDC Programs
    •     Print Programs
    •     SAP Scripts, Screens
    •     User Exits
    Also refer to the links -
    http://service.sap.com
    http://solutionbrowser.erp.sap.fmpmedia.com/
    http://help.sap.com/saphelp_nw2004s/helpdata/en/60/d6ba7bceda11d1953a0000e82de14a/content.htm
    http://www.id.unizh.ch/dl/sw/sap/upgrade/Master_Guide_Enh_Package_2005_1.pdf
    Hope this helps you.

  • Activation of Parallel currency while upgradation of ECC6.0

    Hi Experts,
    We are useing SAP 4.7E Version along with IS OIL .  SAP went Live on 01.04.2006 . Company code currency is INR . *We have not activated Parallel Currencies i.e Hard Currency or Indexed Currency .*
    1. Is it possible activation of parallel currency while upgradation to ECC6.0
    2. If activated , what are the complications of clearing the Past documents
    Best Regards,
    Lakshman

    Dear,
    Use transaction OY01, where going in to your country there is a field Hard Currency. Put currency here which you want it to be the hard currency.
    This is customizing object which will not allow you to make changes in production instance as NO CHANGES ALLOWED is set for the client in SCC4. Better do this in development and transport it to production.
    Regards,
    Chintan Joshi.

  • Unable To Process CJV4 Standard Transaction

    Hi Friends,
    I am trying to Tranfer Project through CJV4  Standard Transaction In Ecc6 it is going to Dump at the select query  in two different Servers(IDES) Is there any patch we need to apply, as there is no modifications done to the standard one.
    thanks,
    laxmi.

    Hi ,
    Thank you for your reply.
    It seems like the above notes are not applicable for the release 600 but it is applicable for release 603 and 604 only.
    Do u have any note for release 600 ?
    Thanks,
    Laxmi

  • Unable To Run CJV4  Standard Transaction

    Hi Friends,
    I am trying to Tranfer Project through CJV4 Standard Transaction In Ecc6 it is going to Dump at the select query in two different Servers(IDES) Is there any patch we need to apply, as there is no modifications done to the standard one.
    thanks,
    laxmi.

    Hi ,
    Thank you for your reply.
    It seems like the above notes are not applicable for the release 600 but it is applicable for release 603 and 604 only.
    Do u have any note for release 600 ?
    Thanks,
    Laxmi

  • Copying standard transaction to Z-Transaction

    Hi,
    I need to copy standard transaction to Z-Transaction,
    i.e., MIRO to ZMIRO.
    And then I need to insert some code in one of the include program of ZMIRO.
    please tell me the various steps involve for copying a standard transaction.

    While copying a standard transaction may at first seem the easy way to achieve the functionality you need, there are a number of longer term negatives with this approach.
    If you copy major parts of SAP code like this, your copies will not be kept up to date as SAP OSS Notes are applied to the original using SNOTE.  You can manually apply such changes, but this is nearly always forgotten as the person applying the note does not always realise there is a local copy.
    This also applies when support packs are loaded - the SAP code can be changed without these changes being reflected in your copy.  In the worst case scenario, the change may result in your copy of the transaction performing invalid updates to data and causing data integrity issues in your system.
    When the time comes to upgrade the system, there will be a major amount of work in comparing the Z version of the code with the standard code to identify what is in the new version and to update the Z code - in a lot of cases this will mean a complete rebuild of the Z version is required.
    It is far better to use available BADIs, user exits, enhancement points and even repairs using the object key to achieve the desired result so that tools like SNOTE, SPAU, etc can keep the basic code up to date with the latest patches.
    Another option for some types of change is to build a custom screen that calls the standard transaction using BDC / Call Transaction or using a BAPI so that the data is presented as desired by the customer, but the updates still use the SAP supplied code.
    Andrew

  • Customizing Standard Transaction MSC2N

    Hello folks,
                    We need to add a new field in the Basic Data tab of the transaction MSC2N.
                    As we couldn't find any suitable screen exit to do so, we are decided to create a copy of standard transaction and customize it.
                    My question is what is the best way to copy MSC2N to ZMSC2N and what are the things need to take care while doing so, as it should not
                    affect any standard behavior of SAP.
                   Thanks in Advance,
                    Shyam.

    Hi,
    go to customizing:
    Materials Management -> Purchasing -> Reporting -> Scope of List -> Define Scope of List and create your own scope of list.
    In ME2N fill in the new scope in list in the 3rd field from the top.
    Regards,
    Andreas Gieres

  • Can i upgrade Win Server 2012 Standard to Win Serevr 2012 R2

    1. Can i upgrade Win Server 2012 Standard to Win Server 2012 R2 ?
    2. Is it free of Cost, or do i need to pay ??
    3. can i upgrade without affecting working environment ?
    ----Tanu---

    1. Yes
    2. No it's not free you have to buy the upgrade, unless you are already paying for Software Assurance.
    3. Maybe. It depends upon the current implementation you have.
    https://technet.microsoft.com/en-au/library/dn303416.aspx
    https://technet.microsoft.com/en-us/windowsserver/dn527667.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Plug in compatability between BW plugin in R/3 and BI - R/3 upgrade to ECC6

    Hello,
    we are running SAP NetWeaver BI 7.0  Release 700 Patch 19.
    Our underlying R/3 system is still 4.6C with plugin 2004_1_46C ( yes, I know it is time )
    We are upgrading R/3 to ECC6 with plug in P701 Patch 3.
    Questions:
    1.) I would like to know where exactly I can see which ECC6 plugin is copmpatible with our BI Version.
    2.) Did anyone who has upgraded to ECC6 experience any particular issues when upgrading the plugin?
    3.) Sense check of approach - so far the simplistic idea from a BW perspective is:
    New R/3 system has been created and connected to BW :
    1.)     In BW ACTIVATE SOURCE SYSTEM
    2.)     In source system connection option : Replicate datasources and activate
    3.)     Transfer global settings u2013 first simulate then update tables u2013 no rebuild should be necessary
    Before the Plugin P 701 in the R/3 ( ECC6 ) system can be upgraded the BW delta queues need to be cleared in the source system ( R/3.)
    4.)     Clear out V3 queue either via BW as part of the jobplan ( or manually via RSA7 but would mean loss of data )
    5.)     After run of batch schedule during posting free period check in RSA7 for entries in delta queue - should be empty    
                         now.
    6.)     Does the clearing of the delta might need to be run twice to clear the queue completely ?????
    8.)                 Deactivate logistics cockpit via SBIW ...LEBW ( is this mandatory ? )
    9.)                 If delta queues are empty and the logistics cockpit is deactivated then upgrade the plug ins in R/3
    10.)               Then repeat step 1-3 and reactivate the logistics cockpit again
    Is this it?
    Many thanks for advise on this.
    Regards
    ChrisAC

    SAP Note : 153967 and
    https://service.sap.com/r3-plug-in should give some information on plug in compatibility...
    8.) Deactivate logistics cockpit via SBIW ...LEBW ( is this mandatory ? )  - I think you just need to desachedule the collection jobs alone and not deactivate the LO Extractors and activate them once again...
    Edited by: Arun Varadarajan on Oct 9, 2009 11:43 PM

  • SAP HR- Upgrade to ECC6- Project preperation

    Hi Gurus,
    Please can you help.
    My company already have ecc5, and now want to upgrade to Ecc6. I am soon starting the project preperation.
    What issues do I have to look into for this? technical and business minded.
    Will the be anything to consider, discuss, change?
    I am a junior, and have been giving the oportunity to start on this. I need all the help I can get.
    Many Thanks

    Hi
    from the business perspective also look into the topic "enhancement packages" (see also the separate community here). Basically you can upgrade to SAP ERP 6.0 + implement enhancements from these packages in one step.
    Recommended reading
    - service.sap.com/erp-ehp (in particular the functional spaces there)
    - Must Know Guide from /erp-ehp
    - Master Guide for the highest Enhancement package (at current enhancement package 3) from service.sap.com/erp-inst
    For the upgrade to SAP ERP 6.0 refer to the Upgrade (Master and Component) Guides from /erp-inst
    regards
    Andreas R

  • How to add function key to a menu exit in a standard transaction

    Hi all,
    I have a requirement to add a function key for a menu item in a standard transaction.
    In Menu bar we have an option Extras->Other->Repricing . Now my requirement is if i click a function key (ex. F9) the code under the menu exit (Repricing) should trigger. For that i had a function exit EXIT_SAPLJHPA_011 and in this the menu exit SAPLJHPA +CU7 is defined.could anyone suggest me the procedure in detail to add a function key..
    Thanks in advance,
    Uday.

    Hi
    for this u have to edit standard PF-status, that particular transaction is using. becarefull as the same pf-status may be used for many programs.
    get the PF-status for that program. you can get the pf-status via se80, give the program name and u can get the the list of all the objects of that prigram, there you can edit the standard status and can add the function key to your menu item.

  • Add button to RF Standard transaction

    Hello,
    Is it possible to add a push button to an RF Standard transaction? and How?
    Thx

    Hi,
       SAP has provided Dummy screens to each RF screen for you to enhance it. They usually named as 'SAPLXLRF' and screen number would be 9XXX . 'XXX' being the original screen number. Then you need to activate the corresponding user exit that starts with MWMRF* for the corresponding screen. Also in the RF Screen Management you need to add an entry with Variant '1'.
    Hope that helps.
    Thanks
    Vinod.

  • How to create F4 for the standard transaction

    Hi all ,
    How to create F4 for the standard transaction for a particular field .
    Bye

    Santosh,
        You can create F4 values for a field in a standard Transaction .
    1. First search for a standard search help meeting your requirement .
    2. If you don't find one, create your own custom (z) serach help .
    ( 1 is preferable )
    After that, include that serch help to the standard field in the transaction .
    For this u need to go to the screen
    ( F1->F9-> screen-> Field )
    Click on the property of the field and include the search help .
    You ll require the access key from the basisi guys as u r changing standard .
    Hope it helps,
    ~ laxmi
    Reward for helpful answers

  • Calling custom dialog screen from Standard Transaction(user Exit)

    Hi, I'm calling Standard Transaction from a Custom Screen. I'm calling a custom screen again with in standard transaction (implemented custom screen thru user exits using macros). But when I click 'continue/cancel' in the custom screen, control is going back to main cutom screen rather go back to standard transaction. Could anyone please help me out how to come back to standard transaction from custom screen rather going back to main cutom screen.
    ***INCLUDE LZ_R_FORWARD_FORWARD_LOADI01 .
    *&      Module  USER_COMMAND_9000  INPUT
    MODULE user_command_9000 INPUT.
      CASE sy-ucomm.
        WHEN 'EXEC'.
          PERFORM validate_popup_data.
          IF flag_error_screen NE 'X'.
            MOVE-CORRESPONDING ZFFL_POPUP to var_ZFFL_POPUP.
            clear flag_return.
            SET SCREEN 0.
            LEAVE SCREEN.
          ENDIF.
        WHEN 'CANC'.
          flag_return = 'X'.
          SET SCREEN 0.
          LEAVE SCREEN.
        WHEN OTHERS.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_9000  INPUT
    *&      Module  exit_9000  INPUT
    MODULE exit_9000 INPUT.
      CASE sy-ucomm.
        WHEN 'CANC'.
    *      MOVE perf_flag TO lbpla_exist_flag.
          flag_return = 'X'.
          SET SCREEN 0.
          LEAVE SCREEN.
      ENDCASE.
    ENDMODULE.                 " exit_9000  INPUT
    Thanks in advance.

    Hi
    So the command SET SCREEN 0. LEAVE SCREEN. should "place" the program just after the calling of the popup so here:
    FUNCTION z_call_screen.
    * Call the Pop up screen
        CALL SCREEN 9000 STARTING AT 35 05.
    "<------------------------- The program should be here after going back from popup 9000
    ENDFUNCTION.
    Is it true?
    Max

Maybe you are looking for

  • Apple Mobile Device Service Stopped Working

    Every time I try to connect my iPod to my computer I get a dialog box that says the Apple Mobile Device Service has stopped working.  I tried restarting the service as well as removing and installing iTunes but nothing has worked.  This is the proble

  • How to create OVS help for custom field in OIF?

    Hi All, I have a requirement where i need to add custom field and display F4 help. I have added the custom field but how to add OVS search help to field as i need to pull data from db tables based on certain creteria. Please explain with steps. Thank

  • Sudden failure of 32-bit Oracle 11g ODBC driver in 64-Bit Win7 box

    I had a working ODBC connection to an Oracle DB using the 32-bit 11g ODBC driver. Suddenly I was unable to connect, getting the error: Testing Connection Unable to connect SQLState=S1000 [Oracle][ODBC][Ora]ORA-00604: error occurred at recursive SQL l

  • Error RF  -BELEG

    Hi Whem i am creating stocks in t.code MIGO with movement type 501,the document is OK but unable to post it.The following error is displayed ERROR:For object RF-BELEG AUSL ,number range interval 49 does not exist FBN1. Note:AUSL is my company code. I

  • How to make default writes permanent

    Hi, whenever I change my MBPs Bluetooth audio defaults via write defaults, the MBP changes everything back once I send it to sleep. How can I prevent it from resting my write defaults so it keeps them permanently?