<?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: Problem with Chain EndChain in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-chain-endchain/m-p/11021552#M1897957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vadamalai, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TCode is QM02. I am writing my validation in PAI. When clicking on save, i have included my module in between chain &amp;amp; End Chain, to the screen 3032 of Include SAPLXQQM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the below Image, the chain is validating only 9 entries.I am appending entries through some other program via the Actionbox. after appending, when i try to save i need the validation to be done for the appended entries(more than 9) as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/689878" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Hope i am clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2015 07:54:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-04-22T07:54:13Z</dc:date>
    <item>
      <title>Problem with Chain EndChain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-chain-endchain/m-p/11021548#M1897953</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;I am facing some Issues in Chain and EndChain. The scenario is, I am appending some entries to the table control in the standard transaction. While saving, the entries are validated by chain and endchain and if the line items go in to error, then that line would be highlighted and ready for Input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem is Since i am appending the entries to the table control, the Chain and Endchain is not validating it while saving. If i append at the top also it is validating only the visible rows in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried modifying current_line,&amp;nbsp; Top_line. But nothing works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any solution of how to make the chain End chain validate all the line items ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 05:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-chain-endchain/m-p/11021548#M1897953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-22T05:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Chain EndChain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-chain-endchain/m-p/11021549#M1897954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear karthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wirte your validation in &lt;STRONG&gt;Module validatie_tbc on chain-request&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN PAI write the follwiing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab.&lt;/P&gt;&lt;P&gt;chain.&lt;/P&gt;&lt;P&gt;your fields in table control&lt;/P&gt;&lt;P&gt;endchain &lt;STRONG&gt;module validate_tbc on chani-request.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Noufal P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 06:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-chain-endchain/m-p/11021549#M1897954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-22T06:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Chain EndChain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-chain-endchain/m-p/11021550#M1897955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On Chain Request wont work as we have not made changes to the table but we are just appending the entries to the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ON Chain Request will work only if there is any changes done like Enter, Plus only the visible rows will be validated, not the rows below the scroll bar,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 06:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-chain-endchain/m-p/11021550#M1897955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-22T06:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Chain EndChain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-chain-endchain/m-p/11021551#M1897956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide your transaction and were you have written your validation(I am sure it should be PAI). Since its standard and you must have implemented some enhancement. Also give us your exact requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;A Vadamalai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 07:18:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-chain-endchain/m-p/11021551#M1897956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-22T07:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Chain EndChain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-chain-endchain/m-p/11021552#M1897957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vadamalai, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TCode is QM02. I am writing my validation in PAI. When clicking on save, i have included my module in between chain &amp;amp; End Chain, to the screen 3032 of Include SAPLXQQM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the below Image, the chain is validating only 9 entries.I am appending entries through some other program via the Actionbox. after appending, when i try to save i need the validation to be done for the appended entries(more than 9) as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/689878" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Hope i am clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 07:54:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-chain-endchain/m-p/11021552#M1897957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-22T07:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Chain EndChain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-chain-endchain/m-p/11021553#M1897958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The validation is not possible... Thread closed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 09:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-chain-endchain/m-p/11021553#M1897958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-23T09:22:14Z</dc:date>
    </item>
  </channel>
</rss>

