cancel
Showing results for 
Search instead for 
Did you mean: 

Error: "Not logged on in interface XBP"

Former Member
0 Kudos

We are developing an external monitoring tool to call CCMS Bapi's via RFC calls.

As per the documentation, we are opening RFC connection and then calling function module(BAPI).

When we pass the BAPI, we get the error message "Not logged on in interface XBP".

Kindly guide us if we are missing any steps

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi:

Yes, you need to logon/logoff to the external interface first in order to call a BAPI; otherwise, the system will raise the exception message "Not logged on in interface XBP"

Do the following in your code prior to calling the XBP BAPI:

  • Start XMI Session - XBP Interface

CALL FUNCTION 'BAPI_XMI_LOGON'

EXPORTING

EXTCOMPANY = '<Your Company Name or so>'

EXTPRODUCT = '<Your Product Name or so>'

INTERFACE = 'XBP'

VERSION = '1.0'.

Best Regards,

Federico G. Babelis

NetWeaver Certified Consultant

GAZUM Technologies S.A.

Consulting Services and Software Solutions

http://www.gazum.com

...download FREE Marketplace Manager at: http://www.gazum.com/products