<?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 SAPscripts in Printworkbench in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-sapscripts-in-printworkbench/m-p/1437968#M208608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi baksi , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data to Sapscrits comes from Driver Program ,If u want to find out Driver Program for a give layout is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcode &amp;lt;b&amp;gt;NACE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;option 2. in se71 -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt;Display Mode &lt;DEL&gt;-&amp;gt; Menu Item FORM&lt;/DEL&gt;-&amp;gt; Checks----&amp;gt;texts ---&amp;gt; Click on include programs also there u will find list of Driver Programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to send layout to Third party u have to use FM&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SO_NEW_DOCUMENT_ATT_SEND_API1&amp;lt;/b&amp;gt; for more info check the Documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Useful Programs : RSTXPDF4/5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jul 2006 07:07:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-03T07:07:52Z</dc:date>
    <item>
      <title>Using SAPscripts in Printworkbench</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-sapscripts-in-printworkbench/m-p/1437966#M208606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can anyone suggest me how to get data from application form to Sapscript?&lt;/P&gt;&lt;P&gt;There is nothing called "compare' as in smartform here!&lt;/P&gt;&lt;P&gt;So, how and where'll the data come in Sapscript?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also..if I want to send the Sapscript in RDi format to third party tool, how 'll I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awaiting urgent reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Anshumita.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 06:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-sapscripts-in-printworkbench/m-p/1437966#M208606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T06:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAPscripts in Printworkbench</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-sapscripts-in-printworkbench/m-p/1437967#M208607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anshumita,&lt;/P&gt;&lt;P&gt;   The advantage of using a print workbench is the data to be displayed either via Script or Smartform will already be fetched by the Printworkbench and we have to get the exact data, manipulate it and display.&lt;/P&gt;&lt;P&gt;   When you are using a Script for a Printworkbench you can create &amp;lt;b&amp;gt;"TEXTS"&amp;lt;/b&amp;gt;. These are nothing but Text Elements of a Script. In these you can give the variables to be displayed. If you want to validate or check the data you can do it an Exit. Just double click on the Text element, you will get a pop-up and in that enter some name in the &amp;lt;b&amp;gt;"TEXT EXIT"&amp;lt;/b&amp;gt; value and hit enter. An exit will be called and the validations you give in this will come into picture just before displaying the data in the exit. You can create &amp;lt;b&amp;gt;start exit&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;end exit&amp;lt;/b&amp;gt;, then in the document item and document header level you can also create exits at &amp;lt;b&amp;gt;before the loop&amp;lt;/b&amp;gt;, &amp;lt;b&amp;gt;during the loop&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;after the loop&amp;lt;/b&amp;gt;, just by double clicking on the header or item_level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   In order to download to the third party tool. You can use this function module &amp;lt;b&amp;gt;"RSPO_RETURN_ABAP_SPOOLJOB_RAW"&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 07:06:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-sapscripts-in-printworkbench/m-p/1437967#M208607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T07:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAPscripts in Printworkbench</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-sapscripts-in-printworkbench/m-p/1437968#M208608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi baksi , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data to Sapscrits comes from Driver Program ,If u want to find out Driver Program for a give layout is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcode &amp;lt;b&amp;gt;NACE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;option 2. in se71 -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt;Display Mode &lt;DEL&gt;-&amp;gt; Menu Item FORM&lt;/DEL&gt;-&amp;gt; Checks----&amp;gt;texts ---&amp;gt; Click on include programs also there u will find list of Driver Programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to send layout to Third party u have to use FM&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SO_NEW_DOCUMENT_ATT_SEND_API1&amp;lt;/b&amp;gt; for more info check the Documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Useful Programs : RSTXPDF4/5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 07:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-sapscripts-in-printworkbench/m-p/1437968#M208608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T07:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAPscripts in Printworkbench</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-sapscripts-in-printworkbench/m-p/1437969#M208609</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;&lt;/P&gt;&lt;P&gt;herewith i am giving some links go through them, i hope definitely you will get some solution.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.adobe.com/enterprise/pdfs/sap_adobe_whitepaper.pdf" target="test_blank"&gt;http://www.adobe.com/enterprise/pdfs/sap_adobe_whitepaper.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/tip/1,289483,sid21_gci933581,00.html" target="test_blank"&gt;http://searchsap.techtarget.com/tip/1,289483,sid21_gci933581,00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.teklynx.com/media/pdf/whitepapers/sentinelprint_300_sentinelprintpsfsfssftpal-en.pdf" target="test_blank"&gt;http://www.teklynx.com/media/pdf/whitepapers/sentinelprint_300_sentinelprintpsfsfssftpal-en.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&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>Mon, 03 Jul 2006 07:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-sapscripts-in-printworkbench/m-p/1437969#M208609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T07:09:36Z</dc:date>
    </item>
  </channel>
</rss>

