<?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/3288051#M786622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vasanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u r right..i am able to see the record in stxh..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not able to see the text in vk13 transaction..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is if i am creating the condition record through transaction vk11 and if i enter the text in the transaction itself ... i am able to see the text in vk13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if config is the issue then how  the abov ething is working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2008 14:30:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-16T14:30:32Z</dc:date>
    <item>
      <title>Save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288043#M786614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create or store the condition text for condition records in vk11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the function module save_text.But in vk13 i am not seeing the conditon texts i gave for that particular condition record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the code..please go thru and help.its really urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;select SINGLE knumh from a911 INTO lv_knumh where matnr =&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'06ASA10511D141'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;and werks = '8380' and datab = '20080323' and datbi = '99991231'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;theader-TDOBject = 'KONP'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;THEADER-tdname   = lv_knumh.&lt;/STRONG&gt; (condition number as name)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;THEADER-tdid = '0001'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;THEADER-tdspras = 'E'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;THEADER-mandt = sy-mandt.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;wtline-tdformat = '&lt;/STRONG&gt;'.*&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;wtline-tdline   = 'savetext test'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;append wtline to tline.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CALL FUNCTION 'SAVE_TEXT'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;EXPORTING&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  CLIENT                = SY-MANDT*&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;    &lt;STRONG&gt;header                = theader&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  INSERT                = 'X'*&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  SAVEMODE_DIRECT       = 'X'*&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  OWNER_SPECIFIED       = ' '*&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  LOCAL_CAT             = ' '*&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt; &lt;STRONG&gt;IMPORTING&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;FUNCTION              = lv_func&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;NEWHEADER              = nheader&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;tables&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;lines                 = tline&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;EXCEPTIONS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;ID                    = 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;LANGUAGE              = 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;NAME                  = 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;OBJECT                = 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;OTHERS                = 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points will be rewarded if problem sovled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 13:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288043#M786614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T13:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288044#M786615</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;Use these two line once u called the FM SAVE_TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            &lt;STRONG&gt;CALL FUNCTION 'COMMIT_TEXT'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;            &lt;STRONG&gt;COMMIT WORK AND WAIT.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 13:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288044#M786615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T13:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288045#M786616</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;Uncomment the below statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; INSERT = 'X'&lt;/P&gt;&lt;P&gt; SAVEMODE_DIRECT = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And after calling the FM, do like this&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt; commit work.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 13:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288045#M786616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T13:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288046#M786617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still it doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 14:16:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288046#M786617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T14:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288047#M786618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vasanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried ypur approach .it doesnt work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 14:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288047#M786618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T14:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288048#M786619</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;Instead of commenting both, try commenting either of the one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 14:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288048#M786619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T14:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288049#M786620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you able to see the created the Text in the table STXH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u r able to see the text in STXH, then there may be some problem in customization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 14:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288049#M786620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T14:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288050#M786621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi satish,&lt;/P&gt;&lt;P&gt;it didnt work.&lt;/P&gt;&lt;P&gt;for commit_text...do we need to pass all inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or can we use the FM as bapi_transaction _commit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 14:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288050#M786621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T14:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288051#M786622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vasanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u r right..i am able to see the record in stxh..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not able to see the text in vk13 transaction..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is if i am creating the condition record through transaction vk11 and if i enter the text in the transaction itself ... i am able to see the text in vk13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if config is the issue then how  the abov ething is working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 14:30:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288051#M786622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T14:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288052#M786623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The KNUMH u r passing to the FM SAVE_TEXT is having the leading zero's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether u r passing the values like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Text name       000070057001&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;                                       &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Language        EN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;                                                 &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Text ID            0001 Internal comment&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;                              &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Text object      KONP       Condition texts&lt;/STRONG&gt;    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 14:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288052#M786623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T14:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288053#M786624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vasanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldnt understand what you  are saying..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have passed the same values in the code.  right..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;theader-TDOBject = 'KONP'.&lt;/P&gt;&lt;P&gt;THEADER-tdname   = lv_knumh.&lt;/P&gt;&lt;P&gt;THEADER-tdid = '0001'.&lt;/P&gt;&lt;P&gt;THEADER-tdspras = 'E'.&lt;/P&gt;&lt;P&gt;THEADER-mandt = sy-mandt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 15:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288053#M786624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T15:20: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/3288054#M786625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please show the record which is created in the STXH table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know whether the KNUMH is having the leading zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 15:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288054#M786625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T15:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288055#M786626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;230    KONP        0000009851                                                             0001    E&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 15:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288055#M786626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T15:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288056#M786627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TDNAME should the combination of the &lt;STRONG&gt;KNUMH and KOPOS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select SINGLE knumh from a911 INTO lv_knumh where matnr =&lt;/P&gt;&lt;P&gt;'06ASA10511D141'&lt;/P&gt;&lt;P&gt;and werks = '8380' and datab = '20080323' and datbi = '99991231'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;concatenate lv_knumh '01' into lv_knumh.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make this changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will work out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 16:06:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288056#M786627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T16:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288057#M786628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am also having a problem with save_text&lt;/P&gt;&lt;P&gt;I already have some data in a form and have to append other data to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I am using SAVE_TEXT the data is being overwritten.&lt;/P&gt;&lt;P&gt;Is there anyway I can save the text using the index?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since this discussion is regarding SAVE_TEXT, I am posting this question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me your suggestions.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;goldie.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 16:17:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288057#M786628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T16:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288058#M786629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Goldie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want to append the text to an existing text then pass the &lt;STRONG&gt;INSERT Parameter as SPACE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 16:22:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288058#M786629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T16:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288059#M786630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vasanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are absolutely right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your solution has solved my problem..thanks for your continuous replies...thanks a ton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 16:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288059#M786630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T16:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288060#M786631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello vasanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even with insert = ' ', it is still getting overwritten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think edit_text would append the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not I will have to read the data using READ_TEXT and the append the added data to itab&lt;/P&gt;&lt;P&gt;and then call SAVE_TEXT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 16:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/3288060#M786631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T16:58:25Z</dc:date>
    </item>
  </channel>
</rss>

