EasyManua.ls Logo

BEA WebLogic - Accessing an SAP RFC

BEA WebLogic
294 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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.

Table of Contents