<?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  'EDIT_TEXT'. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557270#M582893</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Until you call commit_text it will not save.&lt;/P&gt;&lt;P&gt;Transfer text creation text(s) to update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All text modules which have saving in the update task defined via their object description are first held in the text memory. When the function 'Post' is called up in the application, the text modules must also be placed in the log file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module COMMIT_TEXT generates a CALL FUNCTION ... IN UPDATE TASK for every text module entered in the text memory corresponding to the action to be executed (Delete, Create, Change).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A COMMIT WORK is not generated. This can be initiated from the calling application program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no text key has been specified, once the function has been executed the text memory is empty. You can also partially specify fields of the text key by using '*'. In addition, you can pass a table with text keys in parameter KEY_TABb.&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>Thu, 19 Jul 2007 11:48:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-19T11:48:42Z</dc:date>
    <item>
      <title>function module  'EDIT_TEXT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557265#M582888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this function module used to edit the long text for standard key..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but after making chages to the text and saving the text..it is not saving..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when ever i call the function module changes are not there..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after changing we need to call any other functionmodule...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pleaseeee help meeeeeeee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 11:45:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557265#M582888</guid>
      <dc:creator>former_member799868</dc:creator>
      <dc:date>2007-07-19T11:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: function module  'EDIT_TEXT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557266#M582889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call COMMIT_TEXT after SAVE_TEXT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 11:46:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557266#M582889</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-07-19T11:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: function module  'EDIT_TEXT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557267#M582890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After save_text call function 'Commit_text'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neelambari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 11:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557267#M582890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T11:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: function module  'EDIT_TEXT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557268#M582891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well the normal routine is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;either Read_text, then edit manually&lt;/P&gt;&lt;P&gt;or Edit_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AFTER that you need to call Save_text, and after that Commit_text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 11:48:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557268#M582891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T11:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: function module  'EDIT_TEXT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557269#M582892</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;Commit_text&lt;/P&gt;&lt;P&gt;Save_text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this.&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Azad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 11:48:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557269#M582892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T11:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: function module  'EDIT_TEXT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557270#M582893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Until you call commit_text it will not save.&lt;/P&gt;&lt;P&gt;Transfer text creation text(s) to update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All text modules which have saving in the update task defined via their object description are first held in the text memory. When the function 'Post' is called up in the application, the text modules must also be placed in the log file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module COMMIT_TEXT generates a CALL FUNCTION ... IN UPDATE TASK for every text module entered in the text memory corresponding to the action to be executed (Delete, Create, Change).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A COMMIT WORK is not generated. This can be initiated from the calling application program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no text key has been specified, once the function has been executed the text memory is empty. You can also partially specify fields of the text key by using '*'. In addition, you can pass a table with text keys in parameter KEY_TABb.&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>Thu, 19 Jul 2007 11:48:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557270#M582893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T11:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: function module  'EDIT_TEXT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557271#M582894</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;The sequence is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAVE_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMIT_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 11:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557271#M582894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T11:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: function module  'EDIT_TEXT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557272#M582895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This function module is used to call the fullscreen editor. The lines of text can be edited with the functions available there. The editor interface is set according to the interface assigned to the text object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you exit the editor, the function module SAVE_TEXT is generally called implicitly with the function 'Save' or 'Flag', as long as the text is saved in the text file according to the text object set. This call can be deactivated via the parameter SAVE.&lt;/P&gt;&lt;P&gt;Check whether the SAVE parameter has a default value of 'X'.I think that you have to set the flag to 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 11:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557272#M582895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T11:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: function module  'EDIT_TEXT'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557273#M582896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes call FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save_text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards'&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 11:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-edit-text/m-p/2557273#M582896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T11:59:56Z</dc:date>
    </item>
  </channel>
</rss>

