<?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: How to change Fields positions Dynamically in Internal table Structure....?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425914#M1845010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is a very good example of how we can use HASHED TABLEs (because the key - Plant, CoCd, Vendor is unique).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Just create two internal table with Plants / Vendors and the amount. And play witth the COLLECT statement.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I would define different hashed tables (statically/dynamically using RTTC) using the relevant field on which the summation has to be done &amp;amp; fill them using COLLECT. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/906/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2014 08:21:02 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2014-07-01T08:21:02Z</dc:date>
    <item>
      <title>How to change Fields positions Dynamically in Internal table Structure....??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425909#M1845005</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;&lt;/P&gt;&lt;P&gt;I have to Change Structure Fields position dynamically in Internal table.....&lt;/P&gt;&lt;P&gt;Ex. Structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of ty_stru,&lt;/P&gt;&lt;P&gt;werks&amp;nbsp;&amp;nbsp; type werks,&lt;/P&gt;&lt;P&gt;lifnr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type lifnr,&lt;/P&gt;&lt;P&gt;name&amp;nbsp;&amp;nbsp; type name1,&lt;/P&gt;&lt;P&gt;amoun type dmbtr,&lt;/P&gt;&lt;P&gt;end begin of ty_stru.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: it_stru type table of ty_stu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_stru type&amp;nbsp; ty_stu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Requirement is, i have to get sum of Amount in 2 cases(2 type O/P)&lt;/P&gt;&lt;P&gt;Output 1) Sum of All Plants.&amp;nbsp;&amp;nbsp; : In Diff Plants there ll be Same Vendor.&lt;/P&gt;&lt;P&gt;Output 2) Sum of All Vendors. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any options to change Structure Fields Positions Dynamically....&lt;/P&gt;&lt;P&gt;To Use Control Break Command: &lt;STRONG&gt;At End&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Bhargav D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 07:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425909#M1845005</guid>
      <dc:creator>bhargavdarapareddy</dc:creator>
      <dc:date>2014-07-01T07:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Fields positions Dynamically in Internal table Structure....??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425910#M1845006</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;I think you have a very bad idea. &lt;/P&gt;&lt;P&gt;Stop playing with AT END. &lt;/P&gt;&lt;P&gt;Just create two internal table with Plants / Vendors and the amount. And play witth the COLLECT statement. That will be more simpler, more faster ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(or create a copy of your table, clear the field you didn't want, and play witht the AT END)&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;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 07:30:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425910#M1845006</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2014-07-01T07:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Fields positions Dynamically in Internal table Structure....??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425911#M1845007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will it be an ALV Grid output?&lt;/P&gt;&lt;P&gt;If so, the user already can do the summation himself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have to do the summation in ABAP, you can define another internal table having just "werks, lifnr, amount" and do the summation in a loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ali Murat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 07:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425911#M1845007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-01T07:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Fields positions Dynamically in Internal table Structure....??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425912#M1845008</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;I like to define only on structure for this requirement...&lt;/P&gt;&lt;P&gt;with diff internal tables......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Actual Requirement is&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 396px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl24" height="17" width="122"&gt;Selection Screen&lt;/TD&gt;&lt;TD class="xl25" colspan="2" width="210"&gt;Total Sales for Month&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;.&lt;/TD&gt;&lt;TD class="xl24"&gt;Period&lt;/TD&gt;&lt;TD&gt;I/P&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="17"&gt;1&lt;/TD&gt;&lt;TD&gt;Radio Buttons1&lt;/TD&gt;&lt;TD class="xl24"&gt;Company&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="17"&gt;2&lt;/TD&gt;&lt;TD&gt;Radio Buttons2&lt;/TD&gt;&lt;TD class="xl24"&gt;Plant&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="17"&gt;3&lt;/TD&gt;&lt;TD&gt;Radio Buttons3&lt;/TD&gt;&lt;TD class="xl24"&gt;Division&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="17"&gt;4&lt;/TD&gt;&lt;TD&gt;Radio Buttons4&lt;/TD&gt;&lt;TD class="xl24"&gt;Vendor&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17"&gt;They want O/P&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17"&gt;If&amp;nbsp; Radio Buttons1&lt;/TD&gt;&lt;TD class="xl24"&gt;Company1&lt;/TD&gt;&lt;TD class="xl24"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17"&gt;"&lt;/TD&gt;&lt;TD class="xl24"&gt;Company2&lt;/TD&gt;&lt;TD class="xl24"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17"&gt;"&lt;/TD&gt;&lt;TD class="xl24"&gt;Company3&lt;/TD&gt;&lt;TD class="xl24"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17"&gt;"&lt;/TD&gt;&lt;TD class="xl24"&gt;Company4&lt;/TD&gt;&lt;TD class="xl24"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17"&gt;If&amp;nbsp; Radio Buttons2&lt;/TD&gt;&lt;TD class="xl24"&gt;Plant1&lt;/TD&gt;&lt;TD class="xl24"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17"&gt;"&lt;/TD&gt;&lt;TD class="xl24"&gt;Plant2&lt;/TD&gt;&lt;TD class="xl24"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17"&gt;"&lt;/TD&gt;&lt;TD class="xl24"&gt;Plant3&lt;/TD&gt;&lt;TD class="xl24"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17"&gt;If&amp;nbsp; Radio Buttons3&lt;/TD&gt;&lt;TD class="xl24"&gt;Division1&lt;/TD&gt;&lt;TD class="xl24"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17"&gt;"&lt;/TD&gt;&lt;TD class="xl24"&gt;Division2&lt;/TD&gt;&lt;TD class="xl24"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17"&gt;"&lt;/TD&gt;&lt;TD class="xl24"&gt;Division3&lt;/TD&gt;&lt;TD class="xl24"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17"&gt;If&amp;nbsp; Radio Buttons4&lt;/TD&gt;&lt;TD class="xl24"&gt;Vendor1&lt;/TD&gt;&lt;TD class="xl24"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17"&gt;"&lt;/TD&gt;&lt;TD class="xl24"&gt;Vendor2&lt;/TD&gt;&lt;TD class="xl24"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17"&gt;"&lt;/TD&gt;&lt;TD class="xl24"&gt;Vendor3&lt;/TD&gt;&lt;TD class="xl24"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17"&gt;"&lt;/TD&gt;&lt;TD class="xl24"&gt;Vendor4&lt;/TD&gt;&lt;TD class="xl24"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17"&gt;"&lt;/TD&gt;&lt;TD class="xl24"&gt;Vendor5&lt;/TD&gt;&lt;TD class="xl24"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Bhargav D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 07:46:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425912#M1845008</guid>
      <dc:creator>bhargavdarapareddy</dc:creator>
      <dc:date>2014-07-01T07:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Fields positions Dynamically in Internal table Structure....??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425913#M1845009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA: it_stru&amp;nbsp;&amp;nbsp;&amp;nbsp; type table of ty_stu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_werks type hashed table of ty_stu with unique key werks,&amp;nbsp;&amp;nbsp; "Contains total per plant&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it_lifnr type hashed table of ty_stu with unique key lifnr,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Contains total per vendor&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_stru type ty_stu,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lv_lifnr&amp;nbsp;&amp;nbsp; type lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT it_stru INTO wa_stru.&lt;/P&gt;&lt;P&gt;&amp;nbsp; lv_lifnr = wa_stru-lifnr.&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLEAR: wa_stru-lifnr, wa_stru-name.&lt;/P&gt;&lt;P&gt;&amp;nbsp; COLLECT wa_stru INTO lt_werks.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLEAR wa_stru-werks.&lt;/P&gt;&lt;P&gt;&amp;nbsp; wa_stru-lifnr = lv_lifnr.&lt;/P&gt;&lt;P&gt;&amp;nbsp; COLLECT wa_stru INTO lt_lifnr.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 08:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425913#M1845009</guid>
      <dc:creator>former_member730258</dc:creator>
      <dc:date>2014-07-01T08:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Fields positions Dynamically in Internal table Structure....??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425914#M1845010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is a very good example of how we can use HASHED TABLEs (because the key - Plant, CoCd, Vendor is unique).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Just create two internal table with Plants / Vendors and the amount. And play witth the COLLECT statement.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I would define different hashed tables (statically/dynamically using RTTC) using the relevant field on which the summation has to be done &amp;amp; fill them using COLLECT. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/906/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 08:21:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425914#M1845010</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2014-07-01T08:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Fields positions Dynamically in Internal table Structure....??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425915#M1845011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this is a classical report or an ALV?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the latter, why can't you use the subtotal functionality? &lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/906/images/emoticons/confused.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 08:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425915#M1845011</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2014-07-01T08:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Fields positions Dynamically in Internal table Structure....??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425916#M1845012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I never used this kind of tables, maybe it's a good idea to post a good doc/example &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/906/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&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;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 08:34:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425916#M1845012</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2014-07-01T08:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Fields positions Dynamically in Internal table Structure....??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425917#M1845013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhargav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want to use single structure , then Dynamic&amp;nbsp; table help u to do so.&lt;/P&gt;&lt;P&gt;But it became complex program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;CL_ALV_TABLE_CREATE&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;CREATE_DYNAMIC_TABLE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT_FIELDCATALOG &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EP_TABLE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 09:00:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425917#M1845013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-01T09:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Fields positions Dynamically in Internal table Structure....??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425918#M1845014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;I like to define only on structure for this requirement...&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;with diff internal tables......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; background: transparent;"&gt;Actual Requirement is&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border: 0px; font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD class="xl24" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;" width="122"&gt;Selection Screen&lt;/TD&gt;&lt;TD class="xl25" colspan="2" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;" width="210"&gt;Total Sales for Month&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;.&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Period&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;I/P&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD align="right" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;1&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Radio Buttons1&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Company&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD align="right" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;2&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Radio Buttons2&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Plant&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD align="right" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;3&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Radio Buttons3&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Division&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD align="right" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;4&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Radio Buttons4&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Vendor&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD class="xl24" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;They want O/P&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD class="xl24" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;If&amp;nbsp; Radio Buttons1&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Company1&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD class="xl24" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;"&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Company2&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD class="xl24" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;"&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Company3&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD class="xl24" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;"&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Company4&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD class="xl24" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;If&amp;nbsp; Radio Buttons2&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Plant1&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD class="xl24" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;"&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Plant2&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD class="xl24" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;"&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Plant3&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD class="xl24" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;If&amp;nbsp; Radio Buttons3&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Division1&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD class="xl24" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;"&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Division2&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD class="xl24" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;"&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Division3&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD class="xl24" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;If&amp;nbsp; Radio Buttons4&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Vendor1&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD class="xl24" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;"&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Vendor2&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD class="xl24" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;"&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Vendor3&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD class="xl24" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;"&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Vendor4&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;TD class="xl24" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;"&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Vendor5&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Amount&lt;/TD&gt;&lt;TD class="xl24" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit; background: transparent;"&gt;Qty&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Bhargav D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 09:12:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425918#M1845014</guid>
      <dc:creator>bhargavdarapareddy</dc:creator>
      <dc:date>2014-07-01T09:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Fields positions Dynamically in Internal table Structure....??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425919#M1845015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, it's bad ideas to declare structure at the begging. If I were you , I would rather use RTTS to play with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 09:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425919#M1845015</guid>
      <dc:creator>former_member186413</dc:creator>
      <dc:date>2014-07-01T09:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Fields positions Dynamically in Internal table Structure....??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425920#M1845016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If that's the case just declare a simple structure like below. Then pass the values based on your radio button selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES:&lt;/P&gt;&lt;P&gt;BEGIN OF ty,&lt;/P&gt;&lt;P&gt;&amp;nbsp; field TYPE char18,&lt;/P&gt;&lt;P&gt;&amp;nbsp; amount TYPE dmbtr,&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 09:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-fields-positions-dynamically-in-internal-table-structure/m-p/10425920#M1845016</guid>
      <dc:creator>former_member730258</dc:creator>
      <dc:date>2014-07-01T09:33:44Z</dc:date>
    </item>
  </channel>
</rss>

