<?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: Accessing RFC BAPI(BDC)from web application in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-rfc-bapi-bdc-from-web-application/m-p/6378052#M1402920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call any RFC or BAPI from web application. If your RFC is not working fine, web page gives you error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aparna Gaikwad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Nov 2009 18:49:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-19T18:49:59Z</dc:date>
    <item>
      <title>Accessing RFC BAPI(BDC)from web application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-rfc-bapi-bdc-from-web-application/m-p/6378049#M1402917</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 writing BDC function module (RFC enabled BAPI )  which is finally using call transaction VB31. This BAPI is used by web application - java platform. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very basic question - is it possible for web application to call RFC enabled BAPI which is calling any transaction? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, web application can not be able to access the same. There is no authorisation or security issue. But would like to know is there anything special needs to be define in RFC bapi so that it can be access via web application. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that there is another RFC BAPI which using simple select statement (NO BDC programming) and that can be used by web application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help as this required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 18:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-rfc-bapi-bdc-from-web-application/m-p/6378049#M1402917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T18:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing RFC BAPI(BDC)from web application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-rfc-bapi-bdc-from-web-application/m-p/6378050#M1402918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just given below statement i am using in RFC BAPI .... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'VB31' USING wt_cbdc&lt;/P&gt;&lt;P&gt;                          MODE 'N'&lt;/P&gt;&lt;P&gt;                          UPDATE 'S'&lt;/P&gt;&lt;P&gt;                          MESSAGES INTO P_MESSTAB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 18:16:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-rfc-bapi-bdc-from-web-application/m-p/6378050#M1402918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T18:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing RFC BAPI(BDC)from web application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-rfc-bapi-bdc-from-web-application/m-p/6378051#M1402919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general there is nothing special you will have to do even if you use BDC programming in a RFC. It should work without any problem just as it works for the BAPI using the select statement. Are you sure that your RFC with the BDC itself is working well in the SAP side by testing it in SE37? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 18:22:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-rfc-bapi-bdc-from-web-application/m-p/6378051#M1402919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T18:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing RFC BAPI(BDC)from web application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-rfc-bapi-bdc-from-web-application/m-p/6378052#M1402920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call any RFC or BAPI from web application. If your RFC is not working fine, web page gives you error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aparna Gaikwad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 18:49:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-rfc-bapi-bdc-from-web-application/m-p/6378052#M1402920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T18:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing RFC BAPI(BDC)from web application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-rfc-bapi-bdc-from-web-application/m-p/6378053#M1402921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikaranth / Aparna..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC BAPI with call transaction is absoutlely working fine in SAP.  But it can not possible to use via web application See below link. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/43/b46c4253c111d395fa00a0c94260a5/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/43/b46c4253c111d395fa00a0c94260a5/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please let me know what other options i have now??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 18:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-rfc-bapi-bdc-from-web-application/m-p/6378053#M1402921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T18:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing RFC BAPI(BDC)from web application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-rfc-bapi-bdc-from-web-application/m-p/6378054#M1402922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yogesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We used CALL TRANSACTION with BDC recording for creating vendors on various transactions in a RFC which will be called by a lotus notes application and its working well. The mode is background mode and we took care of error handling manually. There wasnt any problem. Not really sure what was the intent of the SAP help document asking not to use CALL TRANSACTION in a RFC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 19:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-rfc-bapi-bdc-from-web-application/m-p/6378054#M1402922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T19:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing RFC BAPI(BDC)from web application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-rfc-bapi-bdc-from-web-application/m-p/6378055#M1402923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vikrant , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please let me know what is UPDATE parameter u have used? any other parameter i am misssing? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'VB31' USING wt_cbdc&lt;/P&gt;&lt;P&gt;MODE 'N'&lt;/P&gt;&lt;P&gt;UPDATE 'S'&lt;/P&gt;&lt;P&gt;MESSAGES INTO P_MESSTAB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 20:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-rfc-bapi-bdc-from-web-application/m-p/6378055#M1402923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T20:19:19Z</dc:date>
    </item>
  </channel>
</rss>

