<?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: Help Needed for Text Editor in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-for-text-editor/m-p/4635487#M1091463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi can you suggest with which i can replace it with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2008 11:07:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-21T11:07:30Z</dc:date>
    <item>
      <title>Help Needed for Text Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-for-text-editor/m-p/4635483#M1091459</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;I am working with text editor. Error which is displaying while i am activating the my module pool program is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"PI_TEXT_KEY" must be a character-type field (data type C, N, D, or T) . "INTERFACE". by "INTERFACE". by "INTERFACE". "INTERFACE". by "INTERFACE". by "INTERFACE".	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is declaration that i have done for PI_TEXT_KEY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF scr_text_line,&lt;/P&gt;&lt;P&gt;         line(line_length) TYPE c,&lt;/P&gt;&lt;P&gt;       END OF scr_text_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;  BEGIN OF &lt;STRONG&gt;text_idx&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;    reqno    TYPE yreqno,   "table field with NUMC and 5 as length&lt;/P&gt;&lt;P&gt;    srtf2    LIKE yrequests-srtf2, "data element is SYBIN1&lt;/P&gt;&lt;P&gt;  END OF text_idx,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  pi_text_key  LIKE text_idx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions how to over come from this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Balu CH on Oct 21, 2008 3:57 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 10:26:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-for-text-editor/m-p/4635483#M1091459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T10:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed for Text Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-for-text-editor/m-p/4635484#M1091460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u check out once dattype of  yreqno &amp;amp; yrequests-srtf2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it contain integer repalce it with character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then u will get the desire output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 10:51:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-for-text-editor/m-p/4635484#M1091460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T10:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed for Text Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-for-text-editor/m-p/4635485#M1091461</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;Data definition using type SYBIN1 is causing you the problem as it's an INT...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 11:05:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-for-text-editor/m-p/4635485#M1091461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T11:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed for Text Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-for-text-editor/m-p/4635486#M1091462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavi thks for responding.&lt;/P&gt;&lt;P&gt;As i have mentioned in my previous post my field yreqno &amp;amp; yrequests-srtf2 properties are ..&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;yreqno&lt;/STRONG&gt; - &lt;STRONG&gt;NUmc&lt;/STRONG&gt; and length is 5 since i have to hold only numeric values.&lt;/P&gt;&lt;P&gt;If i change them to Char then i may not increment my request number so in this type of case how to deal with.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;srtf2&lt;/STRONG&gt; - dataelement &lt;STRONG&gt;SYBIN1&lt;/STRONG&gt; is been used for which &lt;STRONG&gt;INT1&lt;/STRONG&gt; is my data type and 3 is my length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 11:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-for-text-editor/m-p/4635486#M1091462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T11:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed for Text Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-for-text-editor/m-p/4635487#M1091463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi can you suggest with which i can replace it with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 11:07:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-for-text-editor/m-p/4635487#M1091463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T11:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed for Text Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-for-text-editor/m-p/4635488#M1091464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change srtf2 to NUMC 03.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 12:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-for-text-editor/m-p/4635488#M1091464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T12:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed for Text Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-for-text-editor/m-p/4635489#M1091465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;self&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 09:42:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-for-text-editor/m-p/4635489#M1091465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T09:42:21Z</dc:date>
    </item>
  </channel>
</rss>

