<?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 Batch-Input Dynpro sequence changed in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-dynpro-sequence-changed/m-p/1017559#M80389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a customer uses a report since today (1 1/2 years) that creates new materials by CALL TRANSACTION 'MMZ1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoever, the once recorded dynpro sequence changed and the report fails to create new materials. (already changed and material creation with BAPI_MATERIAL_SAVEDATA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There were no changes to the customizing of that system and no patches etc. were installed. Even no user knew this transaction MMZ1, so that its sequence was not changed manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which events do infuence transactions, transaction dynpro sequences?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Frank Zoor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jul 2005 13:54:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-05T13:54:49Z</dc:date>
    <item>
      <title>Batch-Input Dynpro sequence changed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-dynpro-sequence-changed/m-p/1017559#M80389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a customer uses a report since today (1 1/2 years) that creates new materials by CALL TRANSACTION 'MMZ1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoever, the once recorded dynpro sequence changed and the report fails to create new materials. (already changed and material creation with BAPI_MATERIAL_SAVEDATA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There were no changes to the customizing of that system and no patches etc. were installed. Even no user knew this transaction MMZ1, so that its sequence was not changed manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which events do infuence transactions, transaction dynpro sequences?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Frank Zoor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2005 13:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-dynpro-sequence-changed/m-p/1017559#M80389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-05T13:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Batch-Input Dynpro sequence changed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-dynpro-sequence-changed/m-p/1017560#M80390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a BDC program, then the Sequence in which the dynpors were coded is almost harcoded and it needs to be changed according to the new sequence. There is no other alternative to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it calls some BAPIs that creates the Material, then check the sequence in which the BAPI calls the screens and compare whether it is calling in the correct sequence. Else modify that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2005 14:06:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-dynpro-sequence-changed/m-p/1017560#M80390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-05T14:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Batch-Input Dynpro sequence changed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-dynpro-sequence-changed/m-p/1017561#M80391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could it be, that there're customizing tables, which control the sequence ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;examples:&lt;/P&gt;&lt;P&gt;T063C      &lt;/P&gt;&lt;P&gt;T082S      &lt;/P&gt;&lt;P&gt;T342       &lt;/P&gt;&lt;P&gt;T514Z      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2005 14:15:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-dynpro-sequence-changed/m-p/1017561#M80391</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-07-05T14:15:17Z</dc:date>
    </item>
  </channel>
</rss>

