<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2001176#M407341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Tline field length is of 132 char.&lt;/P&gt;&lt;P&gt;If you wants to print as per your req:&lt;/P&gt;&lt;P&gt;Concatenate the Texts into single line.&lt;/P&gt;&lt;P&gt;Declare a var of length  say 132 char.&lt;/P&gt;&lt;P&gt;Read tline index 1 . put in v_var.&lt;/P&gt;&lt;P&gt;Read tline index 2.  put in v_var1.&lt;/P&gt;&lt;P&gt;Concatenate  v_var and V-var1+0(20) into  v_field.&lt;/P&gt;&lt;P&gt;concatenate  v_var1+20(30) and next line (3rd)  into some other field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understood.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2007 05:44:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-09T05:44:26Z</dc:date>
    <item>
      <title>Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2001174#M407339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm retrieving text using function module READ_TEXT &amp;amp; the text is coming in internal table that has the structure as TLINE. now i want to display the text in my script but the problem is that the text is not coming in full line of the script rather it's appaering as paragraph limited to characters less than the line size of script.&lt;/P&gt;&lt;P&gt;To be more clear  I'll give the example as:&lt;/P&gt;&lt;P&gt;In script it's coming as&lt;/P&gt;&lt;P&gt;ABCDE ABCDE ABCDE ABDCDE ABCDE &lt;/P&gt;&lt;P&gt;ABCDE ABCDE ABCDE ABDCDE ABCDE&lt;/P&gt;&lt;P&gt;ABCDE ABCDE ABCDE ABDCDE ABCDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want it appear as follows:&lt;/P&gt;&lt;P&gt;ABCDE ABCDE ABCDE ABDCDE ABCDE ABCDE ABCDE ABCDE ABDCDE ABCDE ABCDE ABCDE ABCDE ABDCDE ABCDE ABCDE ABCDE ABCDE &lt;/P&gt;&lt;P&gt;Hope I'm clear in explaining my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward to your replies.&lt;/P&gt;&lt;P&gt;Helpful answers will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sipra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 05:39:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2001174#M407339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T05:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2001175#M407340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check ur default paragraph setting... and the window width u r printing....it may be too short to hold all the data in a line... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sai ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 05:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2001175#M407340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T05:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2001176#M407341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Tline field length is of 132 char.&lt;/P&gt;&lt;P&gt;If you wants to print as per your req:&lt;/P&gt;&lt;P&gt;Concatenate the Texts into single line.&lt;/P&gt;&lt;P&gt;Declare a var of length  say 132 char.&lt;/P&gt;&lt;P&gt;Read tline index 1 . put in v_var.&lt;/P&gt;&lt;P&gt;Read tline index 2.  put in v_var1.&lt;/P&gt;&lt;P&gt;Concatenate  v_var and V-var1+0(20) into  v_field.&lt;/P&gt;&lt;P&gt;concatenate  v_var1+20(30) and next line (3rd)  into some other field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understood.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 05:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2001176#M407341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T05:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2001177#M407342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;two things may be there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your tline like table you are appending the text like that so it is coming by this way if it is so. then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : text(240),&lt;/P&gt;&lt;P&gt;         text1(80).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at tline.&lt;/P&gt;&lt;P&gt;text1 = tline-tdline.&lt;/P&gt;&lt;P&gt;concatenate text text1 into text.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in script just pass &amp;amp;text&amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your window size is not enough to hold the value increase that in some cases it may show the blank area in the page but your window size may not be big enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 05:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2001177#M407342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T05:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2001178#M407343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx all in contributing towards solving my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sipra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 06:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/2001178#M407343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T06:38:34Z</dc:date>
    </item>
  </channel>
</rss>

