<?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: long texts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-texts/m-p/2592845#M593699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u give long text.&lt;/P&gt;&lt;P&gt;goto t_code s010 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create obect id and object name and lang.&lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;P&gt;now using this function modules give long text&lt;/P&gt;&lt;P&gt;save_text.&lt;/P&gt;&lt;P&gt;create_text.&lt;/P&gt;&lt;P&gt;insert_text.&lt;/P&gt;&lt;P&gt;delete_text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Jul 2007 03:01:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-28T03:01:53Z</dc:date>
    <item>
      <title>long texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-texts/m-p/2592842#M593696</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 have three question what to ask :&lt;/P&gt;&lt;P&gt;1. what is the "long texts". I heard many times. But don't know what is it ?&lt;/P&gt;&lt;P&gt;2. When you use the SAPscript, if you meet this situation to make a long texts for a sales order , how will you do that?&lt;/P&gt;&lt;P&gt;3.who have the steps for upload long texts using LSMW? Don't give me the "help library webpage" I know this,but when i test it ,i encounter some errors.&lt;/P&gt;&lt;P&gt;So who have done it before, give me an example ? &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 08:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-texts/m-p/2592842#M593696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T08:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: long texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-texts/m-p/2592843#M593697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Long text are genrally used as information text in many places for 2 purposes.&lt;/P&gt;&lt;P&gt;1). For internal communications&lt;/P&gt;&lt;P&gt;2). FOr external printing purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Long texts are available and many transactions. Eg. PO , SO etc&lt;/P&gt;&lt;P&gt;Which specific long text r u referring to ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Long text could be used in sapscript, you create it with the transaction SO10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Long text could be used in a lot of standard SAP transaction to store informations. For example VL02N, VA02, CO02 ....... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Long text could be used to store anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text are save in the tables : STXH (header) STXL (text). The second table is cluster table, so you can't access directly, you must use the function READ_TEXT, SAVE_TEXT ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 08:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-texts/m-p/2592843#M593697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T08:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: long texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-texts/m-p/2592844#M593698</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;Long texts are those texts which are greater in length than a standard short text descriptions.  Examples are the material PO text or the Equipment long text description.  As the last post said you can use them for just about anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used LSMW to load long texts with object 0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The steps are the same as any other LSMW object with the following exceptions:&lt;/P&gt;&lt;P&gt;1. All structures must be in ONE deep structured file&lt;/P&gt;&lt;P&gt;2. The OBJECT, NAME, &amp;amp; ID must be filled out completely.&lt;/P&gt;&lt;P&gt;3. The NAME field changes from object to object - check out what the proper contents should be.&lt;/P&gt;&lt;P&gt;4. In the long text line structure I always use '/' for the format column and always pass one record that contains no text so the short text is not replaced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply back with specific errors and an example of what you are trying to do and we can help more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 19:29:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-texts/m-p/2592844#M593698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T19:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: long texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-texts/m-p/2592845#M593699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u give long text.&lt;/P&gt;&lt;P&gt;goto t_code s010 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create obect id and object name and lang.&lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;P&gt;now using this function modules give long text&lt;/P&gt;&lt;P&gt;save_text.&lt;/P&gt;&lt;P&gt;create_text.&lt;/P&gt;&lt;P&gt;insert_text.&lt;/P&gt;&lt;P&gt;delete_text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2007 03:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-texts/m-p/2592845#M593699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-28T03:01:53Z</dc:date>
    </item>
  </channel>
</rss>

