<?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 Long text issue in IW22 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-issue-in-iw22/m-p/11328404#M1919638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is to put a line of asterisk just bellow whenever there is change in long text in transaction IW22 by default. &lt;/P&gt;&lt;P&gt;Can anybody guide me how to solve this issue ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Oct 2015 06:56:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-10-04T06:56:33Z</dc:date>
    <item>
      <title>Long text issue in IW22</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-issue-in-iw22/m-p/11328404#M1919638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is to put a line of asterisk just bellow whenever there is change in long text in transaction IW22 by default. &lt;/P&gt;&lt;P&gt;Can anybody guide me how to solve this issue ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 06:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-issue-in-iw22/m-p/11328404#M1919638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-04T06:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Long text issue in IW22</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-issue-in-iw22/m-p/11328405#M1919639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;ramesh&lt;/EM&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a standard text (SO10) with a line of &lt;STRONG&gt;&lt;EM&gt;asterisk&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Use &lt;EM&gt;QQMA0014&lt;/EM&gt; to add this line at SAVE event by using the fms &lt;EM&gt;READ_TEXT&lt;/EM&gt; and &lt;EM&gt;SAVE_TEXT.&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Only thing I am unable to tell and you need to explore is: To know whether there is any change in the Longtext.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #548235; font-size: 14.0pt; text-decoration: underline; font-family: Mistral;"&gt;KJogeswaraRa&lt;/SPAN&gt;&lt;SPAN style="color: #548235; font-size: 14.0pt; text-decoration: underline; font-family: Mistral;"&gt;o&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 08:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-issue-in-iw22/m-p/11328405#M1919639</guid>
      <dc:creator>jogeswararao_kavala</dc:creator>
      <dc:date>2015-10-04T08:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Long text issue in IW22</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-issue-in-iw22/m-p/11328406#M1919640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check could be : "if text is not initial, and last line is not *****" then add line with "***"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hint: Also read online help for FM READ_TEXT and SAVE_TEXT and statements as DESCRIBE TABLE and APPEND.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 06:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-issue-in-iw22/m-p/11328406#M1919640</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-10-05T06:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Long text issue in IW22</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-issue-in-iw22/m-p/11328407#M1919641</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;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please explain me how to append a line to existing long text object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 12:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-issue-in-iw22/m-p/11328407#M1919641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-05T12:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Long text issue in IW22</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-issue-in-iw22/m-p/11328408#M1919642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: justify;"&gt;That I already explained. Your requirement is to add a fixed line (line of asterisk everyitme you add a longtext).&lt;/P&gt;&lt;P style="text-align: justify;"&gt;For this first you need to create a standard text through tcode SO10. (This will have one.line full of asterisk). Say you have created theis stdtext with name &lt;EM&gt;&lt;STRONG&gt;Test. &lt;/STRONG&gt;&lt;/EM&gt;Then in the exit specified, you will first retrieve the line of this stdtext to an internal table through fm &lt;EM&gt;READ_TEXT .&lt;/EM&gt;And then update the Longtext with this internal table through fm &lt;EM&gt;SAVE_TEXT.&lt;/EM&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;Sample code for the above is attached for the above purpose. (Notice where I used the word 'Test' (This for Stdtext).&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Now the crucial thing is&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;How would you know the longtext had undergone changes? For this &lt;A __default_attr="311021" __jive_macro_name="user" class="jive_macro_user jive_macro" data-orig-content="Raymond " href="https://community.sap.com/" modifiedtitle="true" title="Raymond "&gt;&lt;/A&gt;posted an idea. According to this prior to the attached code you need to use the same fm &lt;EM&gt;READ_TEXT &lt;/EM&gt;this time to read the entire longtext of the Notification into an internal table.And then your If condifiton will be based on whether the last line of the table is the Asterisk line or not . If this is not the Asterisk line, then it is understood that some one has just added lines to your longtext and hence the attached code will be adding an asterisk line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Bottom-line&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;All workable logic has been explained to you. Now you have to explore the fm &lt;EM&gt;READ_TEXT&lt;/EM&gt; for that part to which I haven't provided any code. ( if you haven't earlier worked with.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #548235; font-size: 14.0pt; text-decoration: underline; font-family: Mistral;"&gt;KJogeswaraRa&lt;/SPAN&gt;&lt;SPAN style="color: #548235; font-size: 14.0pt; text-decoration: underline; font-family: Mistral;"&gt;o&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 13:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-issue-in-iw22/m-p/11328408#M1919642</guid>
      <dc:creator>jogeswararao_kavala</dc:creator>
      <dc:date>2015-10-05T13:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Long text issue in IW22</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-issue-in-iw22/m-p/11328409#M1919643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Thanks for your quickest reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;I have another requirement to draw a box around the item data in sap script. But the problem is how can I determine the height at runtime ?&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Best Regards,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2015 17:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-issue-in-iw22/m-p/11328409#M1919643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-10T17:52:22Z</dc:date>
    </item>
  </channel>
</rss>

