Dear All,
We need to make a call to the SAP BAPI “CSAP_MAT_BOM_MAINTAIN” using the activity UiPath.SAP.BAPI.Activites.InvokeSapBapi. The connection is fine and is working with other BAPI calls. But only for this BAPI call there is an error RemoteException wrapping SAP.Middleware.Connector.RfcAbapException: ERROR. I have mentioned the complete error message in the Error message box. We are unable to identify the issue as the other BAPI calls works fine.
Error:
RemoteException wrapping SAP.Middleware.Connector.RfcAbapException: ERROR
at SAP.Middleware.Connector.RfcConnection.ThrowRfcErrorMsg()
at SAP.Middleware.Connector.RfcConnection.RfcReceive(RfcFunction function)
at SAP.Middleware.Connector.RfcFunction.RfcDeserialize(RfcConnection conn,
IRfcIOStream stream)
at SAP.Middleware.Connector.RfcFunction.RfcCallReceive(RfcConnection conn,
IRfcIOStream stream,
RFCID rid)
at SAP.Middleware.Connector.RfcFunction.RfcCallReceive(RfcConnection conn)
at SAP.Middleware.Connector.RfcFunction.Invoke(RfcDestination destination)
at UiPath.SAP.BAPI.ConnectionService.SapConnectionService.SapConnector.InvokeFunction(IRfcFunction function)
at UiPath.SAP.BAPI.ConnectionService.SapConnectionService.SapConnectionService.ExecuteApi(String apiName,
ICollection1 dataTables) at UiPath.SAP.BAPI.Activities.InvokeSapBapi.<>c__DisplayClass26_0.<Execute>b__0(SapBapiTelemetryOperation operation) at UiPath.SAP.BAPI.Telemetry.TelemetryServiceBase.Operation[T](String operationName, String activityId, Func
2 method,
String bapiName)
at UiPath.SAP.BAPI.Activities.InvokeSapBapi.Execute(CodeActivityContext context)
at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance,
ActivityExecutor executor,
BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor,
BookmarkManager bookmarkManager,
Location resultLocation)
CSAP_MAT_BOM_MAINTAIN: ERROR
@StefanSchnell may be you could help us here ?
Thanks a lot in advance!