Posts

Showing posts from 2017

iFlow Integration – ID

Image
iFlow Integration – ID   Click here to view Summary SAP has introduced new development strategy “Eclipse based development”.  In this a developer, can configure many servers like DEV, QA, PRD in NWDS and whenever it’s required just one click to connect to the server. The Eclipse tool can be used instead of the classical Swing tool (IR and ID). This will help the developer to work in a single window unlike earlier where we had to switch java clients for modeling and configuration. Abstract In this document, I explained step by step creation of iFlow integration objects like Communication component, Channels, in integration directory.  It is a file to file scenario; both adapters are file adapter only. What is an Integration Flow? SAP says, "An integration flow represents an integration scenario using a graphical model containing endpoints and flow steps. It holds information of all the elements involved in the process integration" With the onset of Integr...

Scenarion In NWDS ESR Objects

Image
Enterprise Service Repository in NWDS   Summary SAP has introduced new development strategy “Eclipse based development”.  In this a developer, can configure many servers like DEV, QA, PRD in NWDS and whenever it’s required just one click to connect to the server. The Eclipse tool can be used instead of the classical Swing tool (IR and ID). Abstract In this document, I explained step by step creation of design object data type, message type, service interface and Mapping objects in enterprise service repository.  What is mean by IDE? IDE -  integrated development environment. Basically, an IDE is the place, where the application software is developed, being supported through various stages of its life cycle. In an IDE, we can do coding of different languages like java, xml, html, java script etc. What is mean by eclipse IDE? It is an open source IDE (integrated development environment) for Java projects (and more. SAP has use...