<?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 on table fields' order in dialog programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-table-fields-order-in-dialog-programming/m-p/3114736#M739596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;I have controlled and setted the fields position. Also, before controlling and setting the fields order are normal that means it is suitable order.&lt;/P&gt;&lt;P&gt;Another information I want to say is that my screen is a subscreen and it is in a tabstrip. Does this effects the order of columns?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2007 21:27:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-26T21:27:45Z</dc:date>
    <item>
      <title>Problem on table fields' order in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-table-fields-order-in-dialog-programming/m-p/3114734#M739594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;I have an internal table as;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : BEGIN OF ITAB OCCURS 0,
               SELECT,
               FIELD_CONTROL.
               INCLUDE STRUCTURE ZENTRIES.
DATA : END OF ITAB.

ZENTRIES db table is;
MANDT	TYPE MANDT
UNIQ_N0 TYPE CHAR10
ENTRYNO TYPE NUMC 9,
ZOLL TYPE  DZOLLS,
BNO TYPE CHAR 10,
BDATE TYPE DATUM,
ENTRYINFO  TYPE CHAR 30,
CREATER TYPE SYUNAME
CR_DATE TYPE DATUM,
CR_TIME TYPE UZEIT,
CHANGER TYPE SYUNAME,
CH_DATE TYPE DATUM,
CH_TIME TYPE UZEIT,
DELETED TYPE CHAR 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I am putting SELECT field for table control's row selection field,&lt;/P&gt;&lt;P&gt;And these fields in this order;&lt;/P&gt;&lt;P&gt;1. UNIQ_N0&lt;/P&gt;&lt;P&gt;2. ENTRYNO &lt;/P&gt;&lt;P&gt;3. ZOLL&lt;/P&gt;&lt;P&gt;4. BNO&lt;/P&gt;&lt;P&gt;5. BDATE &lt;/P&gt;&lt;P&gt;6. ENTRYINFO &lt;/P&gt;&lt;P&gt;7. FIELD_CONTROL&lt;/P&gt;&lt;P&gt;into my table control. When I run the program and looked at my screen there is no problem in field's order. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I change the order on table control as;&lt;/P&gt;&lt;P&gt;1. UNIQ_N0 &lt;/P&gt;&lt;P&gt;2. ENTRYNO &lt;/P&gt;&lt;P&gt;3. ZOLL&lt;/P&gt;&lt;P&gt;4. FIELD_CONTROL&lt;/P&gt;&lt;P&gt;5. BNO&lt;/P&gt;&lt;P&gt;6. BDATE &lt;/P&gt;&lt;P&gt;7. ENTRYINFO &lt;/P&gt;&lt;P&gt;there is a problem in displaying the fields. When  have run the program and looked at my screen order has changeds as;&lt;/P&gt;&lt;P&gt;1. BNO  &lt;/P&gt;&lt;P&gt;2. BDATE &lt;/P&gt;&lt;P&gt;3. ENTRYNO&lt;/P&gt;&lt;P&gt;4. ZOLL &lt;/P&gt;&lt;P&gt;5. FIELD_CONTROL &lt;/P&gt;&lt;P&gt;6. ENTRYINFO&lt;/P&gt;&lt;P&gt;7. UNIQ_N0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why dialog program changes the display order of fields from my order. As I a developer I want to put fields with my order. Where is the wrong?&lt;/P&gt;&lt;P&gt;Help please.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 20:30:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-table-fields-order-in-dialog-programming/m-p/3114734#M739594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T20:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on table fields' order in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-table-fields-order-in-dialog-programming/m-p/3114735#M739595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with setting up the Field's position again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the Field of the table control, maintian proper value in the properties.&lt;/P&gt;&lt;P&gt;For UNIQ_N0, set Column as 1&lt;/P&gt;&lt;P&gt;For ENTRYNO, set Column as 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 21:08:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-table-fields-order-in-dialog-programming/m-p/3114735#M739595</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-26T21:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on table fields' order in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-table-fields-order-in-dialog-programming/m-p/3114736#M739596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;I have controlled and setted the fields position. Also, before controlling and setting the fields order are normal that means it is suitable order.&lt;/P&gt;&lt;P&gt;Another information I want to say is that my screen is a subscreen and it is in a tabstrip. Does this effects the order of columns?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 21:27:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-on-table-fields-order-in-dialog-programming/m-p/3114736#M739596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T21:27:45Z</dc:date>
    </item>
  </channel>
</rss>

