<?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: Sort table in maintenance generator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-table-in-maintenance-generator/m-p/11852365#M1958333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, I did search before posting. And not only searched, but tried for two days different solutions!&lt;/P&gt;&lt;P&gt;One of them is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE &lt;SPAN class="L0S52"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;LISTE_INITIALISIEREN&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt; MODULE SORT_EXTRACT.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;EXTRACT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;CONTROL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; TCTRL_/SAPLOM/XMM_CNDV &lt;SPAN class="L0S52"&gt;CURSOR &lt;/SPAN&gt;NEXTLINE&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;LISTE_SHOW_LISTE&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;SORT_EXTRACT &lt;SPAN class="L0S52"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;gt_itab &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;/SAPLOM/XMM_COND&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; BREAK i321596&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; gt_itab[] &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;extract[]&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SORT &lt;/SPAN&gt;gt_itab &lt;SPAN class="L0S52"&gt;BY &lt;/SPAN&gt;ORDR &lt;SPAN class="L0S52"&gt;ASCENDING&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; extract[] &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;gt_itab[] &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDMODULE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Result of this solution in syntax check: "EXACT" expected, not "EXTRACT[]". I cannot access the EXTRACT table... I tried with and without the brackets!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Although, if I comment the rest of the code from the breakpoint onwards, I can access the global variable EXTRACT[] in the debugger, but I cannot pass the syntax check if I uncomment the rest of my lines.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I tried also the option &lt;SPAN style="color: #333333; font-size: 13.3333px;"&gt;Environment -&amp;gt; Modification -&amp;gt; Events: Event 17, 26, AA... But these events only create a blank include, which is not inserted in the TOP include of the function group of the maintenance view. I added it manually, edited it with the code above, but no luck solving the access to the EXTRACT[] variable &lt;span class="lia-unicode-emoji" title=":neutral_face:"&gt;😐&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2016 13:26:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-07-21T13:26:45Z</dc:date>
    <item>
      <title>Sort table in maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-table-in-maintenance-generator/m-p/11852363#M1958331</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 have an automatically generated table maintenance&amp;nbsp; generator.&lt;/P&gt;&lt;P&gt;Fields are automatically sorted by key fields. I would like to sort it by a non-key field.&lt;/P&gt;&lt;P&gt;I have tried to modify it through the following options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Environment -&amp;gt; Modification -&amp;gt; Maintenance Screens: I have created an include ...O01 (defined in top include of function group) with a PBO module called SORT_EXTRACT. I tried to sort the EXTRACT table, but I get a syntax error that it is unknown. I can access the EXTRACT table in debug mode as it is a global variable. Any ideas on how to access it? The following code does not work as it is unknown:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;GT_TAB[] = EXTRACT[].&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;SORT GT_TAB BY ORDER.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;EXTRACT[] = &lt;SPAN style="color: #333333; font-size: 12px;"&gt;GT_TAB[].&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Environment -&amp;gt; Modification -&amp;gt; Events: Event 17 Before printing events Doesn't work either. I have created a form, which is not accessed.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please advise me how to proceed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Matei&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 08:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-table-in-maintenance-generator/m-p/11852363#M1958331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-21T08:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sort table in maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-table-in-maintenance-generator/m-p/11852364#M1958332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please search before posting. Check if this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="139150" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="To Sort Table Maintenance Before Display." href="https://community.sap.com/" modifiedtitle="true" title="To Sort Table Maintenance Before Display."&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 13:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-table-in-maintenance-generator/m-p/11852364#M1958332</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2016-07-21T13:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sort table in maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-table-in-maintenance-generator/m-p/11852365#M1958333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, I did search before posting. And not only searched, but tried for two days different solutions!&lt;/P&gt;&lt;P&gt;One of them is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE &lt;SPAN class="L0S52"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;LISTE_INITIALISIEREN&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt; MODULE SORT_EXTRACT.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;EXTRACT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;CONTROL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; TCTRL_/SAPLOM/XMM_CNDV &lt;SPAN class="L0S52"&gt;CURSOR &lt;/SPAN&gt;NEXTLINE&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;LISTE_SHOW_LISTE&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;SORT_EXTRACT &lt;SPAN class="L0S52"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;gt_itab &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;/SAPLOM/XMM_COND&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; BREAK i321596&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; gt_itab[] &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;extract[]&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SORT &lt;/SPAN&gt;gt_itab &lt;SPAN class="L0S52"&gt;BY &lt;/SPAN&gt;ORDR &lt;SPAN class="L0S52"&gt;ASCENDING&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; extract[] &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;gt_itab[] &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDMODULE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Result of this solution in syntax check: "EXACT" expected, not "EXTRACT[]". I cannot access the EXTRACT table... I tried with and without the brackets!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Although, if I comment the rest of the code from the breakpoint onwards, I can access the global variable EXTRACT[] in the debugger, but I cannot pass the syntax check if I uncomment the rest of my lines.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I tried also the option &lt;SPAN style="color: #333333; font-size: 13.3333px;"&gt;Environment -&amp;gt; Modification -&amp;gt; Events: Event 17, 26, AA... But these events only create a blank include, which is not inserted in the TOP include of the function group of the maintenance view. I added it manually, edited it with the code above, but no luck solving the access to the EXTRACT[] variable &lt;span class="lia-unicode-emoji" title=":neutral_face:"&gt;😐&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 13:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-table-in-maintenance-generator/m-p/11852365#M1958333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-21T13:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sort table in maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-table-in-maintenance-generator/m-p/11852366#M1958334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good. A suggestion: You should have posted this information with your earlier question itself. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will read through your reply and check if I can help you better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 13:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-table-in-maintenance-generator/m-p/11852366#M1958334</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2016-07-21T13:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sort table in maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-table-in-maintenance-generator/m-p/11852367#M1958335</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;You should create your sort PBO MODULE &lt;STRONG&gt;after&lt;/STRONG&gt; the includes below &lt;SPAN style="font-size: 13.3333px;"&gt;in your maintenance function group master program (not in top inlude).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;INCLUDE &lt;/SPAN&gt;LxxxxTOP&lt;SPAN class="L0S55"&gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" Global Data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;INCLUDE &lt;/SPAN&gt;LxxxxUXX&lt;SPAN class="L0S55"&gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" Function Modules&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;eg. &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 10pt;"&gt;INCLUDE LxxxxO&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;01&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 10pt;"&gt;. (as suggested in popup)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;Zafer&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 14:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-table-in-maintenance-generator/m-p/11852367#M1958335</guid>
      <dc:creator>zaferonbas</dc:creator>
      <dc:date>2016-07-21T14:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sort table in maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-table-in-maintenance-generator/m-p/11852368#M1958336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much! You are a life saver!&lt;/P&gt;&lt;P&gt;That did the trick!&lt;/P&gt;&lt;P&gt;I would reward 100 points if I could!!! &lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/plus.gif"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/plus.gif"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote jiveImage" src="https://community.sap.com/108/images/emoticons/plus.gif" style="font-size: 13.3333px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 14:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-table-in-maintenance-generator/m-p/11852368#M1958336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-21T14:37:58Z</dc:date>
    </item>
  </channel>
</rss>

