<?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: 'SAVE_TEXT' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/1781495#M336782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi this save_text function module is meant for the SAP Script form, so i think it will be better if you specify the form name too.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manohar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2006 06:18:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-11T06:18:31Z</dc:date>
    <item>
      <title>'SAVE_TEXT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/1781492#M336779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can any one help me out in sollving this issue!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever I am trying to use the above Fun module to chane the Material Po text, it is reflectiung in MM03 but not in Me23N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to change any thing in my below code to get this done??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls have alook at the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  REFRESH lt_lines.&lt;/P&gt;&lt;P&gt;  Clear ls_header-tdname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****-Populate Header Text details&lt;/P&gt;&lt;P&gt;  ls_header-tdobject  = 'MATERIAL'.&lt;/P&gt;&lt;P&gt;  ls_header-tdname    = Ekpo_t-matnr.&lt;/P&gt;&lt;P&gt;  ls_header-tdid      = 'BEST'.&lt;/P&gt;&lt;P&gt;  ls_header-tdspras   = sy-langu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****-Populate details of Text&lt;/P&gt;&lt;P&gt;  lt_lines-tdline = 'JJJJKKKKSSSS' .&lt;/P&gt;&lt;P&gt;  lt_lines-tdformat = '*'.&lt;/P&gt;&lt;P&gt;  APPEND lt_lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SAVE_TEXT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      client          = sy-mandt&lt;/P&gt;&lt;P&gt;      header          = ls_header&lt;/P&gt;&lt;P&gt;    savemode_direct = 'X'&lt;/P&gt;&lt;P&gt;   INSERT                = 'X '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      lines           = lt_lines&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      OTHERS          = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'COMMIT_TEXT'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 05:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/1781492#M336779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T05:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: 'SAVE_TEXT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/1781493#M336780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The TDOBJECT parameter that you are passing is MATERIAL and this is applicable only for material. For PO the Object is EKPO and Text ID F03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when you are creating the PO, it copies the text from the MATERIAL. But it will not reflect once you have created the PO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 06:01:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/1781493#M336780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T06:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: 'SAVE_TEXT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/1781494#M336781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this links and use accordingly.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/d6/0db8ef494511d182b70000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/en/d6/0db8ef494511d182b70000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geocities.com/rmtiwari/Resources/MySolutions/Dev/Codes/Report/Z_TASK_LIST_LTEXT_UPLOAD.html" target="test_blank"&gt;http://www.geocities.com/rmtiwari/Resources/MySolutions/Dev/Codes/Report/Z_TASK_LIST_LTEXT_UPLOAD.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 06:10:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/1781494#M336781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T06:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: 'SAVE_TEXT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/1781495#M336782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi this save_text function module is meant for the SAP Script form, so i think it will be better if you specify the form name too.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manohar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 06:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/1781495#M336782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T06:18:31Z</dc:date>
    </item>
  </channel>
</rss>

