<?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: using nast structure in sap smart forms. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323494#M166204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should not have the "PRINT WITH SCHEDULED JOB" on.&lt;/P&gt;&lt;P&gt;Take that out and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note :Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 May 2006 10:30:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-31T10:30:14Z</dc:date>
    <item>
      <title>using nast structure in sap smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323481#M166191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whenever i display a form thru a related Transaction(e.g: Sales Order or Quotation) i get a window on which i have to press the 'Print Preview' button . On pressing that i get another window with print options(like 'Print Immediately' , 'Delete after Output') . I have to press the Print Preview button in this window(again) to view the smart form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was told that i can get rid of the extra window by using NAST structure, but dont know how to use it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shehryar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 06:48:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323481#M166191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T06:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: using nast structure in sap smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323482#M166192</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&lt;/P&gt;&lt;P&gt;GO THROUGH THE FOLLOWING DETAILS TO KNOW MORE ABOUT THE NAST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAST Message Status &lt;/P&gt;&lt;P&gt;&lt;A href="http://idocs.de/www5/mySap/PDF/Book_06.pdf" target="test_blank"&gt;http://idocs.de/www5/mySap/PDF/Book_06.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;NAST=&amp;gt;&lt;/P&gt;&lt;P&gt;Another common application of a message queue is to collect requests for delayed&lt;/P&gt;&lt;P&gt;processing, e.g. as a batch job during off-peak times. Typically this is done with&lt;/P&gt;&lt;P&gt;print documents like invoices which are due to be sent and thus printed only once&lt;/P&gt;&lt;P&gt;75 per week. The SAP R/3 NAST table is such a message queue and the ABAP&lt;/P&gt;&lt;P&gt;RSNAST00 is the matching handler for it.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------" /&gt;&lt;P&gt;The message control is also known as the NAST messaging due to the name of&lt;/P&gt;&lt;P&gt;the database table NAST (germ: NAchrichtenSTeuerung). The mechanism is, that&lt;/P&gt;&lt;P&gt;a requesting application deposits a request message in table NAST and an&lt;/P&gt;&lt;P&gt;interested consumer application eventually picks them up and decides upon an&lt;/P&gt;&lt;P&gt;85 appropriate action. The consuming action is fully independent from the requester.&lt;/P&gt;&lt;P&gt;If the requester expects a response, it has to poll the expected result tables.&lt;/P&gt;&lt;P&gt;&amp;#149; The requesting application stores a message in table NAST&lt;/P&gt;&lt;P&gt;&amp;#149; A program (usually RSNAST00) polls the table NAST for unprocessed&lt;/P&gt;&lt;P&gt;messages and activates the program that has been dedicated to process that&lt;/P&gt;&lt;P&gt;90 message&lt;/P&gt;&lt;P&gt;&amp;#149; The processing function finally finalizes the message by marking the message&lt;/P&gt;&lt;P&gt;as processed and storing status information and eventual log data to it&lt;/P&gt;&lt;P&gt;&lt;A href="http://idocs.de/www5/mySap/PDF/Book_06.pdf" target="test_blank"&gt;http://idocs.de/www5/mySap/PDF/Book_06.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 06:58:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323482#M166192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T06:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: using nast structure in sap smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323483#M166193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the print program when calling the Smartform's function module, change the value of CONTROL_PARAMETERS-NO_DIALOG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 13:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323483#M166193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T13:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: using nast structure in sap smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323484#M166194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before calling the smartform i did sumthing like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROL_PARAMETERS-NO_DIALOG = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i run it and click the print preview button , i cant preview the smartform at all..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wanted to remove the 2nd window and print n preview by clickin the button on the first window that appears,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,,,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 08:10:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323484#M166194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-29T08:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: using nast structure in sap smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323485#M166195</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 specify the options in the second window also in the SMART Form parameters, look at the OUTPUT_OPTIONS parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, once you enable the PRINT PREVIEW I think the options button also will appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 08:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323485#M166195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-29T08:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: using nast structure in sap smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323486#M166196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done sumthing like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls_control_param-no_dialog = 'X'.&lt;/P&gt;&lt;P&gt;ls_composer_param-tddest = 'kgn2'.&lt;/P&gt;&lt;P&gt;ls_composer_param-tdnewid = 'X'.&lt;/P&gt;&lt;P&gt;ls_control_param-PREVIEW = 'X'.&lt;/P&gt;&lt;P&gt;ls_composer_param-TDIMMED = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;running it , i dont get the extra dialog, when i click on the print preview button in the 1st window i get the output displayed, but when i click the print icon(button) in the 2nd window  the output is displayed (shudnt it print instead ??? )  and when i hit the back button , i get a status message saying that output has been issued ( but get no print.. ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.,.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 08:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323486#M166196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T08:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: using nast structure in sap smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323487#M166197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 10:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323487#M166197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T10:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: using nast structure in sap smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323488#M166198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it issuing a SPOOL, can you see that in SP01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 10:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323488#M166198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T10:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: using nast structure in sap smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323489#M166199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it is. and when i actually print it. It prints all the spool wid the current one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why isnt it printing at the time when i click on the print icon ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 11:09:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323489#M166199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T11:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: using nast structure in sap smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323490#M166200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refreshing the topic..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 05:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323490#M166200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T05:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: using nast structure in sap smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323491#M166201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi you there...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 09:50:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323491#M166201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T09:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: using nast structure in sap smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323492#M166202</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;Just got busy in something else ..&lt;/P&gt;&lt;P&gt;If you are specifying the parameter TDIMME then ideally it should not just generate the spool but also print immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do this, In your USER DEFAULT, set the PRINT IMMEDIATELY flag one and then try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 09:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323492#M166202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T09:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: using nast structure in sap smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323493#M166203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the option is checked. i have also selected from the combo box, 'print with scheduled job' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 10:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323493#M166203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T10:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: using nast structure in sap smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323494#M166204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should not have the "PRINT WITH SCHEDULED JOB" on.&lt;/P&gt;&lt;P&gt;Take that out and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note :Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 10:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323494#M166204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T10:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: using nast structure in sap smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323495#M166205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then wat option shud i choose frm the combo box ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 10:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-nast-structure-in-sap-smart-forms/m-p/1323495#M166205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T10:50:51Z</dc:date>
    </item>
  </channel>
</rss>

