SlideShare a Scribd company logo
MuleSoft ESB
Fetch data from SAP
By
AKASH PRAJAPATI
SAP Connector
Topics :
• Fetch data from SAP using MuleSoft SAP connector.
Pre-requisites :
• Basic under standing of Mule ESB
• JDK 1.8 or above
• Anypoint Studio v 6.0.0 or above
• Mule Server v 3.8.0 EE or above
• SAP Jars and DLL files (sapidoc3.jar, sapjco3.jar, sapjco3.dll)
Purpose:
• The SAP connector enables the integration of data to and from SAP NetWeaver-based and external systems.
Create flows : SAP_TO_CSV_Flow
Component details : SAP_TO_CSV_Flow
1 2
3 4
5
6
Logger Information:
Steps:
(*) Create Destination Folder ( Folder 1 ) : D:TestSAP_OUT
(*) Create a sample Idoc and keep ready with status as 03
(*) Deploy & Start this application.
(*) Trigger Idoc and validate log information.
(*) Validate TestSAP_OUT folder.
------------------------------------------------------------ Thank You ------------------------------------------------------------

More Related Content

Mule Soft ESB - SAP Outbound

  • 1. MuleSoft ESB Fetch data from SAP By AKASH PRAJAPATI
  • 2. SAP Connector Topics : • Fetch data from SAP using MuleSoft SAP connector. Pre-requisites : • Basic under standing of Mule ESB • JDK 1.8 or above • Anypoint Studio v 6.0.0 or above • Mule Server v 3.8.0 EE or above • SAP Jars and DLL files (sapidoc3.jar, sapjco3.jar, sapjco3.dll) Purpose: • The SAP connector enables the integration of data to and from SAP NetWeaver-based and external systems.
  • 3. Create flows : SAP_TO_CSV_Flow
  • 4. Component details : SAP_TO_CSV_Flow 1 2 3 4 5 6
  • 5. Logger Information: Steps: (*) Create Destination Folder ( Folder 1 ) : D:TestSAP_OUT (*) Create a sample Idoc and keep ready with status as 03 (*) Deploy & Start this application. (*) Trigger Idoc and validate log information. (*) Validate TestSAP_OUT folder. ------------------------------------------------------------ Thank You ------------------------------------------------------------