-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of ballerinax/sap.jco
module
#6650
Comments
Improvements for Ballerina SAP JCo ConnectorWe have identified several areas for improvement in the Ballerina SAP JCo connector :
|
How Does the SAP JCo Listener Work? The first step is to set up a JCo server in Java application. This server acts as a listener for incoming IDocs. Configure the server with necessary details like the program ID, gateway host, gateway service, and the SAP system that will send the IDocs. Program ID: The SAP system uses the Program ID to identify the JCo server. This ID must be unique and configured in the SAP system's RFC destination settings. RFC Destination: In the SAP system, an RFC destination is created that points to the JCo server using the Program ID. This RFC destination is used by SAP to send the IDocs to the JCo server. This is different from Implementing IDoc Listener: IDoc Server Factory: SAP JCo provides an IDoc Handler Implementation: You need to define the method Starting the JCo Server: Once the configuration is complete and the IDoc handler is implemented, the JCo server can be started. The SAP system may expect an acknowledgment after an IDoc is successfully processed. This acknowledgment can be sent back to the SAP system using the JCo server. |
The 1.0.0 version of the connecter was released after testing its RFC and iDoc functions with the real system. Closing since all mandatory requirements of the connector were fulfilled. Identified further improvements are tracked under this issue: #6973 . |
Description:
$subject
To be based on initial research #6649
The text was updated successfully, but these errors were encountered: