<?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: sap text object storage !! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273264#M1019558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; ok , got it...also these objects needs to be transported in a different manner ?? i did not find any transport request created when i created this object !! how do i handle that ??&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you want to transport which object? All texts will be created when you run the transaction and create the texts. you mean you want to Transport the Textobject?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Aug 2008 15:35:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-09T15:35:56Z</dc:date>
    <item>
      <title>sap text object storage !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273261#M1019555</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;I need to understanding  something abt sap text objects..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying to make use of sap standard text objects for storing text for my custom transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all i need is for every dialog transaction, user will enter a multi line text and i need it to be saved. and when he wants to modify that transaction, i want that text to be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in SO10 i created a text object named ZTT1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my dialog flow logic, using save text, i saved the data from my text editor into this ZTT1. I checked in SO10, the value was there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now when i create another transaction and save logicis executed, the data is overwriting in what was saved before !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how does SAP store the data I populate in the ZTT1 using SAVE_TEXT ?? am i missing something ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to save such texts for each of the my custom transaction !! any suggestions ? I will have a unique number generated for every record stored in my custom tables. Now there must be some link created between that unique refernce number and the text object, isn'tit ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope i am clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2008 15:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273261#M1019555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-09T15:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: sap text object storage !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273262#M1019556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Obviously it overrides the old one. if you don't want that you have to pass different Textname.(Textname should be unique) other wise it will override the old one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example: First transaction &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TDNAME 000000001&lt;/P&gt;&lt;P&gt;TDID       ST&lt;/P&gt;&lt;P&gt;SPRAS   SY-LANGU&lt;/P&gt;&lt;P&gt;TDOBJECT ZTT1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for second transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TDNAME 000000002&lt;/P&gt;&lt;P&gt;TDID       ST&lt;/P&gt;&lt;P&gt;SPRAS   SY-LANGU&lt;/P&gt;&lt;P&gt;TDOBJECT ZTT1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this you need to maintain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2008 15:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273262#M1019556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-09T15:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: sap text object storage !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273263#M1019557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok , got it...also these objects needs to be transported in a different manner ?? i did not find any transport request created when i created this object !! how do i handle that ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2008 15:28:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273263#M1019557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-09T15:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: sap text object storage !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273264#M1019558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; ok , got it...also these objects needs to be transported in a different manner ?? i did not find any transport request created when i created this object !! how do i handle that ??&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you want to transport which object? All texts will be created when you run the transaction and create the texts. you mean you want to Transport the Textobject?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2008 15:35:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273264#M1019558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-09T15:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: sap text object storage !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273265#M1019559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vijay, I think I did not clearly understand what u meant when u said supply different text name to the save_text to store the data distinctly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so for e.g. find below what will happen in my case..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;record 1 : unique number is 10001. suppose i create a text name same as that of unique number of the record: say 10001, then in SAP a text object with that name will be created at runtime ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes, then if i create 1000 records, then 1000 text objects will be created ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this does not sound good !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rather i will save the data in my custom table itself !! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whats the benefit of storing as standard sap text object ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please explain or correct me if i understood it wrong. thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2008 15:36:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273265#M1019559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-09T15:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: sap text object storage !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273266#M1019560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are understanding in different way..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you use Create_text that means only Texts will be  created not the text objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understood that you are calling ZTT1 as textobject, but instead of calling that as textname.&lt;/P&gt;&lt;P&gt;For First time.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TDNAME 000000001       &amp;lt;====Text name
TDID         ST                          &amp;lt;=== Text Id
SPRAS SY-LANGU  
TDOBJECT  TEXT                     &amp;lt;====Text object

for second transaction

TDNAME 000000002
TDID       ST
SPRAS SY-LANGU
TDOBJECT TEXT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Transporting the texts you can use this program RSTXTRAN. But you don't need to transport i guess. since it depends on the System(i.e Dev,Quality, Production etc).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2008 15:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273266#M1019560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-09T15:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: sap text object storage !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273267#M1019561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, does that mean &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I need not create any text object like ZTT1 thru SO10 initially ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If no, I need to create , then where is the link between the ZTT1 and the text name we set in TDNAME in the program ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry Vijay, I m still missing something that stops me from understanding this concept !! Any more help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2008 15:54:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273267#M1019561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-09T15:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: sap text object storage !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273268#M1019562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First tell me how you created that ZTT1 in SO10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i will tell you. what you missed. without linking to ZTT1 you can create the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want some input on ZTT1 , how you created that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using the &lt;STRONG&gt;TEXT&lt;/STRONG&gt; as the TDOBJECT instead of ZTT1. &lt;/P&gt;&lt;P&gt;               sequence number (ex:-0000001) TDNAME &lt;/P&gt;&lt;P&gt;               &lt;STRONG&gt;ST&lt;/STRONG&gt; as  TDID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2008 15:59:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273268#M1019562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-09T15:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: sap text object storage !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273269#M1019563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure Vijay. I think I messed up in SO10, u need to correct me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In SO10, I enterd textname as ZTT1, text id as ST and language as EN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Clicked on create button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. a blank editor was displayed, i did not type anything, just clicked on the save button and exit !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: GW_THEAD LIKE THEAD,&lt;/P&gt;&lt;P&gt;T_TLINE LIKE TABLE OF TLINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    GW_THEAD-TDNAME = 'ZTT1'.&lt;/P&gt;&lt;P&gt;    GW_THEAD-TDID = 'ST'.&lt;/P&gt;&lt;P&gt;    GW_THEAD-TDSPRAS  = SY-LANGU.&lt;/P&gt;&lt;P&gt;    GW_THEAD-TDOBJECT = 'TEXT'.&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;        HEADER   = GW_THEAD&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        LINES    = T_TLINE&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        ID       = 1&lt;/P&gt;&lt;P&gt;        LANGUAGE = 2&lt;/P&gt;&lt;P&gt;        NAME     = 3&lt;/P&gt;&lt;P&gt;        OBJECT   = 4&lt;/P&gt;&lt;P&gt;        OTHERS   = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering how will I be able to store such text data for different records !! Hope this info helps u.. thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2008 16:06:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273269#M1019563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-09T16:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: sap text object storage !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273270#M1019564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; 1. In SO10, I enterd textname as ZTT1, text id as ST and language as EN&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; 2. Clicked on create button&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; 3. a blank editor was displayed, i did not type anything, just clicked on the save button and exit !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what ever you created ZTT1 is TDNAME. not textobject.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA: GW_THEAD LIKE THEAD,&lt;/P&gt;&lt;P&gt;           T_TLINE LIKE TABLE OF TLINE.&lt;/P&gt;&lt;P&gt;"maintain some unqique name, &lt;/P&gt;&lt;P&gt;"assume you are dealing with some order related. then pass that value to TDNAME&lt;/P&gt;&lt;P&gt;    GW_THEAD-TDNAME = '0000001'.&lt;/P&gt;&lt;P&gt;     GW_THEAD-TDID = 'ST'.&lt;/P&gt;&lt;P&gt;    GW_THEAD-TDSPRAS  = SY-LANGU.&lt;/P&gt;&lt;P&gt;     GW_THEAD-TDOBJECT = 'TEXT'.      &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;         HEADER   = GW_THEAD&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;         LINES    = T_TLINE&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;         ID       = 1&lt;/P&gt;&lt;P&gt;         LANGUAGE = 2&lt;/P&gt;&lt;P&gt;         NAME     = 3&lt;/P&gt;&lt;P&gt;         OBJECT   = 4&lt;/P&gt;&lt;P&gt;         OTHERS   = 5.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I was wondering how will I be able to store such text data for different records !! Hope this info helps u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to store the text for multiple records , with different TDNAMES. Thats how SAP stores the various texts for Different Documents like Sales order,Purchase order, delivery etc.&lt;/P&gt;&lt;P&gt;only thing is you need to change the TDNAME for Different Records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2008 16:17:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273270#M1019564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-09T16:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: sap text object storage !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273271#M1019565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okey, crystal clear now. thanks Vijay.  So I must make sure that there should not be any conflicts in the TDNAME !! what if someone else also creates text with same name ?? How can i make sure of that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shall i prefix it with some name like ZXXX, so that my text names will be ZXXX00001, ZXXX00002 and so on ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2008 16:30:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273271#M1019565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-09T16:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: sap text object storage !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273272#M1019566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes exactly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;some name like ZXXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You formulate some combination, which no one uses, and which should be unique. that will resolve.you follow some Sequence to avoid conflicts in future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2008 16:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273272#M1019566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-09T16:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: sap text object storage !!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273273#M1019567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Vijay..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2008 16:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-text-object-storage/m-p/4273273#M1019567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-09T16:45:19Z</dc:date>
    </item>
  </channel>
</rss>

