<?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 errored out in background processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-errored-out-in-background-processing/m-p/1711229#M311083</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;Check if the transaction is having custom controls..As the custom controls will not work in the background..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Oct 2006 02:04:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-30T02:04:27Z</dc:date>
    <item>
      <title>Bdc_insert errored out in background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-errored-out-in-background-processing/m-p/1711228#M311082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use bdc_insert to create a session.&lt;/P&gt;&lt;P&gt;When i process the session in foreground, few of them have error and few gets processed.&lt;/P&gt;&lt;P&gt;But when i execute this in background all gets errored out.&lt;/P&gt;&lt;P&gt;Any reason? how can i avoid it.&lt;/P&gt;&lt;P&gt;FYI: i see some i;nformation poppin up when using foreground.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 01:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-errored-out-in-background-processing/m-p/1711228#M311082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T01:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Bdc_insert errored out in background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-errored-out-in-background-processing/m-p/1711229#M311083</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;Check if the transaction is having custom controls..As the custom controls will not work in the background..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 02:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-errored-out-in-background-processing/m-p/1711229#M311083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T02:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bdc_insert errored out in background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-errored-out-in-background-processing/m-p/1711230#M311084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There could be a number of causes, depending on the transaction. Can you tell us what the transaction is please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 03:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-errored-out-in-background-processing/m-p/1711230#M311084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T03:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bdc_insert errored out in background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-errored-out-in-background-processing/m-p/1711231#M311085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;transaction is PA30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using call transaction method mode n. Here none of the records are processed. Wht could be the reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 03:40:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-errored-out-in-background-processing/m-p/1711231#M311085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T03:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Bdc_insert errored out in background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-errored-out-in-background-processing/m-p/1711232#M311086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'BDC_OPEN_GROUP'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      client   = sy-mandt&lt;/P&gt;&lt;P&gt;      group    = p_group&lt;/P&gt;&lt;P&gt;      user     = p_user&lt;/P&gt;&lt;P&gt;      keep     = p_keep&lt;/P&gt;&lt;P&gt;      holddate = p_holdte.&lt;/P&gt;&lt;P&gt;  WRITE: /(30) 'BDC_OPEN_GROUP'(i02),&lt;/P&gt;&lt;P&gt;          (12) 'returncode:'(i05),&lt;/P&gt;&lt;P&gt;               sy-subrc.&lt;/P&gt;&lt;P&gt; LOOP AT record.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_dynpro      USING 'SAPMP50A' '1000'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '=INS'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'RP50G-PERNR'&lt;/P&gt;&lt;P&gt;                                  record-pernr.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'RP50G-TIMR6'&lt;/P&gt;&lt;P&gt;                                  'X'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'RP50G-BEGDA'&lt;/P&gt;&lt;P&gt;                                  record-begda.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'RP50G-ENDDA'&lt;/P&gt;&lt;P&gt;                                  record-endda.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'RP50G-CHOIC'      "Infotype&lt;/P&gt;&lt;P&gt;                                  '2006'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'RP50G-SUBTY'      "Quota Type&lt;/P&gt;&lt;P&gt;                                  record-subty.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_dynpro      USING 'MP200000' '2250'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '=UPD'.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'P2006-ANZHL'     "Entitlement (day)&lt;/P&gt;&lt;P&gt;                                  record-anzhl.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'P2006-DESTA'     "Deduction From&lt;/P&gt;&lt;P&gt;                                  record-desta.&lt;/P&gt;&lt;P&gt;    PERFORM bdc_field       USING 'P2006-DEEND'     "Deduction to&lt;/P&gt;&lt;P&gt;                                  record-deend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    PERFORM bdc_transaction USING 'PA30'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;      WRITE: / 'Line :',sy-tabix, 'BDC Record Created'.&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      WRITE: / 'Line :',sy-tabix, 'Error during BDC Record Creation'.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;FORM bdc_transaction USING tcode.&lt;/P&gt;&lt;P&gt;  DATA: l_mstring(480).&lt;/P&gt;&lt;P&gt;  DATA: l_subrc LIKE sy-subrc.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;batch input session&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; CALL FUNCTION 'BDC_INSERT'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     tcode     = tcode&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   TABLES&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     dynprotab = bdcdata.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction 'PA30' using bdcdata mode 'N'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE: / 'BDC_INSERT'(i03),&lt;/P&gt;&lt;P&gt;           tcode,&lt;/P&gt;&lt;P&gt;           'returncode:'(i05),&lt;/P&gt;&lt;P&gt;           sy-subrc,&lt;/P&gt;&lt;P&gt;           'RECORD:',&lt;/P&gt;&lt;P&gt;           sy-index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  REFRESH bdcdata.&lt;/P&gt;&lt;P&gt;ENDFORM.                    "bdc_transaction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 03:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-errored-out-in-background-processing/m-p/1711232#M311086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T03:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Bdc_insert errored out in background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-errored-out-in-background-processing/m-p/1711233#M311087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you say me what message you are getting while going to log analyzer in sm35? also one more point i would like to add over here. if the pop_up you are saying is something to decide, then you will have to record the respective code for it as well. i mean to say if the pop_up is appearing to make some choice or select some record from the display, then you have to record the code into your appl prgm, coz while scheduling in background it does not take care of all these things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 06:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-insert-errored-out-in-background-processing/m-p/1711233#M311087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T06:57:43Z</dc:date>
    </item>
  </channel>
</rss>

