<?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: Upgradation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upgradation/m-p/1606891#M272343</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USUALLY WHEN WE CHANGE TO HIGHER VERSION , THE REPORTS GIVE SHORT DUMP , IF THERE IS CHANGE IN FUNCTION MODULE USED IN PROGRAM IN HIGHER VERSION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 WHEN CALL SOME SUBROUTINE, THERE MAY BE CHANGE IN PARAMETERS TYPES BEING SENT TO SUBROUTINE, EVEN AT THIS TIME IT WILL GIVE SHORT DUMP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2006 11:03:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-18T11:03:57Z</dc:date>
    <item>
      <title>Upgradation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upgradation/m-p/1606889#M272341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body tell me when we upgrade SAP system to new version, for example from 4.5 to 4.7 or 4.6c to 4.7.what problem may occur?. I mean when we dump some reports or module pool programs. From lower versions to higher versions what type of problems may occur? Some reports will give short dumps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 11:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upgradation/m-p/1606889#M272341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T11:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Upgradation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upgradation/m-p/1606890#M272342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually in upgrade they correct the obsolete function modules and BDC Changes if any ... as you said these all sometimes might lead to dump which could be because of missing screens or else with declaration types which are not supported in that versions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;herer are some of the obsolete function modules in higher versions ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List of obsolete FM&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CLPB_EXPORT'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'DD_GET_DD03P'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'DOWNLOAD'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GET_FIELDTAB'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HELP_DOCU_SHOW_FOR_FIELD'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'NAMETAB_GET'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'POPUP_TO_DECIDE'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'PROFILE_GET'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REGISTRY_GET'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'STRING_CONCATENATE'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'UPLOAD'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WS_DOWNLOAD'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WS_EXECUTE'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WS_FILENAME_GET'&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WS_QUERY'&lt;/P&gt;&lt;P&gt;call function 'WS_ULDL_PATH'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 11:02:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upgradation/m-p/1606890#M272342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T11:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Upgradation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upgradation/m-p/1606891#M272343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USUALLY WHEN WE CHANGE TO HIGHER VERSION , THE REPORTS GIVE SHORT DUMP , IF THERE IS CHANGE IN FUNCTION MODULE USED IN PROGRAM IN HIGHER VERSION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 WHEN CALL SOME SUBROUTINE, THERE MAY BE CHANGE IN PARAMETERS TYPES BEING SENT TO SUBROUTINE, EVEN AT THIS TIME IT WILL GIVE SHORT DUMP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 11:03:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upgradation/m-p/1606891#M272343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T11:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Upgradation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upgradation/m-p/1606892#M272344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while getting into the higher versions, some function modules will be obsoleted.&lt;/P&gt;&lt;P&gt;that time you need to replace the old FM to new FMs or objects. so while u run the old program with new version it will give u dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 11:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upgradation/m-p/1606892#M272344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T11:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Upgradation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upgradation/m-p/1606893#M272345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First copy the report into newversion and first check the extended program check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;Rams&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 11:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upgradation/m-p/1606893#M272345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T11:06:03Z</dc:date>
    </item>
  </channel>
</rss>

