Using WebLogic Workshop to Access an SAP BAPI or an SAP RFC
C-8
BEA Systems, Inc.
The resulting Java code looks similar to the following:
import resources.BAPI_MATERIAL_GET_DETAILControl;
public class JWSNAME implements com.bea.jws.WebService
{
/**
* @common:control
*/
private resources.BAPI_MATERIAL_GET_DETAILControl
BAPI_MATERIAL_GET_DETAILControl;
static final long serialVersionUID = 1L;
/**
* @common:operation
*/
public void
BAPI(BAPI_MATERIAL_GET_DETAILControl.BAPI_MATERIAL_GET_DETAIL input )
{
BAPI_MATERIAL_GET_DETAILControl.BAPI(input);
}
}
Accessing an SAP RFC
The following procedure describes how to access an SAP Remote Function Call (RFC) and
assumes you already created and tested a Web service using Application Explorer. It also
assumes you created the WSDL used to access the service. For more information on
creating Web services, see Chapter 4,
Creating and Publishing Integration Business Services
.
Procedure
How to Access an SAP RFC
To access an SAP Remote Function Call (RFC):
1.
From the Start menu, choose
Programs
,
WebLogic Platform 8.1
,
WebLogic Workshop
, and
then
WebLogic Workshop
.
Summary of Contents for WebLogic Server
Page 1: ...BEA WebLogic Adapter for SAP User s Guide DN3501342 0406 April 19 2006 ...
Page 8: ...viii BEA Systems Inc ...
Page 22: ...Component Information for the BEA WebLogic Adapter for SAP 1 10 BEA Systems Inc ...
Page 54: ...Creating an XML Schema 3 20 BEA Systems Inc ...
Page 163: ...Management and Monitoring BEA WebLogic Adapter for SAP User s Guide 7 45 ...
Page 164: ...7 46 BEA Systems Inc ...
Page 294: ...Using Staging BAPIs to Retrieve SAP BW Metadata D 14 BEA Systems Inc ...