<?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: Std text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/std-text/m-p/1952961#M392381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; In any transaction, if you double click on the Long Text, it will take you to the STD TEXT editor.&lt;/P&gt;&lt;P&gt;In that screen GOTO-&amp;gt;HEADER&lt;/P&gt;&lt;P&gt;it gives the Text Name, Text ID , Language and OBJECT ( 4 things).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to pass this 4 fields to the fun module READ TEXT while fetching data into anywhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text Name is important, some times it is the combination of  more than 2 fields.&lt;/P&gt;&lt;P&gt;You can split the Text into different lengths by offsetting the Internal table line length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2007 07:58:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-28T07:58:28Z</dc:date>
    <item>
      <title>Std text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/std-text/m-p/1952959#M392379</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 a Standard text to be inserted into an internal table.The internal table should be sorted on item category, at the end of each item category I have to insert Std text of item category&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field length of internal tables are 10,30 and 40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Suppose my Std text has a length of 50 , how can i split and insert that into the table from second column of internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)How can we get Item category( Lips-PSTYV) Std text.is text ID is 200( Please let me know the Syntax of READ_TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Avi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 07:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/std-text/m-p/1952959#M392379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T07:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Std text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/std-text/m-p/1952960#M392380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Itab-f1 = text+0(10).
itab-f2 = text+10(30).
itab-f3 = text+40(40).
Append itab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will autoamtically split the text.&lt;/P&gt;&lt;P&gt;refer ths lionk for READ_TEXT.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/fmodules/fms_readtext.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/fmodules/fms_readtext.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if this helsp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 07:57:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/std-text/m-p/1952960#M392380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T07:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Std text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/std-text/m-p/1952961#M392381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; In any transaction, if you double click on the Long Text, it will take you to the STD TEXT editor.&lt;/P&gt;&lt;P&gt;In that screen GOTO-&amp;gt;HEADER&lt;/P&gt;&lt;P&gt;it gives the Text Name, Text ID , Language and OBJECT ( 4 things).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to pass this 4 fields to the fun module READ TEXT while fetching data into anywhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text Name is important, some times it is the combination of  more than 2 fields.&lt;/P&gt;&lt;P&gt;You can split the Text into different lengths by offsetting the Internal table line length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 07:58:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/std-text/m-p/1952961#M392381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T07:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Std text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/std-text/m-p/1952962#M392382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u need to find the string lenght using the string lenght operator and do a condition if the lenght exceeds 50 do as required. For splitting the text use the offset command var 50(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i guess this logic would be helpful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u can send in the code i can add the necessary modifications&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 08:39:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/std-text/m-p/1952962#M392382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T08:39:21Z</dc:date>
    </item>
  </channel>
</rss>

