<?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 paragraph format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-paragraph-format/m-p/1706190#M309304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u save and activate again and if you are using in differnt client and testing in different client,&lt;/P&gt;&lt;P&gt;u need to copy again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Nov 2006 11:22:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-07T11:22:49Z</dc:date>
    <item>
      <title>SAPScript paragraph format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-paragraph-format/m-p/1706189#M309303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement in sapscript to display text as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ITEM     MATERIAL      UNIT
10       123456        1KG
         &amp;lt;b&amp;gt;Material 123456&amp;lt;/b&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously the Header text "Material 123456" needed to be display parallel with the column MATERIAL. FYI, im using code below in SAPScript to display my Header text:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;INCLUDE &amp;amp;T166K-TXNAM&amp;amp; OBJECT &amp;amp;T166K-TDOBJECT&amp;amp; ID &amp;amp;T166K-TDID&amp;amp; LANGUAGE &amp;amp;EKKO-SPRAS&amp;amp; PARAGRAPH A1&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what i did was, for paragraph A1, under option "Outline" i put &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;6 Char&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; for "Number margin". Where 6th position is the start position for Header text "Material 123456".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after all the above, it doesn't work as expected because the Header text still display at position 1 from the window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could u pls advice on what went wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 11:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-paragraph-format/m-p/1706189#M309303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T11:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript paragraph format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-paragraph-format/m-p/1706190#M309304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u save and activate again and if you are using in differnt client and testing in different client,&lt;/P&gt;&lt;P&gt;u need to copy again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 11:22:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-paragraph-format/m-p/1706190#M309304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T11:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript paragraph format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-paragraph-format/m-p/1706191#M309305</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;My understanding is that you are using a standard text to print the header&lt;/P&gt;&lt;P&gt;i.e ITEM MATERIAL UNIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you using any paragaram format in this standard text to print this header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should be like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p1  ITEM,,MATERIAL,,UNIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;base on the tab option of paragram p1 the header will be display as per the requiremnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And to print the 'Material 123456' u have to use the another paragram format as bleow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p2  ,,Material 123456(or any thing as required)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the tabs should be same for both the parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 11:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-paragraph-format/m-p/1706191#M309305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T11:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript paragraph format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-paragraph-format/m-p/1706192#M309306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI, i can not use TAB function for the text display because im using the standard text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;INCLUDE &amp;amp;T166K-TXNAM&amp;amp; OBJECT &amp;amp;T166K-TDOBJECT&amp;amp; ID &amp;amp;T166K-TDID&amp;amp; LANGUAGE &amp;amp;EKKO-SPRAS&amp;amp; PARAGRAPH A1&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the paragraph is &amp;lt;b&amp;gt;A1&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please comment how can i display the standard text start from position 6, but not position 1(as always defaulted by system).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 11:35:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-paragraph-format/m-p/1706192#M309306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T11:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript paragraph format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-paragraph-format/m-p/1706193#M309307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the tabs for the Paragraph format and give the length for the Header text after how many characters or cm is to be dispalyed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg &lt;/P&gt;&lt;P&gt;In Tab specify 6 cm for the Paragraph format P1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 11:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-paragraph-format/m-p/1706193#M309307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T11:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript paragraph format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-paragraph-format/m-p/1706194#M309308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set this paragraph format to print in the center or watever position u want..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 11:40:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-paragraph-format/m-p/1706194#M309308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T11:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript paragraph format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-paragraph-format/m-p/1706195#M309309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kishan negi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. As what i explained, i did set the paragraph A1 as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;for paragraph A1, under option "Outline" i put &lt;/P&gt;&lt;P&gt;6 Char for "Number margin".&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 11:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-paragraph-format/m-p/1706195#M309309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T11:43:26Z</dc:date>
    </item>
  </channel>
</rss>

