<?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: BDC_INSERT, queue error at . Please check the system log in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-queue-error-at-please-check-the-system-log/m-p/5627797#M1281545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the source code :&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;report ZFIPRACCPAY02001 no standard page heading line-size 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include bdcrecx1.&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF IRECORD OCCURS 0,&lt;/P&gt;&lt;P&gt;          PRIKEY(5)    TYPE C,&lt;/P&gt;&lt;P&gt;          ACCNT(17)    TYPE C,&lt;/P&gt;&lt;P&gt;          BLDAT(10)    TYPE C,&lt;/P&gt;&lt;P&gt;          BLART(2)     TYPE C,&lt;/P&gt;&lt;P&gt;          BUDAT(10)    TYPE C,&lt;/P&gt;&lt;P&gt;          XBLNR(16)    TYPE C,&lt;/P&gt;&lt;P&gt;          WRBTR(13)    TYPE C,&lt;/P&gt;&lt;P&gt;          WAERS(5)     TYPE C,&lt;/P&gt;&lt;P&gt;          XMWST(1)     TYPE C,&lt;/P&gt;&lt;P&gt;          SGTXT(50)    TYPE C,&lt;/P&gt;&lt;P&gt;          GSBER(4)     TYPE C,&lt;/P&gt;&lt;P&gt;       END OF IRECORD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF IDETAILALL OCCURS 0,&lt;/P&gt;&lt;P&gt;          PRIKEY(5)    TYPE C,&lt;/P&gt;&lt;P&gt;          HKONT(10)    TYPE C,&lt;/P&gt;&lt;P&gt;          SHKZG(1)     TYPE C,&lt;/P&gt;&lt;P&gt;          WRBTR(13)    TYPE C,&lt;/P&gt;&lt;P&gt;          MWSKZ(2)     TYPE C,&lt;/P&gt;&lt;P&gt;          ZUONR(18)    TYPE C,&lt;/P&gt;&lt;P&gt;          SGTXT(50)    TYPE C,&lt;/P&gt;&lt;P&gt;          GSBER(4)     TYPE C,&lt;/P&gt;&lt;P&gt;          KOSTL(7)     TYPE C,&lt;/P&gt;&lt;P&gt;      END OF IDETAILALL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF IDETAIL OCCURS 0,&lt;/P&gt;&lt;P&gt;          PRIKEY(5)    TYPE C,&lt;/P&gt;&lt;P&gt;          HKONT(10)    TYPE C,&lt;/P&gt;&lt;P&gt;          SHKZG(1)     TYPE C,&lt;/P&gt;&lt;P&gt;          WRBTR(13)    TYPE C,&lt;/P&gt;&lt;P&gt;          MWSKZ(2)     TYPE C,&lt;/P&gt;&lt;P&gt;          ZUONR(18)    TYPE C,&lt;/P&gt;&lt;P&gt;          SGTXT(50)    TYPE C,&lt;/P&gt;&lt;P&gt;          GSBER(4)     TYPE C,&lt;/P&gt;&lt;P&gt;          KOSTL(7)     TYPE C,&lt;/P&gt;&lt;P&gt;      END OF IDETAIL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'UPLOAD'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            FILENAME = ''&lt;/P&gt;&lt;P&gt;            FILETYPE = 'DAT'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            DATA_TAB = iRECORD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'UPLOAD'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            FILENAME = ''&lt;/P&gt;&lt;P&gt;            FILETYPE = 'DAT'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            DATA_TAB = IDETAILALL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform open_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT IRECORD.&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro using 'SAPMF05A' '1100'.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'BDC_OKCODE' '=MORE'.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'RF05A-BUSCS' 'R'.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'BDC_CURSOR' 'INVFO-XMWST'.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-ACCNT' IRECORD-ACCNT.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-BLDAT' IRECORD-BLDAT.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-BLART' IRECORD-BLART.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-BUDAT' IRECORD-BUDAT.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-XBLNR' IRECORD-XBLNR.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-WRBTR' IRECORD-WRBTR.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-WAERS' IRECORD-WAERS.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-XMWST' IRECORD-XMWST.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-SGTXT' IRECORD-SGTXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro using 'SAPMF05A' '1100'.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'BDC_OKCODE' '=MORE'.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'BDC_CURSOR' 'INVFO-BKTXT'.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-GSBER' IRECORD-GSBER.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-ZUONR' IRECORD-XBLNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    LOOP AT IDETAILALL INTO IDETAIL WHERE PRIKEY = IRECORD-PRIKEY.&lt;/P&gt;&lt;P&gt;      perform bdc_dynpro using 'SAPMF05A' '1100'.&lt;/P&gt;&lt;P&gt;      PERFORM BDC_FIELD USING 'ACGL_ITEM-MARKSP(01)' 'X'.&lt;/P&gt;&lt;P&gt;      PERFORM BDC_FIELD USING 'BDC_OKCODE' '=0005'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'BDC_CURSOR' 'ACGL_ITEM-HKONT(01)'.&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'ACGL_ITEM-HKONT(01)' IDETAIL-HKONT.&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'ACGL_ITEM-SHKZG(01)' IDETAIL-SHKZG.&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'ACGL_ITEM-WRBTR(01)' IDETAIL-WRBTR.&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'ACGL_ITEM-MWSKZ(01)' IDETAIL-MWSKZ.&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'ACGL_ITEM-ZUONR(01)' IDETAIL-ZUONR.&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'ACGL_ITEM-SGTXT(01)' IDETAIL-SGTXT.&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'ACGL_ITEM-GSBER(01)' IDETAIL-GSBER.&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'ACGL_ITEM-KOSTL(01)' IDETAIL-KOSTL.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;    PERFORM BDC_FIELD USING 'BDC_OKCODE' '=BU'.&lt;/P&gt;&lt;P&gt;    perform bdc_transaction using 'FB60'.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  perform close_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dedy W.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2009 02:01:39 GMT</pubDate>
    <dc:creator>former_member850376</dc:creator>
    <dc:date>2009-05-13T02:01:39Z</dc:date>
    <item>
      <title>BDC_INSERT, queue error at . Please check the system log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-queue-error-at-please-check-the-system-log/m-p/5627795#M1281543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have facing a problem while i am trying to upload a file.txt via BDC session.&lt;/P&gt;&lt;P&gt;This is never been before and I could not find any log to analyse in SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error is :&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;BDC_INSERT, queue error at . Please check the system log&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Message no. 00 332&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Diagnosis&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Error creating a batch input session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Procedure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Contact the person in charge.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;Are there any solution for this issue / what should I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dedy W.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 01:07:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-queue-error-at-please-check-the-system-log/m-p/5627795#M1281543</guid>
      <dc:creator>former_member850376</dc:creator>
      <dc:date>2009-05-13T01:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_INSERT, queue error at . Please check the system log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-queue-error-at-please-check-the-system-log/m-p/5627796#M1281544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;
Hi Dedy,
Can you please paste your code. So that we can go through and find out what would be the problem.

Thanks
Venkat
&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 01:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-queue-error-at-please-check-the-system-log/m-p/5627796#M1281544</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-05-13T01:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_INSERT, queue error at . Please check the system log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-queue-error-at-please-check-the-system-log/m-p/5627797#M1281545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the source code :&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;report ZFIPRACCPAY02001 no standard page heading line-size 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include bdcrecx1.&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF IRECORD OCCURS 0,&lt;/P&gt;&lt;P&gt;          PRIKEY(5)    TYPE C,&lt;/P&gt;&lt;P&gt;          ACCNT(17)    TYPE C,&lt;/P&gt;&lt;P&gt;          BLDAT(10)    TYPE C,&lt;/P&gt;&lt;P&gt;          BLART(2)     TYPE C,&lt;/P&gt;&lt;P&gt;          BUDAT(10)    TYPE C,&lt;/P&gt;&lt;P&gt;          XBLNR(16)    TYPE C,&lt;/P&gt;&lt;P&gt;          WRBTR(13)    TYPE C,&lt;/P&gt;&lt;P&gt;          WAERS(5)     TYPE C,&lt;/P&gt;&lt;P&gt;          XMWST(1)     TYPE C,&lt;/P&gt;&lt;P&gt;          SGTXT(50)    TYPE C,&lt;/P&gt;&lt;P&gt;          GSBER(4)     TYPE C,&lt;/P&gt;&lt;P&gt;       END OF IRECORD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF IDETAILALL OCCURS 0,&lt;/P&gt;&lt;P&gt;          PRIKEY(5)    TYPE C,&lt;/P&gt;&lt;P&gt;          HKONT(10)    TYPE C,&lt;/P&gt;&lt;P&gt;          SHKZG(1)     TYPE C,&lt;/P&gt;&lt;P&gt;          WRBTR(13)    TYPE C,&lt;/P&gt;&lt;P&gt;          MWSKZ(2)     TYPE C,&lt;/P&gt;&lt;P&gt;          ZUONR(18)    TYPE C,&lt;/P&gt;&lt;P&gt;          SGTXT(50)    TYPE C,&lt;/P&gt;&lt;P&gt;          GSBER(4)     TYPE C,&lt;/P&gt;&lt;P&gt;          KOSTL(7)     TYPE C,&lt;/P&gt;&lt;P&gt;      END OF IDETAILALL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF IDETAIL OCCURS 0,&lt;/P&gt;&lt;P&gt;          PRIKEY(5)    TYPE C,&lt;/P&gt;&lt;P&gt;          HKONT(10)    TYPE C,&lt;/P&gt;&lt;P&gt;          SHKZG(1)     TYPE C,&lt;/P&gt;&lt;P&gt;          WRBTR(13)    TYPE C,&lt;/P&gt;&lt;P&gt;          MWSKZ(2)     TYPE C,&lt;/P&gt;&lt;P&gt;          ZUONR(18)    TYPE C,&lt;/P&gt;&lt;P&gt;          SGTXT(50)    TYPE C,&lt;/P&gt;&lt;P&gt;          GSBER(4)     TYPE C,&lt;/P&gt;&lt;P&gt;          KOSTL(7)     TYPE C,&lt;/P&gt;&lt;P&gt;      END OF IDETAIL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'UPLOAD'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            FILENAME = ''&lt;/P&gt;&lt;P&gt;            FILETYPE = 'DAT'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            DATA_TAB = iRECORD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'UPLOAD'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            FILENAME = ''&lt;/P&gt;&lt;P&gt;            FILETYPE = 'DAT'&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            DATA_TAB = IDETAILALL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform open_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT IRECORD.&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro using 'SAPMF05A' '1100'.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'BDC_OKCODE' '=MORE'.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'RF05A-BUSCS' 'R'.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'BDC_CURSOR' 'INVFO-XMWST'.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-ACCNT' IRECORD-ACCNT.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-BLDAT' IRECORD-BLDAT.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-BLART' IRECORD-BLART.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-BUDAT' IRECORD-BUDAT.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-XBLNR' IRECORD-XBLNR.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-WRBTR' IRECORD-WRBTR.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-WAERS' IRECORD-WAERS.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-XMWST' IRECORD-XMWST.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-SGTXT' IRECORD-SGTXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro using 'SAPMF05A' '1100'.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'BDC_OKCODE' '=MORE'.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'BDC_CURSOR' 'INVFO-BKTXT'.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-GSBER' IRECORD-GSBER.&lt;/P&gt;&lt;P&gt;    perform bdc_field  using 'INVFO-ZUONR' IRECORD-XBLNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    LOOP AT IDETAILALL INTO IDETAIL WHERE PRIKEY = IRECORD-PRIKEY.&lt;/P&gt;&lt;P&gt;      perform bdc_dynpro using 'SAPMF05A' '1100'.&lt;/P&gt;&lt;P&gt;      PERFORM BDC_FIELD USING 'ACGL_ITEM-MARKSP(01)' 'X'.&lt;/P&gt;&lt;P&gt;      PERFORM BDC_FIELD USING 'BDC_OKCODE' '=0005'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'BDC_CURSOR' 'ACGL_ITEM-HKONT(01)'.&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'ACGL_ITEM-HKONT(01)' IDETAIL-HKONT.&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'ACGL_ITEM-SHKZG(01)' IDETAIL-SHKZG.&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'ACGL_ITEM-WRBTR(01)' IDETAIL-WRBTR.&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'ACGL_ITEM-MWSKZ(01)' IDETAIL-MWSKZ.&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'ACGL_ITEM-ZUONR(01)' IDETAIL-ZUONR.&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'ACGL_ITEM-SGTXT(01)' IDETAIL-SGTXT.&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'ACGL_ITEM-GSBER(01)' IDETAIL-GSBER.&lt;/P&gt;&lt;P&gt;      perform bdc_field  using 'ACGL_ITEM-KOSTL(01)' IDETAIL-KOSTL.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;    PERFORM BDC_FIELD USING 'BDC_OKCODE' '=BU'.&lt;/P&gt;&lt;P&gt;    perform bdc_transaction using 'FB60'.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  perform close_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dedy W.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 02:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-queue-error-at-please-check-the-system-log/m-p/5627797#M1281545</guid>
      <dc:creator>former_member850376</dc:creator>
      <dc:date>2009-05-13T02:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_INSERT, queue error at . Please check the system log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-queue-error-at-please-check-the-system-log/m-p/5627798#M1281546</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;check with the recording for that transaction ,check with the total function modules in the session method ,parameters are passing correct are not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the below link for all bdc issues&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/wiki?path=/display/home/bdc&amp;amp;" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/wiki?path=/display/home/bdc&amp;amp;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 09:52:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-queue-error-at-please-check-the-system-log/m-p/5627798#M1281546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T09:52:51Z</dc:date>
    </item>
  </channel>
</rss>

