<?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: Loop not getting all the fields values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-not-getting-all-the-fields-values/m-p/9042486#M1701200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check with break points whether all the values are passing to the internal table and check the workarea individual fields value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinodkumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2012 06:11:26 GMT</pubDate>
    <dc:creator>vinodkumar_thangavel</dc:creator>
    <dc:date>2012-10-18T06:11:26Z</dc:date>
    <item>
      <title>Loop not getting all the fields values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-not-getting-all-the-fields-values/m-p/9042483#M1701197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an smartform, with the following specifications:&lt;/P&gt;&lt;P&gt;On Global Definitions/Types:&amp;nbsp; &lt;EM&gt;TYPES t_komvd_tab TYPE STANDARD TABLE OF komvd.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In Form Routines:&lt;EM&gt; it_komvd TYPE t_komvd_tab &lt;/EM&gt;and&amp;nbsp; DATA &lt;EM&gt;ls_konv TYPE komvd&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;My problem is that when this gets executed:&amp;nbsp; &lt;EM&gt;LOOP AT it_komvd INTO ls_konv.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Only these 2 fields get a value: ls_konv-kwert and ls_konv-kbetr. The other fields like ls_konv-kschl, ls_konv-koaid or ls_konv-kntyp do not get any value, What should I modify so those fields values get populated too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 22:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-not-getting-all-the-fields-values/m-p/9042483#M1701197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-17T22:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Loop not getting all the fields values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-not-getting-all-the-fields-values/m-p/9042484#M1701198</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;For populating values in workarea,Create a loop:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/147436" height="168" width="321" /&gt;&lt;/P&gt;&lt;P&gt;Then in loop, Go to data tab of tabstrip and enter the internal table and workarea name there&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/147491" width="450" /&gt;&lt;/P&gt;&lt;P&gt;We can access the internal table values in workarea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 03:57:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-not-getting-all-the-fields-values/m-p/9042484#M1701198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-18T03:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Loop not getting all the fields values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-not-getting-all-the-fields-values/m-p/9042485#M1701199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Declaration seems to be right&amp;nbsp; now check the values after select statement your writing for..or if ur assigning values from komvd check it with keeping a break point.&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;Mahipal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 05:49:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-not-getting-all-the-fields-values/m-p/9042485#M1701199</guid>
      <dc:creator>former_member212913</dc:creator>
      <dc:date>2012-10-18T05:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Loop not getting all the fields values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-not-getting-all-the-fields-values/m-p/9042486#M1701200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check with break points whether all the values are passing to the internal table and check the workarea individual fields value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinodkumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 06:11:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-not-getting-all-the-fields-values/m-p/9042486#M1701200</guid>
      <dc:creator>vinodkumar_thangavel</dc:creator>
      <dc:date>2012-10-18T06:11:26Z</dc:date>
    </item>
  </channel>
</rss>

