<?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 not working while using Call transaction in foreground in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923238#M1484593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC is a crutch. Use of BAPI is always the better option, but note:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Certain transactions (like MM02) use different screen sequences in background and online. I did not use BDC recording for a couple of years but I remember there is an option to tell the recorder to use background or online mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you record in (default?) background mode, call transaction called online may fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 May 2010 11:58:00 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2010-05-24T11:58:00Z</dc:date>
    <item>
      <title>BDC not working while using Call transaction in foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923232#M1484587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using call transaction method to execute a BDC in foreground. but the BDC is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use the standard include instead of call transaction, the BDC is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest what should be done to execute the BDc by using call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 11:25:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923232#M1484587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-24T11:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: BDC not working while using Call transaction in foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923233#M1484588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use the standard include instead of call transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean BDCREX1 ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 11:29:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923233#M1484588</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-05-24T11:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: BDC not working while using Call transaction in foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923234#M1484589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes if use bdcrecx1, the program is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i use 'CALL TRANSACTION 'MM02' USING i_bdcdata&lt;/P&gt;&lt;P&gt;                          MODE 'A' UPDATE 'N' MESSAGES INTO i_messtab ' bdc is not working. only the first screen for MM02 is called and there is no processing after that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 11:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923234#M1484589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-24T11:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: BDC not working while using Call transaction in foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923235#M1484590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the probl;em lies in populating the i_bdcdata.&lt;/P&gt;&lt;P&gt;Check whether screen, field, value are populated correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 11:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923235#M1484590</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-05-24T11:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: BDC not working while using Call transaction in foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923236#M1484591</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;Use the BAPI_MATERIAL_SAVEDATA ( Create and Change Material Master Data). I think this will be more faster and easier than bdc in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sumodh.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 11:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923236#M1484591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-24T11:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: BDC not working while using Call transaction in foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923237#M1484592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MAY BE RECORDING PROBLEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iF FIRST SCREEN IS OPENED AND NEXT IT IS NOT RECORDING ANY ACTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cHECK YOUR RECORDING ONCE IF THERE IS ANY ACTION LIKE SAVE ALWAYS USE sHORT CUT KEY INSTEAD OF CLICKING SAVE BUTTON AND ETC..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOU CAN USE BAPI_MATERIAL_SAVEDATA SO THAT YOU WILL NOT HAVE ANY OTHER PROBLEMS IN FUTURE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THNAKS&lt;/P&gt;&lt;P&gt;NARESH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 11:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923237#M1484592</guid>
      <dc:creator>former_member206439</dc:creator>
      <dc:date>2010-05-24T11:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: BDC not working while using Call transaction in foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923238#M1484593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC is a crutch. Use of BAPI is always the better option, but note:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Certain transactions (like MM02) use different screen sequences in background and online. I did not use BDC recording for a couple of years but I remember there is an option to tell the recorder to use background or online mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you record in (default?) background mode, call transaction called online may fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 11:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923238#M1484593</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-05-24T11:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: BDC not working while using Call transaction in foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923239#M1484594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all the screen fields are getting correctly populated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 12:07:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923239#M1484594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-24T12:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: BDC not working while using Call transaction in foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923240#M1484595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Recording is working fine when executed explicitly or when executed while using the include bdcrecx1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also. i cannot use BAPI etc . need to create BDC only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 12:10:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923240#M1484595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-24T12:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: BDC not working while using Call transaction in foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923241#M1484596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Future you need to work more on this when you use BDC on this T-code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sumodh.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 12:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-not-working-while-using-call-transaction-in-foreground/m-p/6923241#M1484596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-24T12:12:34Z</dc:date>
    </item>
  </channel>
</rss>

