<?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 FBZ5 - printing payment advice - sorting problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbz5-printing-payment-advice-sorting-problem/m-p/6243084#M1382445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a question that i want to print the payment advice sorting by document no / document date which depend on which company i choose.   (T-code:fbz5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. if company 1000, 2000 i want to show the records sorting by document no&lt;/P&gt;&lt;P&gt;      if company 3000, 4000 i want to show the records sorting by document date, then document no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i just know in the SAP Script Form, in MAIN window, &lt;/P&gt;&lt;P&gt;the record is shown like this (using tabel REGUP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;REGUP-BELNR&amp;amp;,,&amp;amp;REGUP-XBLNR+0(16)&amp;amp;,,&amp;amp;REGUP-SGTXT(16)&amp;amp;,,&amp;amp;REGUP-BLDAT&amp;amp;,,.......................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; but i don't know how to control the sorting preference in SAP Scripts Form Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls. help~&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2009 08:38:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-15T08:38:18Z</dc:date>
    <item>
      <title>FBZ5 - printing payment advice - sorting problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbz5-printing-payment-advice-sorting-problem/m-p/6243084#M1382445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a question that i want to print the payment advice sorting by document no / document date which depend on which company i choose.   (T-code:fbz5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. if company 1000, 2000 i want to show the records sorting by document no&lt;/P&gt;&lt;P&gt;      if company 3000, 4000 i want to show the records sorting by document date, then document no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i just know in the SAP Script Form, in MAIN window, &lt;/P&gt;&lt;P&gt;the record is shown like this (using tabel REGUP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;REGUP-BELNR&amp;amp;,,&amp;amp;REGUP-XBLNR+0(16)&amp;amp;,,&amp;amp;REGUP-SGTXT(16)&amp;amp;,,&amp;amp;REGUP-BLDAT&amp;amp;,,.......................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; but i don't know how to control the sorting preference in SAP Scripts Form Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls. help~&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 08:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbz5-printing-payment-advice-sorting-problem/m-p/6243084#M1382445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-15T08:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: FBZ5 - printing payment advice - sorting problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbz5-printing-payment-advice-sorting-problem/m-p/6243085#M1382446</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;Please cehck the print program.What you can do is while debugging as soon as the open_form is called you can create look for exit or implicit enhancement and sort the data accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just make your code secured in implicit enhancement lets say some company code check should be provided.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nabheet Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 08:43:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbz5-printing-payment-advice-sorting-problem/m-p/6243085#M1382446</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2009-10-15T08:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: FBZ5 - printing payment advice - sorting problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbz5-printing-payment-advice-sorting-problem/m-p/6243086#M1382447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i've checked that my print program didn't have OPEN_FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the data from table :reguh are directly called by the SAP Script Form. &lt;/P&gt;&lt;P&gt;like &amp;amp;reguh-xxxxx&amp;amp;,,&amp;amp;reguh-xxxxx&amp;amp;,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so should I need to write more subroutine and make the data are come from program instead of from form?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 03:48:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbz5-printing-payment-advice-sorting-problem/m-p/6243086#M1382447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-03T03:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: FBZ5 - printing payment advice - sorting problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fbz5-printing-payment-advice-sorting-problem/m-p/6243087#M1382448</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;Ya u r correct instaed of changing the driver program...write a subroutine program get all the data wat ever u want i mean date and document number from script by using this structure itcsy...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 04:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fbz5-printing-payment-advice-sorting-problem/m-p/6243087#M1382448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-03T04:13:54Z</dc:date>
    </item>
  </channel>
</rss>

