Version upgradation

Hi All,
i was Placed in version upgradation that is from 4.0 to 5.0. I know some thing about 4.0 but i never worked on 5.0.
Can any one help in this Regard.
ALL The Best.
Mahesh.

Hai Mahesh
Go through the following Links
Refer to the link..
These link talk on these issues..
http://sap.ittoolbox.com/groups/strategy-planning/sap-projectmanagement/r3-47-vs-mysapsap-enterprise-883745#
http://www.absoft.co.uk/absoft/web/site/AbsoftSAPServices/Upgrade.asp
Also refer to this PDF topic
Upgrade Dilemma ? SAP R/3 Enterprise
or mySAP ERP?
at this link...
http://www.infosys.com/sap/Whitepaper_Upgrade_Dilemma_SAP_R3_Enterprise_or_mySAP_ERP.pdf
Thanks & regards
Sreenivasulu P

Similar Messages

  • Oracle Report Failing After Database Version Upgrade

    Hi,
    I have function code created in RDF file of oracle reports 10g as below-
    create or replace function clobblobtest (TMP_MID varchar2) return varchar is
    missed_text varchar2(1000) := '';
    v_time_stamp date;
    v_end_time date;
    cursor c1(c_time_stamp in date,
              c_mid in varchar2) is
           select mn.TEXT from msgnotes mn
      where mn.mid=c_mid
          and mn.create_date >= c_time_stamp;
    cursor c2(c_time_stamp in date,
              c_mid in varchar2,
              c_end_time in date) is
           select mn.TEXT from msgnotes mn
      where mn.mid=c_mid
          and mn.create_date >= c_time_stamp
          and mn.create_date <= c_end_time;
    begin
      IF ('1' = 'INWARD RETURN') then
        select bbi into missed_text from mtf1000 where mid=TMP_mid;
        ELSIF '1'='QPH Missed' then
      Select max(nj.update_date) into v_time_stamp
      from newjournal nj
      where nj.mid=TMP_mid and nj.status = 'CTOVRQ';
      for i in c1(v_time_stamp,TMP_mid) loop
      missed_text:=missed_text||' '||i.text;
      END Loop;
      ELSIF ('Rejected'='Rejected' OR 'REJECTED'='REJECTED') then
      IF ('TERMINATED' in ('TERMINATED')) THEN
      Select min(nj.update_date),max(nj.ENDDATE) into v_time_stamp,v_end_time
      from newjournal nj
      where nj.mid=TMP_mid and nj.actionid2='16' and nj.actionid1 is null;
      for i in c2(v_time_stamp,TMP_mid,v_end_time) loop
      missed_text:=missed_text||' '||i.text;
      END Loop;
      ELSE
      Select max(nj.update_date) into v_time_stamp
      from newjournal nj
      where nj.mid=TMP_mid and nj.status = 'UNSETLED';
      for i in c1(v_time_stamp,TMP_mid) loop
      missed_text:=missed_text||' '||i.text;
      END Loop;
      END IF;
      ELSE missed_text := null;
      END IF;
    return(missed_text);
    End;
    Note:- Text column from table msgnotes is of datatype CLOB.
    I have executed report having this function before oracle upgrade and it works fine.
    But when i am trying to execute report after oracle version upgrade from 11.2.0.3.0 to 11.2.0.4.0 with same data report fails with runtime error Rep-1401: '' Fatal PL/SQL Error.
    With New version we tried to typecast Text column from clob to varchar and executed report then it works... but report runs on old version without any explicit typecasting.
    Please note when i run and call this funtion from sql developer with upgraded database version it works fine.
    Please advise.

    This error can possibly depend on the fact that the PL/SQL engines are in different versions. When using SQL Developer you use the PL/SQL engine in the database. When using Oracle Reports you use the PL/SQL engine in the Oracle Reports Server (Web Logic Server even maybe). These versions - in the Forms and Reports realm - are different (read: a lower version) than the PL/SQL engine in the database.
    If I check what version I have in Oracle Forms, as an example, I get 11.1.0.7.0 (Help in the Oracle Forms Builder menu) but in the database I have (select * from product_component_version;) 11.2.0.3.0.
    That COULD be your issue...how to fix it I am not sure...

  • My First Major Version Upgrade on Mac

    Hello, this is going to be my first experience with a major version upgrade on a Mac. My question is simple, will Software Update see it (it doesn't show version 8 yet) or am I to download it manually seeing as it's already available for manual install.
    Thanks.

    Thank you for your quick reply. I will sit here and wait then.

  • Version & Upgrade Development Issues

    Hello,
    We are currently developing forms and reports using
    Developer/2000 ver 1.3. It's more than a little out-dated so we
    are discussing the procedures for an upgrade. We are currently
    facing the version/upgrade dilemma.
    The company uses Oracle Applications ver 10.7 smartclient on a
    Oracle 7.3 server.
    Should we upgrade to Developer/2000 1.6 or 2.0?
    Or should we upgrade directly to Oracle Developer 6.0?
    Also does anyone know if an application(forms, reports) designed
    in Developer/2000 1.6, 2.0 or Oracle Developer 6.0 will work
    properly in Oracle Applications ver 10.7 smartclient?
    Has anyone tried this yet?
    How successfull was your applicaiton working?
    Sorry about all the version numbers.
    Thank You for any assistance,
    Dwayne Thomas
    null

    Simon Hedges (guest) wrote:
    : I can't answer much of your question, but I would advise
    : not going to Version 2.0 of Developer. If you want to go
    : to version 2.x, go to Version 2.1, which contains
    : bugfixes for 2.0.
    : We currently use version 1.32, and will be upgrading to
    : Version 6.0, but have no issues relating to Oracle
    : Applications to worry about.
    : We believe that upgrading to 1.6 is pointless, and
    : remaining on 1.32 will leave us in an Oracle support
    : desert very shortly. We will be upgrading to 6.0
    : instead of 2.1 in the main because we are told that
    : there is hardly any difference between the two, and
    : so there is less to go wrong!
    Thank you very much for information on Developer, I know it gets
    kind of crazy dealing with upgrading and version compatibility
    issues, so that's why I posted the message.
    Your response is very much appreciated.
    Dwayne
    null

  • Major version upgrade of WebLogic with zero/minimal downtime

    From what I can tell, the recommended approach for supporting minimal downtime during major version upgrades (e.g. WL 9 -> WL 10) is to have 2 domains available in the production environment.
    Leave one running to support existing users, upgrade the other domain, then swap to perform the upgrade on the first domain.
    We are planning on starting out with WL 9.1, but moving forward we require very high availability...(99.99%).
    Is this my only option?
    According to BEA marketing literature, service pack upgrades can be applied with "zero" downtime...but if this isn't reality, I'd like to hear more...
    Thanks...
    Chuck

    Have gotten as far as upgrading all of the software, deleting /var/db/.AppleSetupDone, and rebooting.  It brought me back in to Setup Assistant and let me choose "migrate from another mac os x server" and is now sitting waiting for me to take the old server down and boot it into target disk mode.  Which we can probably do Sunday at about 2am or so...
    You know, Setup Assistant should really let you run Software Update BEFORE migrating from another machine.  We have servers that can't be down for SoftwareUpdates in the middle of the day...

  • Is Intraoperative patch need for DB version Upgrade in 11i ?

    Dear All,
    I need to apply ATG RUP7 in 11i instance, but the database should be greater than 9.2.0.8 version otherwise it is not possible,, Am i correct .
    Ok now am Upgrading the DB version to 9.2.0.8 then planning to apply ATG RUP7 , then how the Application will work because the application was running in ebiz release version now upgraded 9.2.0.8. Is there any Intero Patch for application.
    Regards
    HAMEED

    Dear hussien,
    Thank u very much,, i have restarted the installation but again failed with some other reason,, now i am not in hurry,, i restored the old backup and released the instance.
    Can u explain me,, i failed in the last part of this version upgrade. that is while running "catpatch.sql", yes its known issue but still i failed several times to run successfully.
    i am getting error like this below:
    The following statement may cause an
    ORA - 29554: unhanded Java out of memory condition error
    If so, this is because there is insufficient system tablespace,
    shared or java pool size, or some other resource value is too small.
    An additional message describing the problem will be output of the statement.
    PL /SQL procedure successfully completed.first of all i have resized the system tablespace, then i changed the shared_pool_size 150m, previously it was 260M by default, and changed java_pool_size 150M previously it was 64M. then started the database with migrate option and i ran the catpatch.sql.
    Obviously it must complete successfully,, but it failed,
    note: its EBS database
    Regards
    HAMEED

  • How much is teacher/student version upgrade from LR4?

    How much is teacher/student version upgrade from LR4?

    The "teacher/student version" is a special offer for a full version purchase. The software is in fact identical to the regular full version being sold. Once you have purchased the license key it is fully functional and allows you to upgrade at the normal upgrade price.
    If you still qualify for the "teacher/student version" you can purchase another full license for LR 5 at the discounted price which is the same as the upgrade price.

  • Adobe Reader version upgrades

    Is it possible to be notified of upcoming Adobe Reader version upgrades?  If so, how?

    Adobe has not announced the day the sofware will become available. I do not know of a place you can sign up to receive a notification. It is not a terrible idea to wait after it is available to make sure no issues arise. If you come back on Holloween, you can be sure it will be available for download.

  • I can't find the scroll option on the latest version upgrade in Adobe Reader.

    I can't find the scroll option on the latest version upgrade in Adobe Reader.  Can someone please help me find it or activate it?  I have the latest version X1 version 11.0.2.  Thank you

    I have never seen that (scroll bar disappearing); it should always be there if a document length exceeds the current view.
    What is your operating system?  Are these local or online documents?  If online, in what browser?
    P.S. this is how my Reader 11.0.2 on Windows 7 looks when I open any PDF document

  • ME2L screen change after version upgrade.

    Hi All,
    We are currently going through a version upgrade.( ECC 5.0 to ECC 6.0; AFS 5.0 to AFS 6.5)  In ME2L report I can't see the descriptions of below fields.
    AFS_SIZE
    AFS_SCAT
    In old version I can see the descriptions.
    AFS Dimension
    AFS Stock Category
    What can be the reason? Please advice.
    Regards,
    Jeewana

    It could be that you modified the data type yourself and with the SPAU it is now reset to the standard and again without proper labels.
    check in SE11, enter your AFS_SIZE into the data type field, move the radio button as well to that field, then click display and goto the lfield label tab.
    Are there all 4 field labels defined in your language?
    if not check via Menu Utilities > Versions if you got a new  version with the upgrade.

  • SAP VERSION UPGRADE

    dear friends,
    can any one explain me how to do SAP VERSION upgrade in real time work environment?
    points will be awarded.
    Cheers
    Troy.

    Hello Troy,
    I assume you meant the general SAP upgrades, depending on which sap upgrade, but most of the sap upgrade in real time work environment which should allow you to choose between two upgrade strategies. The downtime-minimized strategy enables you to run the production system and shadow system in parallel. This requires extra system resources, but reduces downtime.
    The resource-minimized strategy enables you to run either the production system or the shadow system. This strategy requires no extra system resources. However, the downtime is longer, since you can only run the shadow instance during downtime.
    I hope this is what you asked for, if you found them useful do award some points.
    Thanks,
    George

  • I'm have problems Importing with the Adobe Premiere Pro (original version upgrade

    Hi all. I’m having a similar problem that I've seen posted on here but I have Adobe Premiere Pro (the first version upgrade.) I upgraded it from Premiere 5.0. Every time I try to import some Mpeg files to edit, it freezes up and crashes. I’m wondering if someone could help me. My computer specs are below:
    (1) Mini-Tower mATX Chassis w/300W PS 865G Motherboard
    (1) Windows XP Professional Edition with Service Pack 2
    (1) Intel Pentium 4 Processor 3.2 GHz 512K 800FSB w/ HT
    (1) DDR333 PC2700 Non-ECC Memory sticks (512MB x 2 and two one gigs)
    (1) 120GB Ultra ATA (7200rpm) Hard Drive
    (1) GeForce 4 Ti4200-8x 128MB AGP Card w/ TV-Out
    Thanks,
    Peter
    [email protected]

    Thank you Eddy. I appreciate all the help and feedback I get from the website.
    Also, someone suggested I convert the Mpegs to AVI files first. What do you know about AVS Video Remaker download to use to convert it???
    Thanks and Regards,
    Peter Adija
    Office: (704) 631-5418
    Cell:    (704) 315-4946
    Date: Mon, 8 Jun 2009 15:20:10 -0600
    From: [email protected]
    To: [email protected]
    Subject: I'm have problems Importing with the Adobe Premiere Pro (original version upgrade
    Welcome to the forums.
    Thanks for providing some of your hardware details.
    Please provide http://ppro.wikia.com/wiki/Troubleshooting to help us help you.
    Cheers
    Eddie
    >

  • Version upgradations in BW

    can any body suggest me, what r the version upgradations happened in the versions in BW from 3.0B to 3.1C and 3.1C to 3.5.
    what exactly the difference between the above three versions i.e., 3.0B, 3.1C and 3.5.

    Hi,
    You can find this info here:
    http://help.sap.com/saphelp_nw04/helpdata/en/44/b21f98be886a45a4bb7e123e86e4c2/content.htm
    Hope this helps...

  • IPod Nano Software version upgrade (v1.1.3)

    Hi All,
    There is a version upgrade waiting on my iPod. (Version 1.1.3)
    If i upgrade to this version, will i loose all my songs and photos on the iPod which i have currently. Also, let me know what features do i get by upgrading to this version.
    Regards,
    Sujay

    Hello suja123,
    And welcome to Apple Discussions!
    If i upgrade to this version, will i loose all my songs and photos on the iPod which i have currently. Also, let me know what features do i get by upgrading to this version.
    No. All your content will remain on your iPod. As to what it contains is a bit of a mystery, but it is mostly fixes for the current bugs your iPod may or could be experiencing and not really any enhancements or new features.
    http://support.apple.com/kb/HT1483
    B-rock

  • Version Upgrade Entitlement?

    When you purchase a new (full) version of Lightroom, for how long are you entitled to free upgrades (including version upgrades)?    Or, to put it another way, how recently would I have had to purchase Lightroom 4, in order to receive a free upgrade to version 5?     I can't seem to find this information anyway, although I dug, and dug.   Thanks in advance. 
    ---Berus

    Refer to this:
    Grace period eligibility
    Grace periods are not fixed or else the whole point would be lost, so nobody can tell you how it will be next time. Generally as soon as a new version is officially announced, any purchases that were made 14days pror plus the ones to the day the software is actually avialable are entitled, but again, it's called grace period because it depends on Adobe's "good graces" and they can change the rules at any point.
    Mylenium

Maybe you are looking for

  • After upgrading to mountain lion e-mail no longer pushes to my i-Phone

    after upgrading to mountain lion e-mail no longer pushes to my i-Phone I have to launch the mail app on phone to retrieve mail now

  • ToDo or not ToDo (MailboxUid), that is the question

    I have had a problem with Mail after being forced to rebuild a "corrupted" mailbox. It will quit immediately upon relaunch, giving the following error in the Problem Reports: Application Specific Information: -[MailboxesOutlineViewStateStorage clearA

  • N95-1 ,WHEN WILL THE NEXT VERSION AFTER THE V21.0....

    If u all hav upgrade yr N95-1 to V21.0.016 & format yr Nokia 1GB micro sd card & start to use it fr fresh download of files ( without restore setting, bookmark & user files) , that is fine , phone system is fast & good...but...but if u hav bac up a c

  • Sleep power button not working

    In KDE system settings I have it configured to put the computer to sleep when the power button is pressed. This used to work perfectly but now it has stopped working. Instead it ignores my preference and shuts down instead.

  • Email and Internet problem

    Hi All, I purchased my BlackBerry Curve 8250 from Virgin yesterday. When I bought the phone I was told that I would need to register the phone in order to use the internet, but am unsure how to do this? I have managed to set up the phone so I am curr