<?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: Reading text object from screen buffer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-text-object-from-screen-buffer/m-p/9149733#M1710279</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 use the import and Export statements i think it's helpful for you...&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/SAPhelp_nw70/helpdata/en/7c/209667b05b844399f6402a0213ef95/content.htm"&gt;http://help.sap.com/SAPhelp_nw70/helpdata/en/7c/209667b05b844399f6402a0213ef95/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2012 09:59:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-11-26T09:59:17Z</dc:date>
    <item>
      <title>Reading text object from screen buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-text-object-from-screen-buffer/m-p/9149732#M1710278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using enhancement to do the following. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At runtime during CHANGE in Maintenance Order (IW32), implemented enhancement to add extra COMPONENT if the user adds COMPONENT with certain criteria. That means user adds one COMPONENT line item, if it fits certain criteria, the system adds another line item automatically.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we need to do is, there is long text field that the user may edit and add. We need the same content to be copied to the line item that system adds. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trouble that we are facing is, since the text is not committed to database, it cannot be read through READ_TEXT. Also, when the enhancement code executes, we no longer have access to screen elements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to get around this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 07:25:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-text-object-from-screen-buffer/m-p/9149732#M1710278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-21T07:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Reading text object from screen buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-text-object-from-screen-buffer/m-p/9149733#M1710279</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 use the import and Export statements i think it's helpful for you...&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/SAPhelp_nw70/helpdata/en/7c/209667b05b844399f6402a0213ef95/content.htm"&gt;http://help.sap.com/SAPhelp_nw70/helpdata/en/7c/209667b05b844399f6402a0213ef95/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 09:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-text-object-from-screen-buffer/m-p/9149733#M1710279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-26T09:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reading text object from screen buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-text-object-from-screen-buffer/m-p/9149734#M1710280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try function&lt;/P&gt;&lt;P&gt;GET_TEXT_MEMORY which returns the text memory as a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a full description of the text memory and the CALL mode, see the SAP Online Help on &lt;/P&gt;&lt;P&gt;SAPscript &lt;/P&gt;&lt;P&gt;The Programming Interface -&amp;gt; Text Memory&lt;/P&gt;&lt;P&gt;Documentation extract taken from SAP system, Copyright (c) SAP AG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 16:19:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-text-object-from-screen-buffer/m-p/9149734#M1710280</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2012-12-04T16:19:34Z</dc:date>
    </item>
  </channel>
</rss>

