<?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: Two Paragrapha in One Line - SAP SCripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-paragrapha-in-one-line-sap-scripts/m-p/930206#M60654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am doing is calling two different text elements viz: ITEM_LINE_3F and ITEM_CONDITIONS_UNIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are refering to standard SAP Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are called at different places.&lt;/P&gt;&lt;P&gt;The flow in SAP is not sequential so I can not place one below the other. It doesnot matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the content returned through each of htese text element is to be printed in one line. Thats what my issue is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am printing line items aafter calling ITEM_LINE_3F.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The gross amount of the item is retrived from KOMVD-KBETR by calling ht e text element ITEM_CONDITIONS_UNIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the standard SAP layout, the gross is printed at the below the line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to print it in line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I have explained the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help wud be appretiated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2005 09:24:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-30T09:24:55Z</dc:date>
    <item>
      <title>Two Paragrapha in One Line - SAP SCripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-paragrapha-in-one-line-sap-scripts/m-p/930203#M60651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have defined two paragraphs in SAP Scripts P1 and P2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am printing the content using P1 - All is fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am printing some content using P2 but its coming on the next line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is print both the content in one line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me out??&lt;/P&gt;&lt;P&gt;Thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 08:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-paragrapha-in-one-line-sap-scripts/m-p/930203#M60651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-30T08:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Two Paragrapha in One Line - SAP SCripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-paragrapha-in-one-line-sap-scripts/m-p/930204#M60652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot have more than one paragraph for a line. But if you are looking for formating the character (e.g. Bold, underline etc), you can achieve it using character format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise create two windows and keep it in the same line and in the first window you can have format P1 and in the other one P2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 09:04:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-paragrapha-in-one-line-sap-scripts/m-p/930204#M60652</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-08-30T09:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Two Paragrapha in One Line - SAP SCripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-paragrapha-in-one-line-sap-scripts/m-p/930205#M60653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's strange to use two differen paragraph in the same line. Why do you want to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the difference is the type of character, you can define the character (as that used by your P2 paragraph):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P1| My P1 paragraph and &amp;lt;P2&amp;gt; my character P2&amp;lt;/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 09:08:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-paragrapha-in-one-line-sap-scripts/m-p/930205#M60653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-30T09:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Two Paragrapha in One Line - SAP SCripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-paragrapha-in-one-line-sap-scripts/m-p/930206#M60654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am doing is calling two different text elements viz: ITEM_LINE_3F and ITEM_CONDITIONS_UNIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are refering to standard SAP Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are called at different places.&lt;/P&gt;&lt;P&gt;The flow in SAP is not sequential so I can not place one below the other. It doesnot matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the content returned through each of htese text element is to be printed in one line. Thats what my issue is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am printing line items aafter calling ITEM_LINE_3F.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The gross amount of the item is retrived from KOMVD-KBETR by calling ht e text element ITEM_CONDITIONS_UNIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the standard SAP layout, the gross is printed at the below the line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to print it in line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I have explained the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help wud be appretiated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 09:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-paragrapha-in-one-line-sap-scripts/m-p/930206#M60654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-30T09:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Two Paragrapha in One Line - SAP SCripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-paragrapha-in-one-line-sap-scripts/m-p/930207#M60655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using MEDRUCK or its copy?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway if you want to write two text element in same line, insert '=' in tag colunm of the second text element:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/E| ITEM_CONDITIONS_UNIT&lt;/P&gt;&lt;P&gt;= |,,&amp;amp;KOMVD-VTEXT(16)&amp;amp;,,&amp;amp;KOMVD-KBETR&amp;amp;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the system write this second line using the parameter of first text element (ITEM_LINE_3F).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 09:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-paragrapha-in-one-line-sap-scripts/m-p/930207#M60655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-30T09:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Two Paragrapha in One Line - SAP SCripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-paragrapha-in-one-line-sap-scripts/m-p/930208#M60656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can copy what ever under the first text element to the second text elements and then call the second one only. But make sure that you are using this logic in the text element which is called second. Also make sure to disable the first text element.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 09:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-paragrapha-in-one-line-sap-scripts/m-p/930208#M60656</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-08-30T09:54:04Z</dc:date>
    </item>
  </channel>
</rss>

