<?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 Bdc Change ---- problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-bdc-change-problem/m-p/1552768#M250617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts &lt;/P&gt;&lt;P&gt;iam doing bdc to update a long text for qp02 tcode inspection characterstic&lt;/P&gt;&lt;P&gt;the follwoing is the itab for long test&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF itext OCCURS 0,&lt;/P&gt;&lt;P&gt;        vornr LIKE plpo-vornr,&lt;/P&gt;&lt;P&gt;        merknr LIKE plmk-merknr,&lt;/P&gt;&lt;P&gt;        long1(72) TYPE c,&lt;/P&gt;&lt;P&gt;        long2(72)           TYPE c,&lt;/P&gt;&lt;P&gt;        long3(72)           TYPE c,&lt;/P&gt;&lt;P&gt;        long4(72)           TYPE c,&lt;/P&gt;&lt;P&gt;        long5(72)           TYPE c,&lt;/P&gt;&lt;P&gt;        long6(72)           TYPE c,&lt;/P&gt;&lt;P&gt;        long7(72)           TYPE c,&lt;/P&gt;&lt;P&gt;        long8(72)           TYPE c,&lt;/P&gt;&lt;P&gt;        long9(72)           TYPE c,&lt;/P&gt;&lt;P&gt;        long10(72)          TYPE c,&lt;/P&gt;&lt;P&gt;      END OF itext.&lt;/P&gt;&lt;P&gt;i had moved all  long text from file to itext&lt;/P&gt;&lt;P&gt;my bdc ..&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;perform &lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;loop at ioperation &lt;/P&gt;&lt;P&gt;perform &lt;/P&gt;&lt;P&gt;perform&lt;/P&gt;&lt;P&gt; loop at ichr where vornr = ioperation vornr. (Characterstic table)&lt;/P&gt;&lt;P&gt;  perfrom ---some fields&lt;/P&gt;&lt;P&gt;  *****&lt;/P&gt;&lt;P&gt;  read table itext with key vornr = ichr-vornr&lt;/P&gt;&lt;P&gt;			    merknr = ichr-merknr.&lt;/P&gt;&lt;P&gt; perform .&lt;/P&gt;&lt;P&gt;long-text.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;as iam reading it it picks all longtext for the givem condition.&lt;/P&gt;&lt;P&gt;as iam having same operation and charcaterstic for different matnr &lt;/P&gt;&lt;P&gt;it picks all .and after perfrming one matnr it dispalys the content other matnr in the first matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any other way to modify text .&lt;/P&gt;&lt;P&gt;will be thankfull &lt;/P&gt;&lt;P&gt;and points will be awarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Sep 2006 10:30:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-04T10:30:43Z</dc:date>
    <item>
      <title>Long-text Bdc Change ---- problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-bdc-change-problem/m-p/1552768#M250617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts &lt;/P&gt;&lt;P&gt;iam doing bdc to update a long text for qp02 tcode inspection characterstic&lt;/P&gt;&lt;P&gt;the follwoing is the itab for long test&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF itext OCCURS 0,&lt;/P&gt;&lt;P&gt;        vornr LIKE plpo-vornr,&lt;/P&gt;&lt;P&gt;        merknr LIKE plmk-merknr,&lt;/P&gt;&lt;P&gt;        long1(72) TYPE c,&lt;/P&gt;&lt;P&gt;        long2(72)           TYPE c,&lt;/P&gt;&lt;P&gt;        long3(72)           TYPE c,&lt;/P&gt;&lt;P&gt;        long4(72)           TYPE c,&lt;/P&gt;&lt;P&gt;        long5(72)           TYPE c,&lt;/P&gt;&lt;P&gt;        long6(72)           TYPE c,&lt;/P&gt;&lt;P&gt;        long7(72)           TYPE c,&lt;/P&gt;&lt;P&gt;        long8(72)           TYPE c,&lt;/P&gt;&lt;P&gt;        long9(72)           TYPE c,&lt;/P&gt;&lt;P&gt;        long10(72)          TYPE c,&lt;/P&gt;&lt;P&gt;      END OF itext.&lt;/P&gt;&lt;P&gt;i had moved all  long text from file to itext&lt;/P&gt;&lt;P&gt;my bdc ..&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;perform &lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;loop at ioperation &lt;/P&gt;&lt;P&gt;perform &lt;/P&gt;&lt;P&gt;perform&lt;/P&gt;&lt;P&gt; loop at ichr where vornr = ioperation vornr. (Characterstic table)&lt;/P&gt;&lt;P&gt;  perfrom ---some fields&lt;/P&gt;&lt;P&gt;  *****&lt;/P&gt;&lt;P&gt;  read table itext with key vornr = ichr-vornr&lt;/P&gt;&lt;P&gt;			    merknr = ichr-merknr.&lt;/P&gt;&lt;P&gt; perform .&lt;/P&gt;&lt;P&gt;long-text.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;as iam reading it it picks all longtext for the givem condition.&lt;/P&gt;&lt;P&gt;as iam having same operation and charcaterstic for different matnr &lt;/P&gt;&lt;P&gt;it picks all .and after perfrming one matnr it dispalys the content other matnr in the first matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any other way to modify text .&lt;/P&gt;&lt;P&gt;will be thankfull &lt;/P&gt;&lt;P&gt;and points will be awarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 10:30:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-bdc-change-problem/m-p/1552768#M250617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T10:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Long-text Bdc Change ---- problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-bdc-change-problem/m-p/1552769#M250618</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;After the statement, use sy-subrc check as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;clear: itext.&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;read table itext with key vornr = ichr-vornr&lt;/P&gt;&lt;P&gt;merknr = ichr-merknr.&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;if sy-subrc = 0.&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;perform .&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;endif.&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2006 11:03:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-bdc-change-problem/m-p/1552769#M250618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-04T11:03:25Z</dc:date>
    </item>
  </channel>
</rss>

