<?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: Function Module READ_TEXT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-read-text/m-p/3680958#M886445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate 'You have the opportunity to sell part ' LV_MATNR 'of Quantity ' LV_QTY '.  Please confirm the opportunity.' into OBJECT_CONTENT-line.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then call SO_NEW_DOCUMENT_SEND_API1.  The object type is 'Raw'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the user that is sending the document outside of the SAP system has an internet mail address set up in their user information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2008 15:20:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-09T15:20:22Z</dc:date>
    <item>
      <title>Function Module READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-read-text/m-p/3680956#M886443</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;I created a standard text in SO10. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My standard text is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You have the opportunity to sell part &amp;amp;LV_MATNR&amp;amp; of Quantity &amp;amp;LV_QTY&amp;amp; . Please confirm the opportunity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my program i read this text using FM READ_TEXT. Before reading the text my code is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab into watab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_mantr = watab-matnr.&lt;/P&gt;&lt;P&gt;lv_wty  = watab-qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call READ_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if i display the text in debugging mode  i dont see the value of lv_matnr and lv_qty.&lt;/P&gt;&lt;P&gt;this is not an SCRIPT but a program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help me in passing the value dynamically in every loop pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i send this text as an email using  FM SO_NEW_DOCUMENT_SEND_API1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Challa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 15:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-read-text/m-p/3680956#M886443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T15:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-read-text/m-p/3680957#M886444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this program there is no connection b/t READ_TEXT and other variables..Please tell ur exact requirements and post actual code..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 15:06:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-read-text/m-p/3680957#M886444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T15:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-read-text/m-p/3680958#M886445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate 'You have the opportunity to sell part ' LV_MATNR 'of Quantity ' LV_QTY '.  Please confirm the opportunity.' into OBJECT_CONTENT-line.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then call SO_NEW_DOCUMENT_SEND_API1.  The object type is 'Raw'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the user that is sending the document outside of the SAP system has an internet mail address set up in their user information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 15:20:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-read-text/m-p/3680958#M886445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T15:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module READ_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-read-text/m-p/3680959#M886446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: challa bhaskar on Mar 31, 2010 4:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 15:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-read-text/m-p/3680959#M886446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T15:38:05Z</dc:date>
    </item>
  </channel>
</rss>

