<?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 write text into SAPSCRIPT box? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-text-into-sapscript-box/m-p/1146449#M116318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bernard,&lt;/P&gt;&lt;P&gt; cud u please specify wat s the problem that u r facing wen writing the text??is it the alignment problem or something else???&lt;/P&gt;&lt;P&gt;to write texts within a box, u need to c the positions carefully and format the spacings accordingly to fit it within the box exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can extend the editor line for control commands longer then a line using ( Shift + F8).&lt;/P&gt;&lt;P&gt;Pl Acknowledge if it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jan 2006 07:50:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-09T07:50:08Z</dc:date>
    <item>
      <title>How to write text into SAPSCRIPT box?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-text-into-sapscript-box/m-p/1146448#M116317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again to everyone! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I'm trying to write some text (let's say for example i want to write "Budget") into the box i have just created:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
BOX YPOS '9.4'CM XPOS '5.0'CM WIDTH '2.5'CM HEIGHT '0.7'CM FRAME 1 TW
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I've read through some of the earlier threads and i still don't quite understand the examples that were given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also like to know if it is possible to write long control commands that take up more than 1 line? I've been trying to figure out a way to do so but no success, i've even tried using = and &amp;lt;blank&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 07:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-text-into-sapscript-box/m-p/1146448#M116317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T07:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to write text into SAPSCRIPT box?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-text-into-sapscript-box/m-p/1146449#M116318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bernard,&lt;/P&gt;&lt;P&gt; cud u please specify wat s the problem that u r facing wen writing the text??is it the alignment problem or something else???&lt;/P&gt;&lt;P&gt;to write texts within a box, u need to c the positions carefully and format the spacings accordingly to fit it within the box exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can extend the editor line for control commands longer then a line using ( Shift + F8).&lt;/P&gt;&lt;P&gt;Pl Acknowledge if it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 07:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-text-into-sapscript-box/m-p/1146449#M116318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T07:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to write text into SAPSCRIPT box?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-text-into-sapscript-box/m-p/1146450#M116319</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;Look at the example ...............&lt;/P&gt;&lt;P&gt;***************************&lt;/P&gt;&lt;P&gt;/*   BEGIN OF CHANGE LDEEPAK 09/12/2005.&lt;/P&gt;&lt;P&gt;/:   IF &amp;amp;VBDKR-VBTYP&amp;amp; = 'O' OR &amp;amp;VBDKR-VBTYP&amp;amp; = 'S' OR &amp;amp;VBDKR-VBTYP&amp;amp; = '6'.&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '0.0' CM WIDTH '25.4' CM HEIGHT '0.85' CM FRAME 4 TW&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '0' CM XPOS '4.4'CM WIDTH '0'CM HEIGHT '0.85'CM FRAME 4 TW&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '0' CM XPOS '8.35'CM WIDTH '0'CM HEIGHT '0.85'CM FRAME 4 TW&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '0' CM XPOS '11.6'CM WIDTH '0'CM HEIGHT '0.85'CM FRAME 4 TW&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '0' CM XPOS '19.65'CM WIDTH '0'CM HEIGHT '0.85'CM FRAME 4 TW&lt;/P&gt;&lt;P&gt;B     &amp;lt;K&amp;gt;CUSTOMER NO.&amp;lt;/&amp;gt;            &amp;lt;K&amp;gt; CONTRACT NO. / SALES ORDER NO.&amp;lt;/&amp;gt;&lt;/P&gt;&lt;P&gt;=     &amp;lt;K&amp;gt;  ORIGINAL INVOICE NO.&amp;lt;/&amp;gt;  ,,&amp;lt;K&amp;gt;  CUSTOMER PO.&amp;lt;/&amp;gt;&lt;/P&gt;&lt;P&gt;=                               ,,,,&amp;lt;K&amp;gt;TERMS&amp;lt;/&amp;gt;&lt;/P&gt;&lt;P&gt;***********************************&lt;/P&gt;&lt;P&gt;Here you can find the texts which i had given in my box's.&lt;/P&gt;&lt;P&gt;You need to create your own Charecter formats nad go a head.&lt;/P&gt;&lt;P&gt;I hopw this will helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;If this helps you reward with points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 07:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-text-into-sapscript-box/m-p/1146450#M116319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T07:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to write text into SAPSCRIPT box?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-text-into-sapscript-box/m-p/1146451#M116320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wat are the settings that i would need to do for 'K' in character formats?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 07:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-text-into-sapscript-box/m-p/1146451#M116320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T07:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to write text into SAPSCRIPT box?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-text-into-sapscript-box/m-p/1146452#M116321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the tip on using SHIFT+F8...real handy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 08:01:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-text-into-sapscript-box/m-p/1146452#M116321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T08:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to write text into SAPSCRIPT box?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-text-into-sapscript-box/m-p/1146453#M116322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it ok...i managed to figure it out myself...thanks to you... points are rewarded...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thread is closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 08:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-write-text-into-sapscript-box/m-p/1146453#M116322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T08:23:07Z</dc:date>
    </item>
  </channel>
</rss>

