<?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 Question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-question/m-p/903479#M55661</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;I have a simple question, Yet I am struggling with it &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a text element and a logo.&lt;/P&gt;&lt;P&gt;I need to place the text element and logo next to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In simple terms I wanna place to two standard texts side by side&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one which holds caption and other which holds logo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to put them only in MAIN window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Statement 1 which prints some text.&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;tesxt1&amp;amp; OBJECT TEXT ID ADRS LANGUAGE &amp;amp;SY-LANGU&amp;amp; PARAGRAPH &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;statement 2 which prints logo&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;logo&amp;amp; OBJECT TEXT ID ADRS LANGUAGE &amp;amp;SY-LANGU&amp;amp; PARAGRAPH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanna  print both the statements on the same line Is this possible?&lt;/P&gt;&lt;P&gt;Any ideas would be very much appreciated.&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;Martin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 May 2005 13:46:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-27T13:46:38Z</dc:date>
    <item>
      <title>SAP SCRIPT Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-question/m-p/903479#M55661</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;I have a simple question, Yet I am struggling with it &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a text element and a logo.&lt;/P&gt;&lt;P&gt;I need to place the text element and logo next to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In simple terms I wanna place to two standard texts side by side&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one which holds caption and other which holds logo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to put them only in MAIN window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Statement 1 which prints some text.&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;tesxt1&amp;amp; OBJECT TEXT ID ADRS LANGUAGE &amp;amp;SY-LANGU&amp;amp; PARAGRAPH &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;statement 2 which prints logo&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;logo&amp;amp; OBJECT TEXT ID ADRS LANGUAGE &amp;amp;SY-LANGU&amp;amp; PARAGRAPH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanna  print both the statements on the same line Is this possible?&lt;/P&gt;&lt;P&gt;Any ideas would be very much appreciated.&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;Martin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2005 13:46:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-question/m-p/903479#M55661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-27T13:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SCRIPT Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-question/m-p/903480#M55662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right: The question is simple, but it does highlight some of the limitations of SAPScript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you COULD try (although I am not sure it would be the right thing), is to set up your Main window to use 2 columns; in the Page Windows view in SE71, you can try add another Main window (which allows for newspaper-style columns) - double click Main, and you will see next to Window Type, there is a field specifying the column number. The trick of course, would be to get the second text object to overflow to the next main window at the right time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What will you be using this SAPscript for? Is it an output for a document, like a Sales Order? If not, I would recommend you look into something like Dynamic Documents (using HTML), the documentation for which you will find under SAP Web Application Server -&amp;gt; Controls and Control Framework -&amp;gt; Dynamic Documents (depending on your release, of course).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2005 14:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-question/m-p/903480#M55662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-27T14:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAP SCRIPT Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-question/m-p/903481#M55663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin &amp;amp; Martin   &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I agree with you. The solution I found for some SAPscripts that have logo&amp;amp;text is to build separate windows (not necessarily both of them have to be MAIN: one or both of them can be VAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps. BR,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2005 15:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-question/m-p/903481#M55663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-27T15:22:20Z</dc:date>
    </item>
  </channel>
</rss>

