<?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 fn mod in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fn-mod/m-p/3070413#M727756</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;wht does the fn mod "READ_TEXT_INLINE" give?&lt;/P&gt;&lt;P&gt;wht shd be the input for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2007 13:15:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-03T13:15:28Z</dc:date>
    <item>
      <title>fn mod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fn-mod/m-p/3070413#M727756</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;wht does the fn mod "READ_TEXT_INLINE" give?&lt;/P&gt;&lt;P&gt;wht shd be the input for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 13:15:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fn-mod/m-p/3070413#M727756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T13:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: fn mod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fn-mod/m-p/3070414#M727757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kb,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. it is basically to read standard text, which is maintained via SO10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If u open SO10, u will get almost all fields, which should be input in the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 13:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fn-mod/m-p/3070414#M727757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T13:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: fn mod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fn-mod/m-p/3070415#M727758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just to get the details of the standard text maintained in SO10 tcode, we use this fm.&lt;/P&gt;&lt;P&gt;Following is the documentation obtained from SE37 of this Fm. U can get this when u click function documentation button on the application toolbar of any function module. Please Refer this.&lt;/P&gt;&lt;P&gt;&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&lt;/P&gt;&lt;P&gt;    information about a text module must be transferred to internal&lt;/P&gt;&lt;P&gt;    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 func&lt;/P&gt;&lt;P&gt;    module. It must be described fully by specifying OBJECT, NAME,&lt;/P&gt;&lt;P&gt;    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 successfu&lt;/P&gt;&lt;P&gt;    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 INLIN&lt;/P&gt;&lt;P&gt;    are transferred from the table LINES to the table INLINES. This&lt;/P&gt;&lt;P&gt;    table can be used to display the first text lines on a screen a&lt;/P&gt;&lt;P&gt;    them. At PAI time the function module EDIT_TEXT_INLINE should b&lt;/P&gt;&lt;P&gt;    up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ID&lt;/P&gt;&lt;P&gt;    INLINE_COUNT&lt;/P&gt;&lt;P&gt;    LANGUAGE&lt;/P&gt;&lt;P&gt;    NAME&lt;/P&gt;&lt;P&gt;    OBJECT&lt;/P&gt;&lt;P&gt;    LOCAL_CAT&lt;/P&gt;&lt;P&gt;    HEADER&lt;/P&gt;&lt;P&gt;    INLINES&lt;/P&gt;&lt;P&gt;    LINES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exceptions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ID&lt;/P&gt;&lt;P&gt;    LANGUAGE&lt;/P&gt;&lt;P&gt;    NAME&lt;/P&gt;&lt;P&gt;    NOT_FOUND&lt;/P&gt;&lt;P&gt;    OBJECT&lt;/P&gt;&lt;P&gt;    REFERENCE_CHECK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Group&lt;/P&gt;&lt;P&gt;STXD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 14:27:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fn-mod/m-p/3070415#M727758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T14:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: fn mod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fn-mod/m-p/3070416#M727759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 22:21:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fn-mod/m-p/3070416#M727759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T22:21:10Z</dc:date>
    </item>
  </channel>
</rss>

