Create The Business Process - Sun Microsystems eWay SAP BAPI User Manual

Adapter for sap bapi
Table of Contents

Advertisement

Chapter 6
Reviewing the Sample Projects
public com.stc.codegen.util.TypeConverter typeConverter;
public void inputMATMAS( com.stc.sapale.iDOC_MATMAS04_4X_46C.IDOC_MATMAS04_4X_46C input,
com.stc.sapale.iDOC_MATMAS04_4X_46C.IDOC_MATMAS04_4X_46C output,
com.stc.connector.appconn.file.FileApplication FileClient_1 )
throws Throwable
{
FileClient_1.setByteArray( input.marshal() );
FileClient_1.writeBytes();
}
}

Create the Business Process

6.6.4
The next step in the sample is to create the bpIDocInbound eInsight Business Process
in which the business rules are defined.
Steps required to create the Business Process include:
1
Right-click your new Project in the Enterprise Designer's Project Explorer, and
select New > Business Process from the shortcut menu. The eInsight Business
Process Designer appears and BusinessProcess1 is added to the Project Explorer
tree. Rename BusinessProcess1 to bpIDocInbound.
2
Drag a IDOC_INBOUND_ASYNCHRONOUSReceive operation, located under
the RFC_IDOC_INBOUND_ASYNCHRONOUS OTD to the Business Process
canvas. The following two Activities are created:
RFC_IDOC_INBOUND_ASYNCHRONOUS.IDOC_INBOUND_ASYNCHRON
OUSReceive.Receive
RFC_IDOC_INBOUND_ASYNCHRONOUS.IDOC_INBOUND_ASYNCHRON
OUSReceive.Reply
3
From the Business Process toolbar, click the Branching Activities icon and drag a
Decision from the drop-down list.
eWay™ Adapter for SAP BAPI User's Guide
Figure 70 bpIDocInbound Business Rule
100
Building and Deploying the prjIDocInbound Sample Project
Section 6.6
Sun Microsystems, Inc.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the eWay SAP BAPI and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Seebeyond eway

Table of Contents