<?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 SAP Script - Formatting Line in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-formatting-line/m-p/2526391#M572387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a classical ABAP report we make use of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;write:/20 'Text'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to print text from the 20th column. Can we do something similar in a SAP Script Page Window. I have a box and lines drawn. Now I want the text to start exactly after the vertical line(column). Is there a way to do in SAP Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abdullah.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Jul 2007 12:18:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-07T12:18:08Z</dc:date>
    <item>
      <title>SAP Script - Formatting Line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-formatting-line/m-p/2526391#M572387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a classical ABAP report we make use of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;write:/20 'Text'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to print text from the 20th column. Can we do something similar in a SAP Script Page Window. I have a box and lines drawn. Now I want the text to start exactly after the vertical line(column). Is there a way to do in SAP Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abdullah.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2007 12:18:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-formatting-line/m-p/2526391#M572387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-07T12:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script - Formatting Line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-formatting-line/m-p/2526392#M572388</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 can do one thing. you can straight away write the field&lt;/P&gt;&lt;P&gt;&amp;amp;BSEG-SGTXT&amp;amp;&lt;/P&gt;&lt;P&gt;in two lines straight with offset.&lt;/P&gt;&lt;P&gt;in the first line T1 &amp;amp;BSEG-SGTXT+0(25)&amp;amp;&lt;/P&gt;&lt;P&gt;In second line T1 &amp;amp;BSEG-SGTXT+25(25)&amp;amp;&lt;/P&gt;&lt;P&gt;first write like this and see, is it printing or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2007 12:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-formatting-line/m-p/2526392#M572388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-07T12:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script - Formatting Line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-formatting-line/m-p/2526393#M572389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It takes the characters from using the offset and displays it. I dont want to print a few characters of the fields. I want to position them on my form so that they are displayed in the correct places. &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abdullah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2007 13:03:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-formatting-line/m-p/2526393#M572389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-07T13:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script - Formatting Line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-formatting-line/m-p/2526394#M572390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You must use paragraph formats tabs configuration.&lt;/P&gt;&lt;P&gt;You make a paragraph format with a tabulation (that you can measure in characters, CM, inches...) that outputs your text wherever you want on the line.&lt;/P&gt;&lt;P&gt;then in your window,put your text with this format (let's assume its name is PF)&lt;/P&gt;&lt;P&gt;on the classical editor, tabs are represented by ",," (double comma).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2007 14:20:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-formatting-line/m-p/2526394#M572390</guid>
      <dc:creator>younes_bouaouad</dc:creator>
      <dc:date>2007-07-07T14:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script - Formatting Line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-formatting-line/m-p/2526395#M572391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a haracter/paragraph format as per the requirement and provide the Tab settings in in.&lt;/P&gt;&lt;P&gt;e.g. Tab 1  Position 20.&lt;/P&gt;&lt;P&gt;Use that format on your tesxt.&lt;/P&gt;&lt;P&gt;Refer the links to know in details -&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRFORM/BCSRVSCRFORM.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRFORM/BCSRVSCRFORM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBERG/BCDWBERG.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBERG/BCDWBERG.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRPROG/BCSRVSCRPROG.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRPROG/BCSRVSCRPROG.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRRDI/BCSRVSCRRDI.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRRDI/BCSRVSCRRDI.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2007 14:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-formatting-line/m-p/2526395#M572391</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-07-07T14:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script - Formatting Line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-formatting-line/m-p/2526396#M572392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Paragraph format in SE71 Transaction,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you can able to see Tab position ,give first tab would be 20 char alignment would be Left or right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need design the box ,then i am giving simple example below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POSITION WINDOW                                &lt;/P&gt;&lt;P&gt; BOX WIDTH '74' CH HEIGHT '36.5' LN FRAME 10 TW &lt;/P&gt;&lt;P&gt; POSITION WINDOW                                &lt;/P&gt;&lt;P&gt; BOX WIDTH '74' CH HEIGHT '3.1' LN FRAME 10 TW INTENSITY 10   &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '0.9' CM                                    &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '3.0' CM                                    &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '5.0' CM                                    &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '7.2' CM                                    &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '8.3' CM                                    &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '9.5' CM                                    &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '12.0' CM                                   &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '14.5' CM                                   &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '17.0' CM                                   &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; POSITION XORIGIN '19.7' CM                                   &lt;/P&gt;&lt;P&gt; BOX WIDTH 0 CM HEIGHT '36.5' LN FRAME 10 TW                  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2007 14:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-formatting-line/m-p/2526396#M572392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-07T14:41:30Z</dc:date>
    </item>
  </channel>
</rss>

