<?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: Text ID for Text Object Not Available Error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-id-for-text-object-not-available-error-message/m-p/1449254#M212862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create your custom text objects and ids via SE75.   Using the SAVE_TEXT function module does not actually create the object and id.  This must be done before hand.   Once you create the object/id, you can then use this in your SAVE_TEXT and READ_TEXT function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jul 2006 14:27:42 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2006-07-03T14:27:42Z</dc:date>
    <item>
      <title>Text ID for Text Object Not Available Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-id-for-text-object-not-available-error-message/m-p/1449253#M212861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a new text ID using the SAVE_TEXT function module.&lt;/P&gt;&lt;P&gt;A text ID of Z001 already exists for object ZBOOK, when I try to create one using Text ID Z002 for ZBOOK I get the message:&lt;/P&gt;&lt;P&gt;Text ID Z002 for text object ZBOOK does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I create the text ID? Is there a transaction code I need to go to first instead of creating it programatically using SAVE_TEXT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 14:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-id-for-text-object-not-available-error-message/m-p/1449253#M212861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T14:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Text ID for Text Object Not Available Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-id-for-text-object-not-available-error-message/m-p/1449254#M212862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create your custom text objects and ids via SE75.   Using the SAVE_TEXT function module does not actually create the object and id.  This must be done before hand.   Once you create the object/id, you can then use this in your SAVE_TEXT and READ_TEXT function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 14:27:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-id-for-text-object-not-available-error-message/m-p/1449254#M212862</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-07-03T14:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Text ID for Text Object Not Available Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-id-for-text-object-not-available-error-message/m-p/1449255#M212863</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;Try trx SE75&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 14:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-id-for-text-object-not-available-error-message/m-p/1449255#M212863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T14:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Text ID for Text Object Not Available Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-id-for-text-object-not-available-error-message/m-p/1449256#M212864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt; Text is saved as note -&lt;/P&gt;&lt;HR originaltext="-----------------------------------" /&gt;&lt;P&gt;  thead-tdid      = '0001'.&lt;/P&gt;&lt;P&gt;  thead-tdspras   = sy-langu.&lt;/P&gt;&lt;P&gt;  thead-tdversion = '00001'.&lt;/P&gt;&lt;P&gt;  thead-tdfuser  = sy-uname.&lt;/P&gt;&lt;P&gt;  thead-tdfreles = sy-saprl.&lt;/P&gt;&lt;P&gt;  thead-tdfdate  = sy-datum.&lt;/P&gt;&lt;P&gt;  thead-tdftime  = sy-uzeit.&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt; Save text as SAPScript -&lt;/P&gt;&lt;HR originaltext="-------------------------------" /&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          = thead&lt;/P&gt;&lt;P&gt;      savemode_direct = 'X'&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      lines           = save_text&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      others          = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-- Text is kept in memory so that an update task has to be generated -&lt;/P&gt;&lt;P&gt;*-- This function module performs no commit ! Has to be done by caller&lt;/P&gt;&lt;P&gt;  call function 'COMMIT_TEXT'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      object   = thead-tdobject&lt;/P&gt;&lt;P&gt;      name     = thead-tdname&lt;/P&gt;&lt;P&gt;      id       = thead-tdid&lt;/P&gt;&lt;P&gt;      language = thead-tdspras.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 14:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-id-for-text-object-not-available-error-message/m-p/1449256#M212864</guid>
      <dc:creator>JoseMunoz</dc:creator>
      <dc:date>2006-07-03T14:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Text ID for Text Object Not Available Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-id-for-text-object-not-available-error-message/m-p/1449257#M212865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 14:36:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-id-for-text-object-not-available-error-message/m-p/1449257#M212865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-03T14:36:28Z</dc:date>
    </item>
  </channel>
</rss>

