<?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: sapscript-address in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-address/m-p/1808828#M346950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;  In sapscript there is a window for graphics , which is basically used to add pictures / logos to your script. You can create one window and then add the banks logo to it. One more thing first you  must upload the logo in your sytsem ,,then only you will be able to add it to your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the address is concerned , you can either use the address command or print it directly as you print other stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Dec 2006 07:16:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-14T07:16:11Z</dc:date>
    <item>
      <title>sapscript-address</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-address/m-p/1808827#M346949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!&lt;/P&gt;&lt;P&gt;I am designing cheque in sapscript. And I need to put bank logo and address. How I will do that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pLz suggest me something&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 06:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-address/m-p/1808827#M346949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T06:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript-address</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-address/m-p/1808828#M346950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;  In sapscript there is a window for graphics , which is basically used to add pictures / logos to your script. You can create one window and then add the banks logo to it. One more thing first you  must upload the logo in your sytsem ,,then only you will be able to add it to your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the address is concerned , you can either use the address command or print it directly as you print other stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 07:16:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-address/m-p/1808828#M346950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T07:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript-address</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-address/m-p/1808829#M346951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi For logo&lt;/P&gt;&lt;P&gt;Create window.&lt;/P&gt;&lt;P&gt;go to program RSTXLDMC  and execute.&lt;/P&gt;&lt;P&gt;There you give file path of your logo which you saved(make sure it is in .tiff or BMP  format)&lt;/P&gt;&lt;P&gt;and select BCOL and save and activate.&lt;/P&gt;&lt;P&gt;come to the script and in menu bar search for insert option.Here you can click and it will automatically write insert code and it will insert logo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For address &lt;/P&gt;&lt;P&gt;create paragraph formats first ..and in text elements &lt;/P&gt;&lt;P&gt;select paragraph format and write /:ADDRESS &lt;/P&gt;&lt;P&gt;P(paragraph format)and whatever address you want&lt;/P&gt;&lt;P&gt;/:ENDADDRESS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 07:21:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-address/m-p/1808829#M346951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T07:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript-address</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-address/m-p/1808830#M346952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;In script we dont ve a specific window for address.,&lt;/P&gt;&lt;P&gt;We can ve the address in ordinary window.&lt;/P&gt;&lt;P&gt;To insert logo,&lt;/P&gt;&lt;P&gt;    Go to text editor,&lt;/P&gt;&lt;P&gt;     In menu select insert-&amp;gt;graphics,&lt;/P&gt;&lt;P&gt;     select the name of the picture or logo &amp;amp; press enter.&lt;/P&gt;&lt;P&gt;     U can get the logo in ur widow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 07:27:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-address/m-p/1808830#M346952</guid>
      <dc:creator>former_member842213</dc:creator>
      <dc:date>2006-12-14T07:27:15Z</dc:date>
    </item>
  </channel>
</rss>

