<?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: a problem about WRITE statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-about-write-statement/m-p/2533856#M574841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you check whether Is it because of the line-size ? &lt;/P&gt;&lt;P&gt;What is the LINE-SIZE of your report ? &lt;/P&gt;&lt;P&gt;Please increased the LINE-SIZE and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;A.Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jul 2007 05:00:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-17T05:00:44Z</dc:date>
    <item>
      <title>a problem about WRITE statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-about-write-statement/m-p/2533855#M574840</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 want to use the WRITE statement in the program.But when I write it ,the result doesn't show all in the screen . It only shows a part of the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSFORMATION id&lt;/P&gt;&lt;P&gt;  SOURCE root1 = source1&lt;/P&gt;&lt;P&gt;         root2 = source2&lt;/P&gt;&lt;P&gt;  RESULT XML xml_string.&lt;/P&gt;&lt;P&gt;  WRITE  XML xml_string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q: I want to show all the result , so what can i do now ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write /5(108) XML xml_string.&lt;/P&gt;&lt;P&gt;what about the rest how to do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;P&gt;Nick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 02:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-about-write-statement/m-p/2533855#M574840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T02:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: a problem about WRITE statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-about-write-statement/m-p/2533856#M574841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you check whether Is it because of the line-size ? &lt;/P&gt;&lt;P&gt;What is the LINE-SIZE of your report ? &lt;/P&gt;&lt;P&gt;Please increased the LINE-SIZE and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;A.Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 05:00:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-about-write-statement/m-p/2533856#M574841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T05:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: a problem about WRITE statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-about-write-statement/m-p/2533857#M574842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;write /5(108) XML xml_string&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;The above statement says that starting from 5th character write 108 characters of the string.&lt;/P&gt;&lt;P&gt;If the string is bigger that this in size, then complete text will not be displayed.&lt;/P&gt;&lt;P&gt;If the string is more in length, then u shud remove this 108 specification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 05:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-about-write-statement/m-p/2533857#M574842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T05:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: a problem about WRITE statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-about-write-statement/m-p/2533858#M574843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;One more way may help you,&lt;/P&gt;&lt;P&gt;break the string into pieces and show on screen.&lt;/P&gt;&lt;P&gt;like str&lt;EM&gt;0(10) then str11&lt;/EM&gt;(10) ........&lt;/P&gt;&lt;P&gt;Reward if useful@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 05:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-problem-about-write-statement/m-p/2533858#M574843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T05:10:01Z</dc:date>
    </item>
  </channel>
</rss>

