<?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: Issue regarding Chain - Endchain in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-chain-endchain/m-p/4444004#M1054161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its nort allowing you to put both screen field and tc in  same chain and endchain block bcoz, Screen field loop is different (LOOP AT SCREEN...ENDLOOP) and tc loop is different. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can try to use two chain ..end chain blocks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Sep 2008 10:13:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-16T10:13:26Z</dc:date>
    <item>
      <title>Issue regarding Chain - Endchain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-chain-endchain/m-p/4444003#M1054160</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;I had an issue regarding chain - end chain.&lt;/P&gt;&lt;P&gt;I want to use a chain - endchain option for a table control column and a separate screen field can this be done .... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a table control field containing quantity field and the screen field contains the Total Quantity required .... &lt;/P&gt;&lt;P&gt;now the table controls Total Line Item Quantity should not be greater than Total Quantity ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is greater then an error is poped up and these 2 fields i.e. &lt;/P&gt;&lt;P&gt;Total Quantity Screen field and Line Item Quantity Column should be in editable mode so the i can change any one of them and remove the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is not allowing me to keep both table control Field and Screen Field in one chain endchain ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance. . .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 10:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-chain-endchain/m-p/4444003#M1054160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T10:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue regarding Chain - Endchain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-chain-endchain/m-p/4444004#M1054161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its nort allowing you to put both screen field and tc in  same chain and endchain block bcoz, Screen field loop is different (LOOP AT SCREEN...ENDLOOP) and tc loop is different. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can try to use two chain ..end chain blocks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 10:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-chain-endchain/m-p/4444004#M1054161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T10:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue regarding Chain - Endchain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-chain-endchain/m-p/4444005#M1054162</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;PROCESS AFTER INPUT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHAIN.    "table control fields&lt;/P&gt;&lt;P&gt;FIELD col1. &lt;/P&gt;&lt;P&gt;FIELD col2. &lt;/P&gt;&lt;P&gt;FIELD col3. &lt;/P&gt;&lt;P&gt;MODULE check_chain ON CHAIN-REQUEST. &lt;/P&gt;&lt;P&gt;ENDCHAIN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"screen fields&lt;/P&gt;&lt;P&gt;chain.&lt;/P&gt;&lt;P&gt;FIELD screeninput1 MODULE qntcheck. &lt;/P&gt;&lt;P&gt;endchain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now calculate the total line and compare with screeninput1 fields whether greater.... If its satisfy your requirement do your further coding to enable the table control fields using screen input 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 10:19:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-chain-endchain/m-p/4444005#M1054162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T10:19:38Z</dc:date>
    </item>
  </channel>
</rss>

