Function module BAPI_BUPA_FS_ADR_USAGE_GET cannot be called remotely

Symptom

You are getting below error while running on support packages upgrade of SAP system.

Post-import method SWO_OBJTYPE_AFTER_IMPORT started for SOBJ L, date and time: 20150624142312
Object type ‘BUSISB990’ could not be generated
Function module BAPI_BUPA_FS_ADR_USAGE_GET cannot be called remotely
Function module BAPI_BUPA_FS_ADR_USAGE_REMOVE cannot be called remotely
Errors occurred during post-handling SWO_OBJTYPE_AFTER_IMPORT for SOBJ L
SWO_OBJTYPE_AFTER_IMPORT belongs to package SWO
The errors affect the following components:
BC-DWB-TOO-BOB (Business Object Builder)
Post-import method SWO_OBJTYPE_AFTER_IMPORT completed for SOBJ L, date and time: 20150624142313

Solution

Taken from SAP Note 2095351,

For each function module, BAPI_BUPA_FS_ADR_USAGE_REMOVE and BAPI_BUPA_FS_ADR_USAGE_GET.

1. Call transaction SE37 and edit function module BAPI_BUPA_FS_ADR_USAGE_GET or BAPI_BUPA_FS_ADR_USAGE_REMOVE

2. Switch to the “Attributes” tab page and change the processing type to “Remote-Enabled Module”.

3. Save and activate this change.

Reference

SAP Note 2095351
SAP Note 415682

You May Also Like

Leave a Reply?