<?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: How to Replace Hardcoding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-hardcoding/m-p/2089290#M434193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sree Ram,&lt;/P&gt;&lt;P&gt;assign the spool number to the variable u have declared already, L_SPOOLNO. and convert it to the PDF or whatever u want.&lt;/P&gt;&lt;P&gt;or else, u can go for Parameters for single spool request generation, Select-options for more spool requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sujatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 06:09:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-16T06:09:22Z</dc:date>
    <item>
      <title>How to Replace Hardcoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-hardcoding/m-p/2089287#M434190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks&lt;/P&gt;&lt;P&gt;   My requirement is : I have to send the script output as PDF attachment to several users.&lt;/P&gt;&lt;P&gt;I got the required thing but that is achieving only by hard coding the spool number as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: l_spoolno LIKE tsp01-rqident VALUE '0000024884'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Afterwards i am converting this spool to pdf and attaching the pdf to the mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to remove this hard coding now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please suggest me how i can do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Points are assured for needful answers.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 06:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-hardcoding/m-p/2089287#M434190</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-04-16T06:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Replace Hardcoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-hardcoding/m-p/2089288#M434191</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;well, use parameters or select-options...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 06:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-hardcoding/m-p/2089288#M434191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T06:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Replace Hardcoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-hardcoding/m-p/2089289#M434192</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;We generally use constants in these cases..!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;constants : c_spool type tsp01-rqident value '0000024884'.&lt;/P&gt;&lt;P&gt;DATA: l_spoolno LIKE tsp01-rqident VALUE c_spool.&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 06:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-hardcoding/m-p/2089289#M434192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T06:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Replace Hardcoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-hardcoding/m-p/2089290#M434193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sree Ram,&lt;/P&gt;&lt;P&gt;assign the spool number to the variable u have declared already, L_SPOOLNO. and convert it to the PDF or whatever u want.&lt;/P&gt;&lt;P&gt;or else, u can go for Parameters for single spool request generation, Select-options for more spool requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sujatha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 06:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-hardcoding/m-p/2089290#M434193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T06:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Replace Hardcoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-hardcoding/m-p/2089291#M434194</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 have to get the spool number, and that is: SY-SPONO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 06:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-hardcoding/m-p/2089291#M434194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T06:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Replace Hardcoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-hardcoding/m-p/2089292#M434195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;if u r passing  spool number as string then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;create a goto --&amp;gt; text element --&amp;gt;text symbol &lt;/P&gt;&lt;P&gt;create a text symbol&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use that text symbol as following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DATA: l_spoolno LIKE tsp01-rqident VALUE  text &amp;lt;text synmbol&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 06:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-hardcoding/m-p/2089292#M434195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T06:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Replace Hardcoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-hardcoding/m-p/2089293#M434196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 07:31:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replace-hardcoding/m-p/2089293#M434196</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-22T07:31:05Z</dc:date>
    </item>
  </channel>
</rss>

