SAP UI5 Tutorial Part 1 : How to Setup SAPUI5 Development Environment

This blog will provide step by step guide for How to Setup SAPUI5 Development Environment.

Follow below steps.

Java Installation

Java Development Kit is the package for developers, which includes complete runtime tools for developing, debugging and monitoring the Java Applications. You can download the latest Java version from the following site Java Download

  • Run the installer once the download is complete.

For Mac – This is an automatic installation and the paths are setup no need for any separate settings.

For Windows – You need to set your Path in the Environment Variables.

Read More

File to IDOC Scenario in SAP PI 7.31 (AEX- Java Only)

This blog will provide the details steps involved in File to IDOC scenario in SAP PI 7.31 (Process Orchestration JAVA Only Environment)

Prerequisites:

  1. Connection Details to be available in SLDAPICUST for PI
  2. Update the SLD Data of ECC ABAP System.

Enterprise Service Repository:

All the Steps are same as any PI Version (7.0, 7.1, 7.11 etc  ABAP + Java environment). There are no changes in this.

  1. Create a Message Interface for File Interface (Outbound).
  2. Import the IDOC from ECC for Receiver Interface.
  3. Message Mapping and Interface Mapping to be done for Source and Target Message.

Read More

How to Test AS2 Adapter in SAP PI

When I was developing scenario using AS2 adapter I didn’t have idea on how to Test AS2 Adapter in SAP PI. Then I come across a very good open source tool Mendelson AS2 software which can be used for End-to End testing of AS2 Adapter in SAP PI.

Mendelson AS2 software: is available free download in below link, http://sourceforge.net/project/showfiles.php?group_id=163866 It does not require local admin rights  to install (runs with Java).

Read More