<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: a question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-question/m-p/3286906#M786284</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Every thing will be done in ECC 6.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. 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. &lt;/P&gt;&lt;P&gt;2. 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. &lt;/P&gt;&lt;P&gt;3. Run SPUMG Transaction for Unicode Conversion in non-Unicode system. SPUM4 in 4.6c. &lt;/P&gt;&lt;P&gt;4. 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., &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jan 2008 20:10:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-14T20:10:59Z</dc:date>
    <item>
      <title>a question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-question/m-p/3286902#M786280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;i am being put on  an upgradation team in 2 or 3 days,&lt;/P&gt;&lt;P&gt;i never did an upgradation project,&lt;/P&gt;&lt;P&gt;the upgradation is from 4.6 to ECC 6.0&lt;/P&gt;&lt;P&gt;did any one of you have ever done an upgradation project, if so,&lt;/P&gt;&lt;P&gt;please tell me what kind of waork am i expected to know or do.&lt;/P&gt;&lt;P&gt;thanks a lott.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 18:38:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-question/m-p/3286902#M786280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T18:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: a question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-question/m-p/3286903#M786281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As an ABAPer;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fix unicode problem with custom code. Run tcode UCCHECK which will show you all errors you need to correct,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct problems as functional people test.  Short dumps etc.  There will be lots of OSS notes notes to apply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run tcode SAMT which flags problems in code besides unicode errors,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much of the effort is in the unicode fixes.  We are 6 months into our upgrade from 4.6b to ECC 6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: J.J on Jan 14, 2008 1:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 18:42:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-question/m-p/3286903#M786281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T18:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: a question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-question/m-p/3286904#M786282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get to know more about SPAU and SPDD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPDD is used to identify dictionary objects  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPAU (repository objects), will identify any objects where the hot package is overwriting changes you have made through OSS notes.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must check all objects identified in SPAU and decide whether you need to reapply the OSS note or reset the code to the original SAP Code.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you upgrade the dev environment you may generate a transport in SPDD (at the begin of ACT_* phase) and at the end of upgrade for SPAU.&lt;/P&gt;&lt;P&gt;You may then include this transport in the next system upgrade (QAS) system, The Upgrade program will ask you this at prepare.&lt;/P&gt;&lt;P&gt;The procedure is well explained in The SAP on-line help (http://help.sap.com)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/83/7a18ecde6e11d195460000e82de14a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/83/7a18ecde6e11d195460000e82de14a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_45b/helpdata/en/60/d6ba7bceda11d1953a0000e82de14a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_45b/helpdata/en/60/d6ba7bceda11d1953a0000e82de14a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/upgrade_guide_v2.pdf" target="test_blank"&gt;http://www.thespot4sap.com/upgrade_guide_v2.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 18:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-question/m-p/3286904#M786282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T18:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: a question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-question/m-p/3286905#M786283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks JJ and Vinodh,&lt;/P&gt;&lt;P&gt;your replies are very informative,&lt;/P&gt;&lt;P&gt;i have one more basic question,&lt;/P&gt;&lt;P&gt;is it that, as i go there, i will be given a 4.6 system and also a ECC system, &lt;/P&gt;&lt;P&gt;then how do i shift this 4.6 programs to ECC, &lt;/P&gt;&lt;P&gt;and also , is it that i do these tests you mentioned  in the 4.6 system or ecc system afetr transporting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 19:51:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-question/m-p/3286905#M786283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T19:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: a question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-question/m-p/3286906#M786284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Every thing will be done in ECC 6.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. 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. &lt;/P&gt;&lt;P&gt;2. 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. &lt;/P&gt;&lt;P&gt;3. Run SPUMG Transaction for Unicode Conversion in non-Unicode system. SPUM4 in 4.6c. &lt;/P&gt;&lt;P&gt;4. 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., &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 20:10:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-question/m-p/3286906#M786284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T20:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: a question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-question/m-p/3286907#M786285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will run all checks on programs in you new ECC 6.0 box after BASIS has completed the upgrade. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First will be SPDD&lt;/P&gt;&lt;P&gt;then SPAU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You create transports based on these from SPDD and SPAU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once that is complete, run UCCHECK to get the list of unicode corrections.  Again , you will make corrections in ECC 6.0 box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then run SAMT and make corrections based on this output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 20:40:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-question/m-p/3286907#M786285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T20:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: a question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-question/m-p/3286908#M786286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a ton both of you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 21:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-question/m-p/3286908#M786286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T21:00:19Z</dc:date>
    </item>
  </channel>
</rss>

