<?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: Printing SAP Script using ABAP WebDynpro in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-sap-script-using-abap-webdynpro/m-p/12195141#M1981192</link>
    <description>&lt;P&gt;Concerning the way how "you" used to call RSNAST00 is weird, why don't you use:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SUBMIT rsnast00 WITH s_objky IN s_objky WITH ... AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and enter the object to print in S_OBJKY.&lt;/P&gt;</description>
    <pubDate>Wed, 06 May 2020 14:49:03 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2020-05-06T14:49:03Z</dc:date>
    <item>
      <title>Printing SAP Script using ABAP WebDynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-sap-script-using-abap-webdynpro/m-p/12195139#M1981190</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;My older prorgam use below syntax to generate SAP Script print using RSNAST00. Now in Object oriented prog we can't use Tables *NAST syntax, so below syntax do not work in my ABAP WebDynpro Methods. Please advise if there is any alternate syntax available using which i could generate output using sapscripts. Also please advise if this output can be moved to binary / pdf variable, which i could use to send email (with attachment) directly. so far this output goes to screen, printer or to file.&lt;/P&gt;
  &lt;P&gt;Best Regards&lt;/P&gt;
  &lt;P&gt;Vivek&lt;/P&gt;
  &lt;P&gt;Tables: NAST, *NAST.&lt;/P&gt;
  &lt;P&gt;.... some more code to populate NAST.&lt;/P&gt;
  &lt;P&gt;PERFORM objekt_sperren IN PROGRAM rsnast00 USING lv_rcode abap_true. "Lock object&lt;/P&gt;
  &lt;P&gt;PERFORM einzelnachricht IN PROGRAM rsnast00 USING lv_rcode. "Print Object&lt;/P&gt;
  &lt;P&gt;PERFORM objekt_entsperren IN PROGRAM rsnast00. "Unlock Object&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 14:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-sap-script-using-abap-webdynpro/m-p/12195139#M1981190</guid>
      <dc:creator>Viveknin</dc:creator>
      <dc:date>2020-05-06T14:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Printing SAP Script using ABAP WebDynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-sap-script-using-abap-webdynpro/m-p/12195140#M1981191</link>
      <description>&lt;P&gt;For the question "SAPscript to email", search the web, it has been asked and answered hundreds of times...&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 14:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-sap-script-using-abap-webdynpro/m-p/12195140#M1981191</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-05-06T14:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Printing SAP Script using ABAP WebDynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-sap-script-using-abap-webdynpro/m-p/12195141#M1981192</link>
      <description>&lt;P&gt;Concerning the way how "you" used to call RSNAST00 is weird, why don't you use:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SUBMIT rsnast00 WITH s_objky IN s_objky WITH ... AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and enter the object to print in S_OBJKY.&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 14:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-sap-script-using-abap-webdynpro/m-p/12195141#M1981192</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-05-06T14:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Printing SAP Script using ABAP WebDynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-sap-script-using-abap-webdynpro/m-p/12195142#M1981193</link>
      <description>&lt;P&gt;Sandra,&lt;/P&gt;&lt;P&gt;thank you for reply. Business expectation is bit weird itself and i enjoy solving it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For "SAPscript to email", what i meant is if i could read SAPScript output to memory (PDF memory) which i could add as attachment to email. business want to send multiple( min 20) document attached in one email, all generated from different SapScript. &lt;/P&gt;&lt;P&gt;This email should trigger for all selected documents in one go. i had option of reading from generated spool but that is not feasible as i am not sure of how long to wait for one spool generation, also spool has a limit as it takes server disc.&lt;/P&gt;&lt;P&gt;i hope i have explored little more.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 15:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-sap-script-using-abap-webdynpro/m-p/12195142#M1981193</guid>
      <dc:creator>Viveknin</dc:creator>
      <dc:date>2020-05-06T15:55:01Z</dc:date>
    </item>
  </channel>
</rss>

