<?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 How to avoid sort functionality for F4 using Function module F4IF_INT_TABLE_VALUE_REQUEST. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-sort-functionality-for-f4-using-function-module-f4if-int-table/m-p/10356625#M1838587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have created one custom f4 using F4IF_INT_TABLE_VALUE_REQUEST and want to remove standard sort functionality . Please check screen shots attached here for more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 May 2014 12:53:30 GMT</pubDate>
    <dc:creator>former_member810730</dc:creator>
    <dc:date>2014-05-19T12:53:30Z</dc:date>
    <item>
      <title>How to avoid sort functionality for F4 using Function module F4IF_INT_TABLE_VALUE_REQUEST.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-sort-functionality-for-f4-using-function-module-f4if-int-table/m-p/10356625#M1838587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have created one custom f4 using F4IF_INT_TABLE_VALUE_REQUEST and want to remove standard sort functionality . Please check screen shots attached here for more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 12:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-sort-functionality-for-f4-using-function-module-f4if-int-table/m-p/10356625#M1838587</guid>
      <dc:creator>former_member810730</dc:creator>
      <dc:date>2014-05-19T12:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid sort functionality for F4 using Function module F4IF_INT_TABLE_VALUE_REQUEST.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-sort-functionality-for-f4-using-function-module-f4if-int-table/m-p/10356626#M1838588</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 can check whether the value table "mt_input_f4" type is of sorted internal table or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is sorted, then sorted order shall come automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gangadhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 08:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-sort-functionality-for-f4-using-function-module-f4if-int-table/m-p/10356626#M1838588</guid>
      <dc:creator>former_member223133</dc:creator>
      <dc:date>2014-05-20T08:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid sort functionality for F4 using Function module F4IF_INT_TABLE_VALUE_REQUEST.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-sort-functionality-for-f4-using-function-module-f4if-int-table/m-p/10356627#M1838589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shehzad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't figured out what F00001 is since you haven't post the mt_input_f4 structure (I suppose it's the name of the field?) but I can give some advice:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;place the year before the quarter. With 2015 Q1 your sorting would be more agreeable or:&lt;UL&gt;&lt;LI&gt;separate year from quarter as columns of the search help table&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;if it's still inadequate you can create your own customized search help interface&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think you can make sort disappear in F4IF_INT_TABLE_VALUE_REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Edgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 15:24:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-sort-functionality-for-f4-using-function-module-f4if-int-table/m-p/10356627#M1838589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-20T15:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid sort functionality for F4 using Function module F4IF_INT_TABLE_VALUE_REQUEST.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-sort-functionality-for-f4-using-function-module-f4if-int-table/m-p/10356628#M1838590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Edger for your reply, The structure is mentioned below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Types:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;BEGIN &lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_f4,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; txt &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;char7,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_f4,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mt_input_f4 &lt;SPAN class="L0S52"&gt;TYPE &lt;SPAN class="L0S52"&gt;STANDARD &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ty_f4.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;i concatenated the quarter and year value to the txt fied of the structure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Gernally in place of f0001 text the Window title displays. It is first time i am countering and cant able to figure out why it is coming.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;if disappearing sort funtionality is not possible i just want to change the text f0001 to some other values.Please reply if it is possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 06:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-sort-functionality-for-f4-using-function-module-f4if-int-table/m-p/10356628#M1838590</guid>
      <dc:creator>former_member810730</dc:creator>
      <dc:date>2014-05-21T06:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid sort functionality for F4 using Function module F4IF_INT_TABLE_VALUE_REQUEST.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-sort-functionality-for-f4-using-function-module-f4if-int-table/m-p/10356629#M1838591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rizvi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please paste your code releated to F4 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 07:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-sort-functionality-for-f4-using-function-module-f4if-int-table/m-p/10356629#M1838591</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2014-05-21T07:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid sort functionality for F4 using Function module F4IF_INT_TABLE_VALUE_REQUEST.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-sort-functionality-for-f4-using-function-module-f4if-int-table/m-p/10356630#M1838592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Edger,&lt;/P&gt;&lt;P&gt;Your above post gave me an idea andi&amp;nbsp; checked the data element. Actually it is coming from data element char07. I created my custom data element and gave proper description under Field Label tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is now coming correctly. Thanks Alot!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the screen shots attached.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/456949" width="450" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/456948" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 07:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-sort-functionality-for-f4-using-function-module-f4if-int-table/m-p/10356630#M1838592</guid>
      <dc:creator>former_member810730</dc:creator>
      <dc:date>2014-05-21T07:16:34Z</dc:date>
    </item>
  </channel>
</rss>

