<?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 Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1054985#M90144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikanth,&lt;/P&gt;&lt;P&gt;I have solved the problem accroding to your suggestion.&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2005 13:43:04 GMT</pubDate>
    <dc:creator>abdul_hakim</dc:creator>
    <dc:date>2005-11-14T13:43:04Z</dc:date>
    <item>
      <title>SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1054979#M90138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently we have report in that they are calling editor which resembles SAPScript editor for &lt;/P&gt;&lt;P&gt;entering long text.Currently the user has no functionality of saving this long text.Now there is a requirement to save these long text into a Z table.How can i save this long text and retrieve later?&lt;/P&gt;&lt;P&gt;Kindly advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2005 13:48:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1054979#M90138</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2005-11-09T13:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1054980#M90139</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;you should use the fm EDIT_TEXT and SAVE_TEXT to call, write and save the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These functions return the header data (object, name,...)of the text you should insert in the Z-TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: max bianchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2005 14:02:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1054980#M90139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-09T14:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1054981#M90140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abdul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Welcome to SDN!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Use Function Module READ_TEXT for reading the Long Text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I feel ,u can use 'COMMIT_TEXT' func module to save the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Allot points, if my answer was useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2005 14:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1054981#M90140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-09T14:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1054982#M90141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot save your long text in Z table as with EDIT_TEXT / SAVE_TEXT it will go into standard table STXH / STXL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the standard table itself with&lt;/P&gt;&lt;P&gt;OBJECT -&amp;gt; "TEXT"&lt;/P&gt;&lt;P&gt;ID -&amp;gt; "ST"&lt;/P&gt;&lt;P&gt;NAME -&amp;gt; &amp;lt;UNIQUE_NAME&amp;gt;&lt;/P&gt;&lt;P&gt;SPARS -&amp;gt; SY-LANGU .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name should be unique while retriving or saving the text . Maybe you can save the name of text in another ZTABLE also .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2005 14:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1054982#M90141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-09T14:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1054983#M90142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; there are 2 function modules, which we use to read text &amp;amp; save the text.&lt;/P&gt;&lt;P&gt;1. READ_TEXT&lt;/P&gt;&lt;P&gt;  for this you have to pass the below fields to the fm&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;LANGUAGE&lt;/P&gt;&lt;P&gt;NAME&lt;/P&gt;&lt;P&gt;OBJECT&lt;/P&gt;&lt;P&gt;and you will get already stored text for this ID into the LINES internal table.&lt;/P&gt;&lt;P&gt;the above values for ID,NAME,OBJECT etc. you can find in the transaction.&lt;/P&gt;&lt;P&gt;for example: for delivery,goto header-&amp;gt; texts -&amp;gt; select the text you want to proceed -&amp;gt;select DETAIL -&amp;gt;&lt;/P&gt;&lt;P&gt;you will see a new screen .there in the menu GOTO -&amp;gt; header .&lt;/P&gt;&lt;P&gt; here you can find all the required fields to pass to the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. SAVE_TEXT&lt;/P&gt;&lt;P&gt;  for this what data you have to process first store in LINES internal table.but remember this function module will overwrite existing text,if it exists.so first get the records by using READ_TEXT . append ur lines to that then finally call this FM.&lt;/P&gt;&lt;P&gt;SAVEMODE_DIRECT set this field to X ,sothat changes will reflect immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why you are storing these into other Z-tables ?? any way these will be stored in standard tables. why dont u access them instead of creating another Ztable ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2005 14:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1054983#M90142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-09T14:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1054984#M90143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally, long texts don't store in Z tables, it should be stored in the texts(transaction code SO10). If you want to store the text, you need to create Text ID, Text object and text name to uniquely identify from each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After creating these you call get the data using FM Read_text and edit it by edit_text and save it by save_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2005 14:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1054984#M90143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-09T14:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1054985#M90144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikanth,&lt;/P&gt;&lt;P&gt;I have solved the problem accroding to your suggestion.&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 13:43:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1054985#M90144</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2005-11-14T13:43:04Z</dc:date>
    </item>
  </channel>
</rss>

