<?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: read_text and READ_TEXT_INLINE  diff in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-and-read-text-inline-diff/m-p/3782913#M910167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Read_text_inline:&lt;/P&gt;&lt;P&gt;SAPscript: Read text for inline editing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to process text modules in application programs, all information about a text module must be transferred to internal work areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A text is read from the text file or text memory with this function module. It must be described fully by specifying OBJECT, NAME, ID, and LANGUAGE. Generic entries in these parameters are not valid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When header information and text lines have been read successfully, they are transferred to the work areas HEADER and LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, the number of lines defined in the parameter INLINE_COUNT are transferred from the table LINES to the table INLINES. This line table can be used to display the first text lines on a screen and change them. At PAI time the function module EDIT_TEXT_INLINE should be called up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read_text:&lt;/P&gt;&lt;P&gt;The READ_TEXT function module allows you to programatically read any text into the program. You can then manipulate this text as needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is really the only way for you to get the text programattically since the actual text is encrypted when stored in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPscript: Read text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to process text modules in application programs, all information about a text module must be transferred to internal work areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A text is read from the text file or text memory with this function module. It must be described fully by specifying OBJECT, NAME, ID, and LANGUAGE. Generic entries in these parameters are not valid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When header information and text lines have been read successfully, they are transferred to the work areas HEADER and LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;shiva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2008 05:20:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-07T05:20:31Z</dc:date>
    <item>
      <title>read_text and READ_TEXT_INLINE  diff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-and-read-text-inline-diff/m-p/3782912#M910166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me the exact difference between&lt;/P&gt;&lt;P&gt;READ_TEXT and  READ_TEXT_INLINE fun modules.&lt;/P&gt;&lt;P&gt;Please give me some example where we need to use the both.&lt;/P&gt;&lt;P&gt;Thank you so much for all the replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 05:15:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-and-read-text-inline-diff/m-p/3782912#M910166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T05:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: read_text and READ_TEXT_INLINE  diff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-and-read-text-inline-diff/m-p/3782913#M910167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Read_text_inline:&lt;/P&gt;&lt;P&gt;SAPscript: Read text for inline editing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to process text modules in application programs, all information about a text module must be transferred to internal work areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A text is read from the text file or text memory with this function module. It must be described fully by specifying OBJECT, NAME, ID, and LANGUAGE. Generic entries in these parameters are not valid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When header information and text lines have been read successfully, they are transferred to the work areas HEADER and LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, the number of lines defined in the parameter INLINE_COUNT are transferred from the table LINES to the table INLINES. This line table can be used to display the first text lines on a screen and change them. At PAI time the function module EDIT_TEXT_INLINE should be called up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read_text:&lt;/P&gt;&lt;P&gt;The READ_TEXT function module allows you to programatically read any text into the program. You can then manipulate this text as needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is really the only way for you to get the text programattically since the actual text is encrypted when stored in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPscript: Read text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to process text modules in application programs, all information about a text module must be transferred to internal work areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A text is read from the text file or text memory with this function module. It must be described fully by specifying OBJECT, NAME, ID, and LANGUAGE. Generic entries in these parameters are not valid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When header information and text lines have been read successfully, they are transferred to the work areas HEADER and LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;shiva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 05:20:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-and-read-text-inline-diff/m-p/3782913#M910167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T05:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: read_text and READ_TEXT_INLINE  diff</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-and-read-text-inline-diff/m-p/3782914#M910168</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;It is:&lt;/P&gt;&lt;P&gt;Read_Text Function module is used to retrieve the text for a particular objects.   &lt;/P&gt;&lt;P&gt;To find the Text id these are the following steps.  Let us take an example of Billing document Header text.  &lt;/P&gt;&lt;P&gt;1. goto VF03, enter Billing doc Number  &lt;/P&gt;&lt;P&gt;2. from menu&lt;DEL&gt;select Goto&lt;/DEL&gt;&amp;gt;Header--&amp;gt;header Text..... New window will be displayed  &lt;/P&gt;&lt;P&gt;3. select the Header Text. here you can see all the text.  &lt;/P&gt;&lt;P&gt;4. click on the TEXT (which you want to know the Text id) , then press log ICON (you can find in bottom right of the text window) it looks like a rolled paper.  &lt;/P&gt;&lt;P&gt;5. in the Next window you will find Text Name. Text ID, Language. etc... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 05:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-and-read-text-inline-diff/m-p/3782914#M910168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T05:23:03Z</dc:date>
    </item>
  </channel>
</rss>

