<?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 Loop at....WITH CONTROL.... with cursor in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-with-control-with-cursor/m-p/2802488#M654486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;I have a small issue. I have designed a screen. Where i have put a table control. with 4 fields namely Month, Year, and two numeric data field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 other i/o fields. namely country and  competitor.&lt;/P&gt;&lt;P&gt;I have defiend a workarea and internal table have all these feild.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for every value within the table control loop. the calues of both country and competitor must be assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Loop at....WITH CONTROL.... with cursor command has the fields Month, Year, and two numeric data field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the 2 other i/o fields. namely country and  competitor are not in loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to transfer these two data into my internal table correctly...&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;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2007 07:52:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-12T07:52:59Z</dc:date>
    <item>
      <title>Loop at....WITH CONTROL.... with cursor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-with-control-with-cursor/m-p/2802488#M654486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;I have a small issue. I have designed a screen. Where i have put a table control. with 4 fields namely Month, Year, and two numeric data field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 other i/o fields. namely country and  competitor.&lt;/P&gt;&lt;P&gt;I have defiend a workarea and internal table have all these feild.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for every value within the table control loop. the calues of both country and competitor must be assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Loop at....WITH CONTROL.... with cursor command has the fields Month, Year, and two numeric data field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the 2 other i/o fields. namely country and  competitor are not in loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to transfer these two data into my internal table correctly...&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;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 07:52:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-with-control-with-cursor/m-p/2802488#M654486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T07:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at....WITH CONTROL.... with cursor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-with-control-with-cursor/m-p/2802489#M654487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table controls fields should be in the loop at ...with control..   just like the same you did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For other fields, Just pass the screen fields to your internal table directly...It will directly transfer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: - itab-test1 = zzscreenfield-test1.&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;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 07:58:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-with-control-with-cursor/m-p/2802489#M654487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T07:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at....WITH CONTROL.... with cursor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-with-control-with-cursor/m-p/2802490#M654488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello sankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope that you can assign the country and the competitor values for each record in the table control in the PAI Event . write a module in the loop for the table and in that assign the required fields depending upon your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i am wrong explain me about your requirement again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 07:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-with-control-with-cursor/m-p/2802490#M654488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T07:59:52Z</dc:date>
    </item>
  </channel>
</rss>

