<?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: Program to Re-print material document from NAST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-re-print-material-document-from-nast/m-p/10397169#M1842319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Prasenjit,&lt;/P&gt;&lt;P&gt;I tried running the FM independently, and used the FM 'BAPI_TRANSACTION_COMMIT' to commit work. It created a new entry in the NAST table with Status as '1'(Successful).&lt;/P&gt;&lt;P&gt;I hope this will do that trick as currently the printer is not at my side hence cannot confirm the print, but from the table entry i feel everything should be in place, hence marking your reply as the correct one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vadid Valiulla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2014 15:33:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-06-18T15:33:07Z</dc:date>
    <item>
      <title>Program to Re-print material document from NAST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-re-print-material-document-from-nast/m-p/10397167#M1842317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My user has this particular problem of getting his labels stuck in the printers while printing them from RF Device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is to reprint the label taking data from NAST table for the user, only considering the last entry from it. I tried using the Program "RSNAST00" but it will not process entries with Time/Date = '4'(The documentation also states that it should atleast have been '1' at some point in time for this program to work).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone suggest me some other way to reprint the NAST data? Its a Application Type 'ME' and the objky entry generally has MSEG-MBLNR, MSEG-MJAHR and MSEG-ZEILE concatenated and the output is taken through standard Tcode MB90(But my requirement is not use this and directly print based on NAST entry through the RF device itself). Just mentioning this in case it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time and help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vadid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 10:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-re-print-material-document-from-nast/m-p/10397167#M1842317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-18T10:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Re-print material document from NAST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-re-print-material-document-from-nast/m-p/10397168#M1842318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vadid,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please use&amp;nbsp; FM 'WFMC_MESSAGE_SINGLE' for re-printing&amp;nbsp; NEST&amp;nbsp; based output from RF .&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; you can call in your&amp;nbsp; RF button event and pass your NAST&amp;nbsp; table entry in the below FM.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;CALL FUNCTION 'WFMC_MESSAGE_SINGLE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&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; PI_NAST&amp;nbsp; = nast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PE_RCODE = retcode.&lt;/P&gt;&lt;P&gt; if sy-subrc is 0.&lt;/P&gt;&lt;P&gt;commit work.&lt;/P&gt;&lt;P&gt;endif. &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;Prasenjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 11:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-re-print-material-document-from-nast/m-p/10397168#M1842318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-18T11:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Program to Re-print material document from NAST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-re-print-material-document-from-nast/m-p/10397169#M1842319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Prasenjit,&lt;/P&gt;&lt;P&gt;I tried running the FM independently, and used the FM 'BAPI_TRANSACTION_COMMIT' to commit work. It created a new entry in the NAST table with Status as '1'(Successful).&lt;/P&gt;&lt;P&gt;I hope this will do that trick as currently the printer is not at my side hence cannot confirm the print, but from the table entry i feel everything should be in place, hence marking your reply as the correct one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vadid Valiulla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 15:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-re-print-material-document-from-nast/m-p/10397169#M1842319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-18T15:33:07Z</dc:date>
    </item>
  </channel>
</rss>

