Run Time

In this section:

This section lists potential issues that you may encounter during the run time phase of the development process and provides solutions.


Top of page

x
Connectivity

The design process target is used for run time connectivity. Verify that when you created the target, you specified the correct connection pool and IDoc parameters. For security reasons, target parameters can be overridden for a single session, but the base information can never be changed. You must delete and recreate the target for permanent changes.

Processing Guidelines

In a structural issue, information about the function or its parameters are faulty. This can be connectivity issues, release issues, authorizations or even incorrect document.

What can you do?

If you created your instance document in an external editor or program, verify the document against the iWay created schema for the document. If this is correct, verify the schema against the SAP ERP function parameters to make sure there were no errors or omissions in creating the schema. If all of these pass, note the error message, a reproduction scenario, traces of the error, and contact iWay support.

In a data issue, it is the values you are passing to the function that are incorrect.

What can you do?

Verify that you are sending the data for the release dependent version of the function or IDoc you wish to call. Make sure you are passing data that is valid for the SAP ERP parameter for the function. Check with the functional area specialist for the application to make sure you meet the application requirements.


Top of page

x
Service Scenario

Service processing occurs when the iWay Application Adapter for mySAP ERP calls an SAP ERP system and waits for a response. In this scenario, you typically create a Target, browse to the meta data of the function or IDoc you with to work with, and create a schema and / or a web service. You then create a channel with all valid processing parameters. You then create an XML instance with the data you want to pass to the function, and submit it to the iWay adapter via any standard protocol. The response is delivered to the destination channel you configured when setting up the service.


Top of page

x
Event Processing

Event processing occurs when an SAP ERP system calls the iWay Application Adapter for mySAP ERP. Verify correct Event registration in SAP ERP using the correct event modality: change pointers / table update / BAPI Event, custom function.

The following event-driven scenarios are possible:


Top of page

x
Performance Issues

Examine your entire system landscape configuration. Determine if the number of documents received or sent matches processing times and memory requirements. SAP ERP maintains an online optimization help file for you to review all of these parameters. Increase hardware of total number of iWay adapter instances can optimize performance.

Here are some quick tips and suggestions:


iWay Software