<?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: Text printing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-printing/m-p/3037168#M718588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if a understood you correctly you want to change &lt;/P&gt;&lt;P&gt;the sentence 'Made in India' into 'Made in America'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you have a problem with finding this sentence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can solve it via &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at rt_lines into rs_line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where rs_line-sentence CS 'INDIA'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rs_line-sentence = 'MADE IN AMERICA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update rt_line from rs_line transporting sentence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Nov 2007 09:49:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-06T09:49:25Z</dc:date>
    <item>
      <title>Text printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-printing/m-p/3037167#M718587</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;Hi I am facing one problem regarding the fetching of texts in my standard program the code has been written like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      import tline to rt_lines&lt;/P&gt;&lt;P&gt;  from database stxl(tx)&lt;/P&gt;&lt;P&gt;       client   rt_client&lt;/P&gt;&lt;P&gt;       id       stxl_id&lt;/P&gt;&lt;P&gt;       IGNORING CONVERSION ERRORS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debugging once if i press F5 button at  the above piece of code the rt_lines is populating with 6 records as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149;	 *   |#ord#              &lt;/P&gt;&lt;P&gt;&amp;#149;	*       |#cust#   &lt;/P&gt;&lt;P&gt;&amp;#149;	  .&lt;/P&gt;&lt;P&gt;&amp;#149;	  .&lt;/P&gt;&lt;P&gt;&amp;#149;	  MADE IN INDIA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I want to check from where the internal table rt_lines is picking MADE IN INDIA. As per requirement I need to change that made in India to made in America only for MY set up so I want to check from which table that 'made in India' is coming or where it is maintained at the transaction level. I have checked stxl stxh also but that made in India was not there in those tables. Please guide me in this I will give points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 07:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-printing/m-p/3037167#M718587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T07:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Text printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-printing/m-p/3037168#M718588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if a understood you correctly you want to change &lt;/P&gt;&lt;P&gt;the sentence 'Made in India' into 'Made in America'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you have a problem with finding this sentence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can solve it via &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at rt_lines into rs_line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where rs_line-sentence CS 'INDIA'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rs_line-sentence = 'MADE IN AMERICA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update rt_line from rs_line transporting sentence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 09:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-printing/m-p/3037168#M718588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T09:49:25Z</dc:date>
    </item>
  </channel>
</rss>

