Accessing An Sap Rfc - BEA WebLogic User Manual

Adapter for sap
Hide thumbs Also See for WebLogic:
Table of Contents

Advertisement

Using WebLogic Workshop to Access an SAP BAPI or an SAP RFC
The resulting Java code looks similar to the following:
import resources.BAPI_MATERIAL_GET_DETAILControl;
public class JWSNAME implements com.bea.jws.WebService
{
/**
BAPI_MATERIAL_GET_DETAILControl;
BAPI(BAPI_MATERIAL_GET_DETAILControl.BAPI_MATERIAL_GET_DETAIL 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.
How to Access an SAP RFC
Procedure
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.
C-8
* @common:control
*/
private resources.BAPI_MATERIAL_GET_DETAILControl
static final long serialVersionUID = 1L;
/**
* @common:operation
*/
public void
{
BAPI_MATERIAL_GET_DETAILControl.BAPI(input);
}
BEA Systems, Inc.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WebLogic and is the answer not in the manual?

Table of Contents