<?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 problem in reading BOM text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-reading-bom-text/m-p/9290229#M1725084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the problem in the reading BOM text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the FM read_text &lt;BR /&gt;and getting 40 character for each line…I am appending 40 character same&lt;BR /&gt;as of getting from CS03 to internal table and displaying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the change editor of the CS03 characters are 64&lt;BR /&gt;character, but in internal table I am getting 40 character line. My user want&lt;BR /&gt;the text to be displayed each 64 character line in the final output. How can I get&lt;BR /&gt;the change editor text(64 character) in the internal table or how can I concatenate&lt;BR /&gt;40 lines to 64 lines and same next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;udupi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2013 19:29:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-11T19:29:39Z</dc:date>
    <item>
      <title>problem in reading BOM text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-reading-bom-text/m-p/9290229#M1725084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the problem in the reading BOM text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the FM read_text &lt;BR /&gt;and getting 40 character for each line…I am appending 40 character same&lt;BR /&gt;as of getting from CS03 to internal table and displaying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the change editor of the CS03 characters are 64&lt;BR /&gt;character, but in internal table I am getting 40 character line. My user want&lt;BR /&gt;the text to be displayed each 64 character line in the final output. How can I get&lt;BR /&gt;the change editor text(64 character) in the internal table or how can I concatenate&lt;BR /&gt;40 lines to 64 lines and same next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;udupi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 19:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-reading-bom-text/m-p/9290229#M1725084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-11T19:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem in reading BOM text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-reading-bom-text/m-p/9290230#M1725085</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;You can try the following :&lt;/P&gt;&lt;P&gt;First using your read text FM concatenate the text into a character field of length 1024.&lt;/P&gt;&lt;P&gt;then pass this text into FM TR_SPLIT_TEXT with line length as 64 as one of the input parameters.&lt;/P&gt;&lt;P&gt;This FM will return your text with 64 chars per line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Neil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 05:25:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-reading-bom-text/m-p/9290230#M1725085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-12T05:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: problem in reading BOM text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-reading-bom-text/m-p/9290231#M1725086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But my problem in internal table i will get 3 to 4 separate paragraph, but in the SAP Script change editor 2 paragraph is there... i am not able to to distingbuish bwtween paragraph.... there is any method can we pull the 64 character SAP Script editor from READ_TEXT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 07:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-reading-bom-text/m-p/9290231#M1725086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-12T07:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: problem in reading BOM text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-reading-bom-text/m-p/9290232#M1725087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you see displayed in the BOM is how it is rendered by the editor in display mode.As you may be aware the actual text is stored in tables STXH/STXT.When using read_text it retrieves the text from these tables but will not render it the same as the screen display. &lt;/P&gt;&lt;P&gt;So i dont think you will be able to retrieve it and display it exactly as you see in online mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 22:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-reading-bom-text/m-p/9290232#M1725087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-12T22:26:38Z</dc:date>
    </item>
  </channel>
</rss>

