<?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: RFC connection Problem - BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection-problem-bapi/m-p/10107126#M1815739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can create a your own RFC IN Z&amp;nbsp; and can use it for checking the material existence....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just create and rfc with input as material..&lt;/P&gt;&lt;P&gt;output with an variable x ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write a code to fetch an data from master table of material...&lt;/P&gt;&lt;P&gt;if sy-subrc= 0.&lt;/P&gt;&lt;P&gt;x = 1. " meaning material exists&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;x = 0. " material does not exist.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call this rfc as giving material as input..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check X and display weather the material exists or not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;gunaseelan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Feb 2014 17:08:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-02-11T17:08:42Z</dc:date>
    <item>
      <title>RFC connection Problem - BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection-problem-bapi/m-p/10107123#M1815736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...,&lt;/P&gt;&lt;P&gt;I'm using 4.6c system and accessing data thru saome gateway. My problem is when I try to check the material whether it exist or not, I'm getting this error "The function module "BAPI_MATERIAL_EXISTENCECHECK" not released for 'remote' calls., error key: RFC_ERROR_SYSTEM_FAILURE". If I check the attributes of this bapi, the processing type is remote-enabled module and start immediately for updates and released.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what's shown in ST22&lt;/P&gt;&lt;P&gt;untime Errors&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL_FUNCTION_NOT_REMOTE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Occurred on&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 02/04/2014 at 11:32:21&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module "BAPI_MATERIAL_EXISTENCECHECK" not released for 'remote'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module "BAPI_MATERIAL_EXISTENCECHECK" was called via RFC, but the 'Remote Function Call supported' flag is not set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error in ABAP application program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP program "SAPLBUS1001 " had to be terminated because one of the statements could not be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is probably due to an error in the ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module "BAPI_MATERIAL_EXISTENCECHECK" was called via RFC, but has not been released for 'remote' calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the following call types, a 'remote' calls must be supported:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) CALL FUNCTION 'BAPI_MATERIAL_EXISTENCECHECK' DESTINATION ...&lt;/P&gt;&lt;P&gt;b) CALL FUNCTION 'BAPI_MATERIAL_EXISTENCECHECK' IN BACKGROUND TASK ...&lt;/P&gt;&lt;P&gt;c) CALL FUNCTION 'BAPI_MATERIAL_EXISTENCECHECK' STARTING NEW TASK ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;How to correct the error&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the function module is one of your own, go into the&lt;/P&gt;&lt;P&gt;Function Library and release the module "BAPI_MATERIAL_EXISTENCECHECK" for RFC calls&lt;/P&gt;&lt;P&gt;by setting the 'Remote Function Call supported' flag so&lt;/P&gt;&lt;P&gt;that it can be called externally.&lt;/P&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;&lt;P&gt;My doubts are : when i searched in forums,most of the answers are belongs to kernel update.In My scenario,the remote user can access other BAPI's as well without any issue and are able to create BOM/material.but while connecting to &lt;STRONG&gt;this BAPI only&lt;/STRONG&gt;,we are getting issue like &lt;STRONG&gt;"Not released for remote calls".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bapi New in Release : 31G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: This is one way of communication only,i.e Non SAP communicates SAP and uses the BAPI to check and insert or update the data in SAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 21:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection-problem-bapi/m-p/10107123#M1815736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-10T21:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection Problem - BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection-problem-bapi/m-p/10107124#M1815737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand your problem correctly. A non-SAP system tries to call BAPI in your SAp system. it gets an error as 'RFC call not enabled'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is correct did you check the attributes of the BAPI in SE37 if it i s remote function enabled?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also check in the transaction BAPI -&amp;gt; Alphabetical -&amp;gt; Material -&amp;gt; Existence check. It should be released.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if possible try to call this function module from another SAP system and see what happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what you find there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 22:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection-problem-bapi/m-p/10107124#M1815737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-10T22:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection Problem - BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection-problem-bapi/m-p/10107125#M1815738</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;It's standard BAPI Function Module and RFC enabled and released as well.&lt;/P&gt;&lt;P&gt;I have mentioned release no in the first post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BO: BUS1001.&lt;/P&gt;&lt;P&gt;I will test the same with another SAP system.I am struggling with this BAPi ( &lt;SPAN style="color: #333333; font-size: 12.000001907348633px;"&gt;BAPI_MATERIAL_EXISTENCECHECK&lt;/SPAN&gt;) only and able to connect rest of all other BAPI's under same Business Object from non SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the cause?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 16:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection-problem-bapi/m-p/10107125#M1815738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-11T16:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection Problem - BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection-problem-bapi/m-p/10107126#M1815739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can create a your own RFC IN Z&amp;nbsp; and can use it for checking the material existence....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just create and rfc with input as material..&lt;/P&gt;&lt;P&gt;output with an variable x ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write a code to fetch an data from master table of material...&lt;/P&gt;&lt;P&gt;if sy-subrc= 0.&lt;/P&gt;&lt;P&gt;x = 1. " meaning material exists&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;x = 0. " material does not exist.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call this rfc as giving material as input..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check X and display weather the material exists or not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;gunaseelan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 17:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection-problem-bapi/m-p/10107126#M1815739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-11T17:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection Problem - BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection-problem-bapi/m-p/10107127#M1815740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, this is strange, could you please check your RFC connection/RFC user authorizations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 18:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection-problem-bapi/m-p/10107127#M1815740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-11T18:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: RFC connection Problem - BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection-problem-bapi/m-p/10107128#M1815741</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;We have given SAP ALL profile to non sap system USer id.They are connecting to SAP using Jco gateway.This is one way of communication so i think we haven't create any RFC.Using JCo,Legacy team able to connect to SAP and accessing all other BAPI's except the one which i mentioned in the post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 14:57:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-connection-problem-bapi/m-p/10107128#M1815741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-18T14:57:12Z</dc:date>
    </item>
  </channel>
</rss>

