cancel
Showing results for 
Search instead for 
Did you mean: 

Function module "BAPI_INSPLOT_GETLIST" not released for 'remote' calls

Former Member
0 Kudos

Hi,

I am configuring "Inspection Lot Lists" in my SAP xMII 12.0 with backend SAP 4.7 Enterprise as per "Configuration Guide SAP xMII 12.0"

Now when I am creating New iGrid and load the "InspectionLotList_Query" it gives me error:

BAPI_INSPLOT_GETLIST: RFC Execution Error: The function module "BAPI_INSPLOT_GETLIST" not released for 'remote' calls.

I can see the same error in ST22 in my backend SAP 4.7 system. I checked the attributes of "BAPI_INSPLOT_GETLIST" in SE37, "REMOTE-ENABLED" is active, but still I am getting this error.

Can anyone plz help?

Cheers,

RAJU

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Raju,

Can you try executing the BAPI remotely from a different SAP system? From the message that you are getting this call should also fail with the same error.

Just to narrow down the problem, you may want to wrap the BAPI with a Z rfc and make the call from xMII.

Thanks,

Naveen

0 Kudos

Naveen,

What benefit would there be in wrapping the BAPI with a custom RFC?

Sam

Former Member
0 Kudos

Sam : BAPI's are by default remote enabled in SAP. As indicated by Raju this particular BAPI is predelivered with RFC-enabled. So jsut to make sure his system has no rfc problems i had indicated that he call the bapi from zrfc.

Raju: turning on RFC trace should give you more information about the errors than the stack trace.

Thanks,

Naveen

Former Member
0 Kudos

Naveen,

Below is the dev_rfc.trc (D:\usr\sap\NW1\JC00\j2ee\cluster\server0\dev_rfc.trc)

>TS> Thu Jan 03 13:39:21 2008

T:4176 Error in program 'jlaunch': ======> The function module "BAPI_INSPLOT_GETLIST" not released for 'remote' calls.

T:4176 Error in program 'jlaunch': <* RfcReceive [2] : returns 3:RFC_SYS_EXCEPTION

T:4176 Error in program 'jlaunch': <* RfcCallReceive [2] : returns 3:RFC_SYS_EXCEPTION

        • ERROR file opened at 20080103 135146 Eastern Standa, SAP-REL 640,0,165 RFC-VER 3 881549 MT-SL

T:4128 Error in program 'jlaunch': ======> The function module "BAPI_INSPLOT_GETLIST" not released for 'remote' calls.

T:4128 Error in program 'jlaunch': <* RfcReceive [3] : returns 3:RFC_SYS_EXCEPTION

T:4128 Error in program 'jlaunch': <* RfcCallReceive [3] : returns 3:RFC_SYS_EXCEPTION

Can you plz tell me how to create zrfc & call bapi?

Cheers,

RAJU

Former Member
0 Kudos

Follow the steps listed in the following link..

http://help.sap.com/saphelp_nw04/helpdata/en/22/0425f2488911d189490000e829fbbd/content.htm

Thanks,

Naveen

0 Kudos

Raju,

It's probably your user permissions, they have to be setup to be able to make the remote call as well.

Sam

Former Member
0 Kudos

Sam,

The user which is used to connect to backend SAP R/3 system has full access (SAP_ALL). So it may not be authorization issue...

Cheers,

RAJU

0 Kudos

Raju,

Make sure that the "remote access" change made to the BAPI has been committed in the system. Other than this there's not much more help you will find on this forum, I suggest trying the ECC Security forum, they will be better at tracking down your issue.

Hope this helps.

Sam