<?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: Create long text for notification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634841#M1665228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the attached screen shots. I am still not able to enter any data.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87885" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87929" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87930" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87935" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87934" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87936" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87937" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87938" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2012 10:51:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-03-28T10:51:31Z</dc:date>
    <item>
      <title>Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634823#M1665210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, I have a requirement wherein, PI is passing data to SAP R/3 using a custom RFC developed using ABAP. There is a field in the RFC which is to input the long text. But the long text can be of any large length. Can I know what should the length of this RFC long text field be in order to recieve the long text from the PI as input?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 12:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634823#M1665210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-27T12:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634824#M1665211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the long text get saved into the database? if yest then you should be able to convert the data in table to use the FM SAVE_TEXT. If it just any field in the database which will get updated then it depends upon the requirement.&lt;/P&gt;&lt;P&gt;I think it should be the target field which is getting updated by RFC which will determine the length.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 12:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634824#M1665211</guid>
      <dc:creator>Private_Member_49934</dc:creator>
      <dc:date>2012-03-27T12:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634825#M1665212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I am not fetching any long text from the database to pass it to the RFC. PI is passing a long text to the ABAP RFC. This RFC is custom development. I do not understand how much length I must give to this RFC long text input field so as to accomodate all the contents of the long text that is passed from PI. After I fetch the text from PI, I am passing this text to BAPI_ALM_NOTIF_CREATE to create a notification. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 12:45:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634825#M1665212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-27T12:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634826#M1665213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are going to update this text in SAP then make Table paramter in your FM type TLINE&lt;/P&gt;&lt;P&gt;And ask PI to send text in this table so that you can also have multiple line text. One line will have 132 Char. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 12:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634826#M1665213</guid>
      <dc:creator>former_member189779</dc:creator>
      <dc:date>2012-03-27T12:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634827#M1665214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I too thought of the same solution. My doubt is, PI is inturn fetching bulk data from a 3rd party database table and this contains the text too. This data is passed in bulk to my RFC. So will PI be able to pass just the long text data in table format? If yes, then how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 12:54:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634827#M1665214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-27T12:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634828#M1665215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; create&amp;nbsp; variable as string or xstring.&lt;/P&gt;&lt;P&gt;then u can split the string and store in database as well.&lt;/P&gt;&lt;P&gt;Thnk and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 13:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634828#M1665215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-27T13:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634829#M1665216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make it as string .&lt;/P&gt;&lt;P&gt;Then use the FM CONVERT_STREAM_TO_ITF_TEXT to convert it in text table.&lt;/P&gt;&lt;P&gt;Finaly use it to poulate &lt;/P&gt;&lt;P&gt;&amp;nbsp; LONGTEXTS in the BAPI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 13:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634829#M1665216</guid>
      <dc:creator>Private_Member_49934</dc:creator>
      <dc:date>2012-03-27T13:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634830#M1665217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, PI should be able to do the job of splitting the single line data to multiple lines/table format based on the length, PI can have a logic to check the length up to 135 characters and pass it as single line of the table and the new line for the next 135 chars. Standard BAPI uses the struture longtexts&lt;/P&gt;&lt;TABLE class="tableFields" style="background-color: #ffffff; text-indent: 0px; font-family: monospace; border: 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;&lt;STRONG style="color: #000000;"&gt;Field&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;&lt;STRONG style="color: #000000;"&gt;Data Element&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;&lt;STRONG style="color: #000000;"&gt;Data Type&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;&lt;STRONG style="color: #000000;"&gt;length&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;&lt;STRONG style="color: #000000;"&gt;Value&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;OBJTYPE&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;SWO_OBJTYP&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;CHAR&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;000010&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;Object type related to PM notification &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;OBJKEY&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;QOBJKEY&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;NUMC&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;000008&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;Notification number&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;FORMAT_COL&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;TDFORMAT&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;CHAR&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;000002&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;&lt;BR /&gt;Default "*"&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;TEXT_LINE&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;TDLINE&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;CHAR&lt;/TD&gt;&lt;TD style="background-color: #ffffcc; border: 1px solid;"&gt;000132&lt;/TD&gt;&lt;TD&gt;Text&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Prasanna &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 13:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634830#M1665217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-27T13:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634831#M1665218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PI they can write a small User defined function to split the text and send it through internal table as an array by using &lt;SPAN style="color: black; font-family: &amp;amp;quot;MS Shell Dlg 2&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 9pt; mso-fareast-font-family: &amp;amp;quot;Times New Roman&amp;amp;quot;; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;result.addValue&lt;/SPAN&gt; method of Java.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 13:18:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634831#M1665218</guid>
      <dc:creator>former_member189779</dc:creator>
      <dc:date>2012-03-27T13:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634832#M1665219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just found out that the table from which PI is fetching the data contains the long text in a field of length VARCHAR2(1750 bytes). I thought I can use the same length in RFC also. Can you please tell me what is the length I should use in this case. How do I convert this length to characters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 13:56:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634832#M1665219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-27T13:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634833#M1665220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use STRING&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 14:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634833#M1665220</guid>
      <dc:creator>former_member189779</dc:creator>
      <dc:date>2012-03-27T14:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634834#M1665221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smitha,&lt;/P&gt;&lt;P&gt;If you see the keyword help you will find that string is predefined data type in data dictionary. It is capable of handling variable length of character starting 256 characters.&lt;/P&gt;&lt;P&gt; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87581" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use you import parameter in the RFC FM as string and you should be able to get it in the FM properly. NO NEED TO SPECIFY ANY LENGHT.&lt;/P&gt;&lt;P&gt; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87582" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Now in you RFC FM&lt;/P&gt;&lt;P&gt;You can code something like below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;TYPES : ty_string_tab &lt;SPAN class="L1S52"&gt;TYPE&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;STANDARD&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;TABLE&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;OF&lt;/SPAN&gt; char72&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;WITH&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;KEY&lt;/SPAN&gt; table_line.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L1S52"&gt;DATA&lt;/SPAN&gt; : l_v_len &lt;SPAN class="L1S52"&gt;TYPE&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;i&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_it_string_tab &lt;SPAN class="L1S52"&gt;TYPE&lt;/SPAN&gt; ty_string_tab,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_it_lng_txt &lt;SPAN class="L1S52"&gt;TYPE&lt;/SPAN&gt; tline_t,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_v_char72 &lt;SPAN class="L1S52"&gt;TYPE&lt;/SPAN&gt; char72.&lt;BR /&gt;l_v_len = &lt;SPAN class="L1S52"&gt;STRLEN&lt;/SPAN&gt;( l_v_text ).&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; l_v_len &amp;lt;&amp;gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L1S52"&gt;DO&lt;/SPAN&gt; .&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; l_v_len &amp;lt;= &lt;SPAN class="L1S32"&gt;72&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_v_char72 = l_v_text(l_v_len).&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;APPEND&lt;/SPAN&gt; l_v_char72 &lt;SPAN class="L1S52"&gt;TO&lt;/SPAN&gt; l_it_string_tab.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CLEAR&lt;/SPAN&gt; l_v_char72.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXIT&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;ELSE&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_v_len = l_v_len - &lt;SPAN class="L1S32"&gt;72&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_v_char72 = l_v_text(&lt;SPAN class="L1S32"&gt;72&lt;/SPAN&gt;).&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;APPEND&lt;/SPAN&gt; l_v_char72 &lt;SPAN class="L1S52"&gt;TO&lt;/SPAN&gt; l_it_string_tab.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;SHIFT&lt;/SPAN&gt; l_v_text &lt;SPAN class="L1S52"&gt;BY&lt;/SPAN&gt; &lt;SPAN class="L1S32"&gt;72&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;PLACES&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;LEFT&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CLEAR&lt;/SPAN&gt; l_v_char72.&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L1S52"&gt;ENDDO&lt;/SPAN&gt;.&lt;BR /&gt;&lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L1S52"&gt;CALL&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;FUNCTION&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'CONVERT_STREAM_TO_ITF_TEXT'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L1S52"&gt;TABLES&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text_stream = l_it_string_tab&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; itf_text&amp;nbsp;&amp;nbsp;&amp;nbsp; = l_it_lng_txt.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Finallly loop at l_it_lng_txt and append the table of you bapi. You will get the format and text line from this table. The first two columns you must be knowing already.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Note : the string in the database is varchar2 . It may contain tabs and new line. That is why the above FM is required to get the correct format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;Let me know if it is not clear still. Rewar POINTS if helpfu.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 15:08:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634834#M1665221</guid>
      <dc:creator>Private_Member_49934</dc:creator>
      <dc:date>2012-03-27T15:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634835#M1665222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used the string format for the field but unfortunately, I am not able to input any data into this field. When i try executing the RFC, the import table which contains field to enter the text is shown in display mode. PFA the screen where it gives me a message that I can only see the table in display mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 15:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634835#M1665222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-27T15:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634836#M1665223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post the function module interface parameter? I can comment after that only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 16:21:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634836#M1665223</guid>
      <dc:creator>Private_Member_49934</dc:creator>
      <dc:date>2012-03-27T16:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634837#M1665224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The RFC has the following Import parameter:&lt;/P&gt;&lt;P&gt;IT_NOTIF which is of table type ZMPM_NOTIF_CREATE_TY. This table type is of line type ZMPM_NOTIF_CREATE having the custom structure containing the fields:&lt;/P&gt;&lt;P&gt;Notif_no,&lt;/P&gt;&lt;P&gt;NOTIF_TYPE&lt;/P&gt;&lt;P&gt;NOTIF_DESCRIBE&lt;/P&gt;&lt;P&gt;The field of concern is NOTIF_DESCRIBE which needs to accomodate the long text. If I create a data element of type string and associate this with NOTIF_DESCRIBE field, then while executing the RFC, i am not able to give any input in the IT_NOTIF table. Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 05:25:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634837#M1665224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T05:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634838#M1665225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create the table type as ZMPM_NOTIF_CREATE_TY.pass this to import parameter,now you havin all the data from PI.&lt;/P&gt;&lt;P&gt;loop the table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use RKD_WORD_WRAP.pass your line type NOTIF_DESRIBE to this FM.&lt;/P&gt;&lt;P&gt;you can move that into saparate variables,you can store in intarnal table.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;thank and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 05:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634838#M1665225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T05:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634839#M1665226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but data from PI is getting truncated even if i declare the type as string. It is accepting only a maximum of 255 characters. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 06:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634839#M1665226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T06:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634840#M1665227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are doing everything correctly then it's the problem from PI end and not from abap end.&lt;/P&gt;&lt;P&gt;Please check the attachment with screenshot. I am not getting any problem. Also check the documentation attached. String doesn't has any limit.&lt;/P&gt;&lt;P&gt;But please note that in FM test environment you won't be able to add more than 255 character which is the LIMIT OF FUNCTION MODULE TEST ENVIRONMENT. But you can test it programatically. I am sure it won't get tructed.&lt;/P&gt;&lt;P&gt;Let me know if you find it useful.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87844" width="450" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87845" width="450" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87847" width="450" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 08:05:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634840#M1665227</guid>
      <dc:creator>Private_Member_49934</dc:creator>
      <dc:date>2012-03-28T08:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634841#M1665228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the attached screen shots. I am still not able to enter any data.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87885" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87929" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87930" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87935" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87934" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87936" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87937" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87938" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 10:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634841#M1665228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T10:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create long text for notification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634842#M1665229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please check the table type Z243_TY. Is it sorted?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/87947" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 11:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-long-text-for-notification/m-p/8634842#M1665229</guid>
      <dc:creator>Private_Member_49934</dc:creator>
      <dc:date>2012-03-28T11:03:04Z</dc:date>
    </item>
  </channel>
</rss>

