<?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 text positionning in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-text-positionning/m-p/1001986#M76697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As per my knowledge there is no command like what you said as we do for frames.&lt;/P&gt;&lt;P&gt;For Text's in X co-ordinates we must define the Tabs for align the text to fit in the box.&lt;/P&gt;&lt;P&gt;And in Y co-ordinates we can use the Super-script and Sub-script options when defigning the Character format.&lt;/P&gt;&lt;P&gt;Code as follows:&lt;/P&gt;&lt;P&gt;/: &amp;lt;K&amp;gt;LINE ITEM&amp;lt;/&amp;gt;.......&lt;/P&gt;&lt;P&gt;K is character format.&lt;/P&gt;&lt;P&gt;&lt;SUB&gt;CHEERS&lt;/SUB&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Sep 2005 10:49:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-27T10:49:14Z</dc:date>
    <item>
      <title>Sapscript text positionning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-text-positionning/m-p/1001982#M76693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Related to Sapscipts :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like the command line "Box" (here below), does an instruction exists to specify a position for a text.&lt;/P&gt;&lt;P&gt;/:   BOX XPOS '2' CM YPOS '5' CM FRAME 10 TW WIDTH '7.5' CM HEIGHT '0' CM  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, is it possible to specify a text for the box (by this way we have the text value displayed inside the box drawned) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;I'am dreaming ?&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Already thank's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 10:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-text-positionning/m-p/1001982#M76693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-27T10:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript text positionning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-text-positionning/m-p/1001983#M76694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The texts are displayed based on the paragraph formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Svetlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 10:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-text-positionning/m-p/1001983#M76694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-27T10:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript text positionning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-text-positionning/m-p/1001984#M76695</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;  BOX WIDTH 182 MM HEIGHT 135 MM FRAME 15 TW&lt;/P&gt;&lt;P&gt;  BOX WIDTH 182 MM HEIGHT 6 MM FRAME 15 TW INTENSITY 12&lt;/P&gt;&lt;P&gt;  POSITION XORIGIN '&lt;EM&gt;0.00' MM YORIGIN '&lt;/EM&gt;6.00' MM&lt;/P&gt;&lt;P&gt;  POSITION XORIGIN '+7.00' CH YORIGIN '-6.00' MM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOX WIDTH 0 CH HEIGHT 135 MM FRAME 15 TW&lt;/P&gt;&lt;P&gt;POSITION XORIGIN '&lt;EM&gt;28.00' CH YORIGIN '&lt;/EM&gt;0.00' MM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,,CANTIDAD/QTY.,,DESCRIPCION/DESCRIPTION,,&lt;/P&gt;&lt;P&gt;then it will come automically under the box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 10:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-text-positionning/m-p/1001984#M76695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-27T10:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript text positionning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-text-positionning/m-p/1001985#M76696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Specify the text first using the paragraph formats by using the default paragraph or creating a new paragraph element. The draw the box using the BOX command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 10:37:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-text-positionning/m-p/1001985#M76696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-27T10:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript text positionning</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-text-positionning/m-p/1001986#M76697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As per my knowledge there is no command like what you said as we do for frames.&lt;/P&gt;&lt;P&gt;For Text's in X co-ordinates we must define the Tabs for align the text to fit in the box.&lt;/P&gt;&lt;P&gt;And in Y co-ordinates we can use the Super-script and Sub-script options when defigning the Character format.&lt;/P&gt;&lt;P&gt;Code as follows:&lt;/P&gt;&lt;P&gt;/: &amp;lt;K&amp;gt;LINE ITEM&amp;lt;/&amp;gt;.......&lt;/P&gt;&lt;P&gt;K is character format.&lt;/P&gt;&lt;P&gt;&lt;SUB&gt;CHEERS&lt;/SUB&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2005 10:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-text-positionning/m-p/1001986#M76697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-27T10:49:14Z</dc:date>
    </item>
  </channel>
</rss>

