<?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 how to keep long text in bdc using create_text  function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-long-text-in-bdc-using-create-text-function-module/m-p/3700139#M890948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;ihave bdc in that i having field like long text i have to upload the long text using create_text function module how to use and where to use in bdc. wat parameters i have to pass exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need some other information like how can i pass this to BDC i got like this .&lt;/P&gt;&lt;P&gt;can u plz check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its a length of 255 chaters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSTXT-TXLINE(02)'&lt;/P&gt;&lt;P&gt;'zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz'&lt;/P&gt;&lt;P&gt;&amp;amp; 'zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSTXT-TXLINE(03)'&lt;/P&gt;&lt;P&gt;'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'&lt;/P&gt;&lt;P&gt;&amp;amp; 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSTXT-TXLINE(04)'&lt;/P&gt;&lt;P&gt;'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy'&lt;/P&gt;&lt;P&gt;&amp;amp; 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSTXT-TXLINE(05)'&lt;/P&gt;&lt;P&gt;'hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh'&lt;/P&gt;&lt;P&gt;&amp;amp; 'hhhhhhhhhhhhhhhhhhhhhh'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Apr 2008 03:48:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-10T03:48:25Z</dc:date>
    <item>
      <title>how to keep long text in bdc using create_text  function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-long-text-in-bdc-using-create-text-function-module/m-p/3700139#M890948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;ihave bdc in that i having field like long text i have to upload the long text using create_text function module how to use and where to use in bdc. wat parameters i have to pass exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need some other information like how can i pass this to BDC i got like this .&lt;/P&gt;&lt;P&gt;can u plz check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its a length of 255 chaters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSTXT-TXLINE(02)'&lt;/P&gt;&lt;P&gt;'zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz'&lt;/P&gt;&lt;P&gt;&amp;amp; 'zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSTXT-TXLINE(03)'&lt;/P&gt;&lt;P&gt;'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'&lt;/P&gt;&lt;P&gt;&amp;amp; 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSTXT-TXLINE(04)'&lt;/P&gt;&lt;P&gt;'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy'&lt;/P&gt;&lt;P&gt;&amp;amp; 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy'.&lt;/P&gt;&lt;P&gt;perform bdc_field using 'RSTXT-TXLINE(05)'&lt;/P&gt;&lt;P&gt;'hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh'&lt;/P&gt;&lt;P&gt;&amp;amp; 'hhhhhhhhhhhhhhhhhhhhhh'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 03:48:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-long-text-in-bdc-using-create-text-function-module/m-p/3700139#M890948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T03:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to keep long text in bdc using create_text  function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-long-text-in-bdc-using-create-text-function-module/m-p/3700140#M890949</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;&lt;/P&gt;&lt;P&gt;Use this coding where do u want, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: begin of textline occurs 10.
        include structure tline.
data: end of textline.

start-of-selection.

textline-tdformat = '*'.
textline-tdline = 'TESTING FOR CREATION OF TEXT'.
append textline.
clear textline.

    call function 'CREATE_TEXT'
         exporting
              fid       = '0013'
              flanguage = sy-langu
              fname     = '0095000501'
              fobject   = 'VBBK'
         tables
              flines    = textline
         exceptions
              no_init   = 01
              no_save   = 02.


end-of-selection.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 03:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-long-text-in-bdc-using-create-text-function-module/m-p/3700140#M890949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T03:51:29Z</dc:date>
    </item>
  </channel>
</rss>

