<?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: Time out when using BDC for TCODE CO02 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-when-using-bdc-for-tcode-co02/m-p/933216#M61340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not try using the SAVE_TEXT function module with the correct parameters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2005 14:44:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-30T14:44:43Z</dc:date>
    <item>
      <title>Time out when using BDC for TCODE CO02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-when-using-bdc-for-tcode-co02/m-p/933213#M61337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running a BDC to add long text of Production Order. (call transaction 'CO02')&lt;/P&gt;&lt;P&gt;When I save the order,  "time out" happened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If running CO02 manual,&lt;/P&gt;&lt;P&gt;the order save successful,&lt;/P&gt;&lt;P&gt;time out situation can't happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help to me.&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 13:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-when-using-bdc-for-tcode-co02/m-p/933213#M61337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-30T13:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Time out when using BDC for TCODE CO02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-when-using-bdc-for-tcode-co02/m-p/933214#M61338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm think that there may be a problem updating the text in BDC.  If CO02 uses a text edit container to allow the user to update the long text, then it will probably not work in a Background BDC.  It is dependent on the gui container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 13:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-when-using-bdc-for-tcode-co02/m-p/933214#M61338</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-08-30T13:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Time out when using BDC for TCODE CO02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-when-using-bdc-for-tcode-co02/m-p/933215#M61339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just ran some tests.  Instead of updating the long text via the "Long Text" tab,  use the Long Text Icon next to the production order number.  This will thru the SAPscript editor.  By using this, it will update the text container in the long text tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So,  record your recording again in SHDB, this time click the icon next to the production order, and enter your text there,  don't go to the "long Text" tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 13:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-when-using-bdc-for-tcode-co02/m-p/933215#M61339</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-08-30T13:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Time out when using BDC for TCODE CO02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-when-using-bdc-for-tcode-co02/m-p/933216#M61340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not try using the SAVE_TEXT function module with the correct parameters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 14:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-when-using-bdc-for-tcode-co02/m-p/933216#M61340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-30T14:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Time out when using BDC for TCODE CO02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-when-using-bdc-for-tcode-co02/m-p/933217#M61341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way,  please make sure that you mark this post as a question,  and award points for helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 14:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-when-using-bdc-for-tcode-co02/m-p/933217#M61341</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-08-30T14:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Time out when using BDC for TCODE CO02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-when-using-bdc-for-tcode-co02/m-p/933218#M61342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about call function 'SAVE_TEXT'.&lt;/P&gt;&lt;P&gt;To create Long text:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HEADER-TDOBJECT = 'AUFK'.&lt;/P&gt;&lt;P&gt;HEADER-TDNAME = '050000100017043'.&lt;/P&gt;&lt;P&gt;HEADER-TDID   = 'KOPF'.&lt;/P&gt;&lt;P&gt;HEADER-TDSPRAS = 'EN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LINES-TDFORMAT = '/'.&lt;/P&gt;&lt;P&gt;LINES-TDLINE = 'TEST LINE 1'.&lt;/P&gt;&lt;P&gt;APPEND LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SAVE_TEXT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    HEADER                = HEADER&lt;/P&gt;&lt;P&gt;    SAVEMODE_DIRECT       = 'X'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    LINES                 = LINES&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    ID                    = 1&lt;/P&gt;&lt;P&gt;    LANGUAGE              = 2&lt;/P&gt;&lt;P&gt;    NAME                  = 3&lt;/P&gt;&lt;P&gt;    OBJECT                = 4&lt;/P&gt;&lt;P&gt;    OTHERS                = 5            .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the program successful. &lt;/P&gt;&lt;P&gt;It is work using function 'READ_TEXT' to read long text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But using TCODE CO03 to display order 100017043,&lt;/P&gt;&lt;P&gt;can't see the long text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 05:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-when-using-bdc-for-tcode-co02/m-p/933218#M61342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-02T05:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Time out when using BDC for TCODE CO02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-when-using-bdc-for-tcode-co02/m-p/933219#M61343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need to set AUFK-LTEXT = 'E'.&lt;/P&gt;&lt;P&gt;^^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2005 03:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-when-using-bdc-for-tcode-co02/m-p/933219#M61343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-15T03:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Time out when using BDC for TCODE CO02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-when-using-bdc-for-tcode-co02/m-p/933220#M61344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Lingyun Chang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I can read the long texts by function module 'READ_TEXT', and AUFK-LTEXT has also been set to 'E', but still I can't see it in CO03. Could you kindly help? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Arwen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 13:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-when-using-bdc-for-tcode-co02/m-p/933220#M61344</guid>
      <dc:creator>WenjingLiu</dc:creator>
      <dc:date>2013-11-11T13:33:33Z</dc:date>
    </item>
  </channel>
</rss>

