<?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: Field Sequence Different in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-sequence-different-in-table-control/m-p/1685065#M301715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Nov 2006 16:05:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-09T16:05:25Z</dc:date>
    <item>
      <title>Field Sequence Different in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-sequence-different-in-table-control/m-p/1685064#M301714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My problem is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table control with some fields in the sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - Field a, 2 - Field b, 4 - Field d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running the program shows the fields in the same sequence 1,2,4.  I have added a new field to the control field c in the sequence 1,2,3,4 in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the program the sequence of the fields is not 1,2,3,4  it comes as 3,1,2,4.  The sequence of the fields is different from the one defined in the table control.&lt;/P&gt;&lt;P&gt;What could be the reason for such an issue ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 14:41:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-sequence-different-in-table-control/m-p/1685064#M301714</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2006-11-09T14:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Field Sequence Different in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-sequence-different-in-table-control/m-p/1685065#M301715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 16:05:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-sequence-different-in-table-control/m-p/1685065#M301715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-09T16:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Field Sequence Different in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-sequence-different-in-table-control/m-p/1685066#M301716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdul, &lt;/P&gt;&lt;P&gt;The sequence of fields defined in the Element List Window is correct. The real issue is with the Display of the fields when the table control is displayed during runtime. The fields appear in a different sequence&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 21:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-sequence-different-in-table-control/m-p/1685066#M301716</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2006-11-13T21:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Field Sequence Different in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-sequence-different-in-table-control/m-p/1685067#M301717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2009 22:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-sequence-different-in-table-control/m-p/1685067#M301717</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2009-05-02T22:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Field Sequence Different in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-sequence-different-in-table-control/m-p/1685068#M301718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Abhishek Jolly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the table control  in which order the field columns have been placed. it might be that 3rd field might be placed at 1st column. so remove that and put in between of 2 and 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are using custom structure for the internal table then put the 3rd field after the 2nd field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table control will display the data as it is  based on the fields defined in the order in Internal table and&lt;/P&gt;&lt;P&gt;in the order it is placed in Table control in Screen painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it shall be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 May 2009 04:12:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-sequence-different-in-table-control/m-p/1685068#M301718</guid>
      <dc:creator>santosh_kumarm</dc:creator>
      <dc:date>2009-05-03T04:12:32Z</dc:date>
    </item>
  </channel>
</rss>

