<?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: sorting problem in smart form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-problem-in-smart-form/m-p/6929432#M1485559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, it wont be work out. bcoz stracture doent hold the data..... ???&lt;/P&gt;&lt;P&gt;Do you mean there is no data and you are sorting the internal table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 May 2010 07:30:54 GMT</pubDate>
    <dc:creator>Sandeep_Panghal</dc:creator>
    <dc:date>2010-05-14T07:30:54Z</dc:date>
    <item>
      <title>sorting problem in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-problem-in-smart-form/m-p/6929431#M1485558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Good day guys&lt;/P&gt;&lt;P&gt;Ive dev the smart form for workshop invoice..  everything fine but they need sort the stracture one which is LBBIL_IT_GEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so ive created the custome stracture ZLBBIL_IT_GEN and added the numaric field at end of the strc. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
move-corresponding gs_it_gen to ZLBBIL_IT_GEN1.
lv_num = lv_num + 001.
ZLBBIL_IT_GEN1-MTART = GV_MTART.
ZLBBIL_IT_GEN1-num = lv_num.
sort ZLBBIL_IT_GEN1 by num.
Move-corresponding ZLBBIL_IT_GEN1 to gs_it_gen.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I think, it wont be work out. bcoz stracture doent hold the data..... how to over come the problem.. sorting is very imp for fun guys..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 06:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-problem-in-smart-form/m-p/6929431#M1485558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-14T06:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: sorting problem in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-problem-in-smart-form/m-p/6929432#M1485559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think, it wont be work out. bcoz stracture doent hold the data..... ???&lt;/P&gt;&lt;P&gt;Do you mean there is no data and you are sorting the internal table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 07:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-problem-in-smart-form/m-p/6929432#M1485559</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2010-05-14T07:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: sorting problem in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-problem-in-smart-form/m-p/6929433#M1485560</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;Actually ive a condtion.. if the material type [mtart] is "yser" .. in the material column should be blank.. the the material type is zrsa. then it needs to print materail and description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material              Description&lt;/P&gt;&lt;P&gt;                             xyz&lt;/P&gt;&lt;P&gt;                              abc&lt;/P&gt;&lt;P&gt;                              laptop&lt;/P&gt;&lt;P&gt;123                        abc&lt;/P&gt;&lt;P&gt;                              compu&lt;/P&gt;&lt;P&gt;456                         pen&lt;/P&gt;&lt;P&gt;678                        book&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if see the  the  5 th item get the blank ..so there is prob.. first needs to gets the all blanks then print  one who having the mateiral and description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but its prints right way.. bcoz its comes based on material type.. but need to sort this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to do it..plz let me know&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;chandu.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 07:46:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-problem-in-smart-form/m-p/6929433#M1485560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-14T07:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: sorting problem in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-problem-in-smart-form/m-p/6929434#M1485561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I beleive you are getting the data from the driver program in the internal table.&lt;/P&gt;&lt;P&gt;In the smart form, go to Global Settings =&amp;gt; Global Definition =&amp;gt; Initialization Tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort this internal table with your required fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pranu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 08:27:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-problem-in-smart-form/m-p/6929434#M1485561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-14T08:27:28Z</dc:date>
    </item>
  </channel>
</rss>

