Creating Mobile Applications on Top of SAP, Part 1

Size: px
Start display at page:

Download "Creating Mobile Applications on Top of SAP, Part 1"

Transcription

1 Creating Mobile Applications on Top of SAP, Part 1 Applies to: SAP ERP 6.0, NetWeaver > For more information, visit the Mobile homepage. Summary This tutorial is starting point for a series of tutorials demonstrating different ways of how to create mobile clients on top of SAP systems. We will chalk out ways of creating so called "instant value applications" without even touching the iphone or Android development environment - all you need is basic understanding of SAP and Java. Authors: Pascal Kaufmann, Pascal Moser, Florian Müller Company: Resource AG Created on: 15 November 2010 Author Bio Pascal Kaufmann is working as NetWeaver technology consultant for Resource AG Switzerland ( a Swisscom company. Pascal counts ABAP development for web technologies and process integration with SAP PI to his main skills. Pascal Moser works as a SAP Development Consultant for Resource AG for more than five years. He develops applications and components for the SAP Portal in Web Dynpro (mainly Java) and ABAP applications for several R/3 Systems (Finance, HR, CRM, ). Florian Müller works as a Solution Architect for Resource AG, one of the leading SAP consulting companies within Switzerland. Florian focuses on SAP UI technologies in first place, especially mobile UI technologies are part of his daily SAP business. Furthermore Florian is founder of richability ( and frequent author for several magazines and books within the space of Java & UI Technologies 2010 SAP AG 1

2 Table of Contents SAP goes Mobile... 3 Preface Tutorial Structure Requirements The big picture The Scenario The architecture behind Web Service creation within ERP Web Service creation Deploy Web Service Additional adaptions Test the Web Service Next steps Related Content Disclaimer and Liability Notice SAP AG 2

3 SAP goes Mobile Preface As you might have noticed there is happening a lot within the space of mobile application development. Focusing on SAP applications and tooling there is Sybase on the one hand, on the other hand there is SAP NetWeaver mobile platform, both frameworks apply to what we gently call heavy frameworks be assured you need several consultants and SAP trainings in order to establish this landscape within your company or your customer s environment... But there is another approach as well it is not hyped the way Sybase is currently celebrated but for certain requirements applies much better than heading for a heavy approach. Of course you can use a sledgehammer to crack a nut but there might be alternatives around. During this series of tutorials we will come up with several ways of implementing mobile frontends for your SAP system. As we know that it is not on everybody s agenda to buy a Macbook before we actually start creating iphone/ipad user interfaces we will show ways of using powerful HTML5 frameworks which result in 100% iphone/ipad look and feel, have a look at the following screen, this is what based on HTML5 can be achieved: Caption 1: HTML5 based Flight BAPI application running within iphone client But don't be afraid you do not need any HTML5 knowledge, all we will do is coding plain Java and trigger several Web Services. Btw., the same applies to Android applications we will show you ways of creating Android clients within minutes instead of becoming Android expert before you actually start your first application. And of course, in oft the last parts of our tutorial we will show you how to create native iphone/android apps. You simply should keep in mind: this tutorial gives chance to anybody to create so called instant value mobile apps which path you follow is completely up to you and your requirements! 1 Tutorial Structure The following parts will be covered within this series of tutorials. Please consider the given dates as targeted release dates, we hope to achieve these targets but as already said these dates are targeted, not fixed; 1. Boilerplate : covers creation of backend web services within your ERP (covered within this document) 15/11/2010, Contact/Feedback: Pascal.Moser@resource.ch 2010 SAP AG 3

4 2. Eclipse Connect : Eclipse IDE will be used as major development IDE. Before we actually hook the web service into a real mobile client we will create all necessary Java stubs in order to access the SAP Web Services 25/11/2010, Contact/Feedback: Florian.Mueller@richability.com 3. SAP iphone handshake : we will use the vaadin framework within the Eclipse IDE and create the mobile client which consumes the previously created Web Services 01/12/2010, Contact/Feedback: Florian.Mueller@richability.com 4. SAP Android handshake : creation of mobile Android client (based on Adobe AIR) accessing SAP Web Services previously created release date follows SAP native iphone : we will create a native iphone client (Mac + XCode IDE required) accessing our SAP Web Service release date follows... 2 Requirements Each tutorial requires certain skills, software and hardware so we will create a brief list of requirements within the head of each tutorial. Please don't be afraid in terms of I will fail as I have no clue on iphone development..., you do not need to know anything about mobile application development as we will show you during these tutorials! Anyway, there are major requirements which should be met, you need to be familiar (basic knowledge) with: ABAP basics ( know how to fire up se80... ) Basic understanding of Web Services (SOAP) Basic Java knowledge In order to follow this tutorial you will require: SAP ERP 6.0 Netweaver >= 7.10 Any additional software you will require is explained within the tutorial such as Eclipse, SOAP UI etc.. 3 The big picture Before we start the creation of SAP Web Service boiler plate we will give you some information on what we will be implementing and we will chalk out the very big picture of what we would call the architecture behind the application. 3.1 The Scenario People told me (as I m from the Java world and did not go through all these SAP classes) that FLIGHT BAPI is something similar to what Java guys call Hello World in terms of everybody knows these BAPIS and everybody has these BAPIS around on his ERP system somewhere. So we will use these BAPIS and put a Web Service interface above these so you can access these BAPIS through the Web Service. From the SAP point of view we are done as soon as these BAPIS can be acces s through a Web Service, of course you can turn/cover any BAPI into a Web Service and that is exactly the idea of showing you how to do so: you will be able to publish any BAPI you want as a Web Service and of course you will be able to put a nice mobile UI on top of your Web Service so you FLIGHT BAPI as starting point, as soon as you got the idea start applying your knowledge to customer projects... We will do some simple calls based on these Web Services, we will trigger a flight search passing in departure as well as destination and our mobile device will display the query results: 2010 SAP AG 4

5 Caption 2: Enter departure & destinatio, a list of flights will be returned... Caption 3: Flight results provided by Flight BAPI via Web Service SAP AG 5

6 Caption 4: Flight details provided by BAPI via Web Service gateway The architecture behind As already said we do not want to bother you with XCode development during the first parts of this tutorial all UIs will be created based on alternative technologies such as HTML5. Please have a look into the following scribble, this sccribble chalks out the very big picture of what we will be implementing SAP AG 6

7 Caption 5: Architecture Within the current tutorial we will create everything which is grouped in the grey box at the bottom of this scribble. The blue box applies to what SAP calls Reverse Proxy, please do not focus on security aspects when working through the first parts of this tutorial series now we will cover security aspects in a dedicated tutorial! We simply refer to the blue box as Java client layer, the blue box is used in first place for generation of HTML5 through frameworks such as vaadin & co... No that you got the big picture it s time to get the grey box working so let s roll up one s sleeves and create some Web Services within our ERP! 4 Web Service creation within ERP On the one hand we will create a Web Service interface for the FLIGHT BAPI on the ot her hand we will deploy the Web Service in order to access the Web Service; last but not least we will test the Web Service using SOAP UI a free Web Service testing tool. 4.1 Web Service creation As we assume basic SAP knowledge we simply provide screenshots and briefly explain what we will be doing as the focus of these tutorials should be put rather to mobile application development instead of SAP 2010 SAP AG 7

8 basics if you have any questions, feel free to contact us, questions related to Web Service creation can be send to Pascal Moser directly as he ist he technical guy behind this part of the tutorial 1) Fire up SE80 ABAP workbench 2) Create development package 2010 SAP AG 8

9 3) Create function group within the created package: 2010 SAP AG 9

10 4) Create function module 2010 SAP AG 10

11 (if you require several function modules, simply repeat step 4)) There are two ways of filling a table with information and send this information back to the calling application: you can define the parameter as export or table parameters. We recommend to define an export parameter: 2010 SAP AG 11

12 Option Export parameter: If you define the table as an export parameter, the Web Service will send back the table automatically within the returning SOAP XML. The call looks like this: <soapenv:envelope xmlns:soapenv=" xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style"> <soapenv:header/> <soapenv:body> <urn:zflightgetlist> <ImwAirlineid>JL</ImwAirlineid> <ImwCityFrom>FRANKFURT</ImwCityFrom> <ImwCityTo>TOKYO</ImwCityTo> <ImwDepartureDate> </ImwDepartureDate> <ImwDepartureTimeFrom>15:00:00</ImwDepartureTimeFrom> <ImwDepartureTimeTo>22:00:00</ImwDepartureTimeTo> </urn:zflightgetlist> </soapenv:body> </soapenv:envelope> 2010 SAP AG 12

13 Option Table Parameter: If you decide to use the table parameter variant you explicitly have to tell the Web Service that to return this table. The call looks like this (see red mark): <soapenv:envelope xmlns:soapenv=" xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style"> <soapenv:header/> <soapenv:body> <urn:zflightgetlist> <ImwAirlineid>JL</ImwAirlineid> <ImwCityFrom>FRANKFURT</ImwCityFrom> <ImwCityTo>TOKYO</ImwCityTo> <ImwDepartureDate> </ImwDepartureDate> <ImwDepartureTimeFrom>15:00:00</ImwDepartureTimeFrom> <ImwDepartureTimeTo>22:00:00</ImwDepartureTimeTo> <!--TABLES PARAMETER:--> <ExtFlights/> </urn:zflightgetlist> </soapenv:body> </soapenv:envelope> 2010 SAP AG 13

14 5) Transfer function group to Web Service - this will create the required Web Services hooking into the BAPIs SAP AG 14

15 2010 SAP AG 15

16 (at position 1, enter your package name) 2010 SAP AG 16

17 6) Generate Web Service 2010 SAP AG 17

18 7) Open SOA Manager 2010 SAP AG 18

19 4.2 Deploy Web Service 8) Select your entry (ZS_WS_FLIGHT) and click "Apply Selection" 9) Switch to TabStrip Konfiguration and create a new service 2010 SAP AG 19

20 (use same name for Servicename and binding) 10) Switch to the tabstrip Overview and define the authentication data 2010 SAP AG 20

21 (Save the service) 11) Define system base configuration 2010 SAP AG 21

22 12) Go back to Web Service 13) Open the WSDL 14) Open and save the WSDL in order to use it for the Web Service call 2010 SAP AG 22

23 4.2.1 Additional adaptions Basically your Web Service is ready to run at this point of the tutorial. As already mentioned this tutorial focuses majorly on the User Interface creation, so we recommend in case you could not follow to t his point to get yourself familar with the creation of Web Services on top of the ABAP stack, this link will give you some more detailed explanations on how to connect your BAPIs to Web Service interfaces: We also like to point out we did some slight modifications to our function module as the "default BAPI" from the flight list does not apply to the input parameters we would like to use, see the following screenshot, that's what the default web service based on BAPI_SFLIGHT_GETLIST requires: Our function module applies to the following parameters, the listing for the module adaptions can be found below: FUNCTION Z_FLIGHT_GETLIST. *" *"*"Lokale Schnittstelle: *" IMPORTING *" VALUE(IMW_AIRLINEID) TYPE S_CARR_ID OPTIONAL *" VALUE(IMW_CITY_FROM) TYPE S_CITY OPTIONAL *" VALUE(IMW_CITY_TO) TYPE S_CITY OPTIONAL *" VALUE(IMW_DEPARTURE_DATE) TYPE S_DATE OPTIONAL *" VALUE(IMW_DEPARTURE_TIME_FROM) TYPE S_DEP_TIME DEFAULT *" '00:00:00' *" VALUE(IMW_DEPARTURE_TIME_TO) TYPE S_DEP_TIME DEFAULT '24:00:00' *" EXPORTING *" VALUE(EXT_FLIGHTS) TYPE Z_ALADIN_FLIGHT_LIST_TTYPE *" DATA: LR_DEST_FROM TYPE BAPISFLDST, LR_DEST_TO TYPE BAPISFLDST, lt_flight_list type Z_ALADIN_FLIGHT_LIST_TTYPE, lr_flight_list LIKE LINE OF lt_flight_list SAP AG 23

24 LR_DEST_FROM-CITY = imw_city_from. lr_dest_to-city = imw_city_to. CALL FUNCTION 'BAPI_FLIGHT_GETLIST' EXPORTING AIRLINE = imw_airlineid DESTINATION_FROM = LR_DEST_FROM DESTINATION_TO = lr_dest_to * MAX_ROWS = TABLES * DATE_RANGE = * EXTENSION_IN = FLIGHT_LIST = lt_flight_list. * EXTENSION_OUT = * RETURN = IF not imw_departure_date is INITIAL. LOOP AT lt_flight_list into lr_flight_list. IF lr_flight_list-flightdate = imw_departure_date and lr_flight_list-deptime <= imw_departure_time_to and lr_flight_list-deptime >= imw_departure_time_from. ENDIF. ENDLOOP. APPEND lr_flight_list to ext_flights. else. LOOP AT lt_flight_list into lr_flight_list. IF lr_flight_list-deptime <= imw_departure_time_to and lr_flight_list-deptime >= imw_departure_time_from. APPEND lr_flight_list to ext_flights. ENDIF. ENDLOOP. * APPEND LINES OF lt_flight_list TO ext_flights. ENDIF. ENDFUNCTION. Usage of this function module enables you to pass in the following parameters to the Web Service: AirlineID City of Departure City of destination Departure Date Departure Time Arrival Time As a result a list of flights will be returned, that's actually the final Web Service all further mobile user interfaces will be put on top. So please make sure your Web Service applies to these parameters; 2010 SAP AG 24

25 4.3 Test the Web Service As the Web Service is deployed to your Netweaver application server now it's time to test the Web Service. Before we actually start shooting the Service from a Java stack we will use a nice little tool in order to test, the tool is called soapui, you can download the tool for free using the following link: So what does this tool do? Basically you can simply pass in a WSDL destination and SOAP UI will create the corresponding SOAP request. You can pass in some parameters and will receive the result of the call in a nice textual manner. Follow these steps to ensure your Web Service is working correctly, this is a great chance to become "familar" with your service, you will nee a basic understanding of parameters being passed in parameters being returned. 1) Install soapui 2) Launch soapui, create a new project and pass in the WSDL URL during project cretion (see parameter Initial WSDL/WADL): 3) soapui will parse the WSDL and create a corresponding request, expand your project to the request item and double click on the request item, the request details will be displayed <soapenv:envelope xmlns:soapenv=" xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style"> <soapenv:header/> <soapenv:body> <urn:zflightgetlist> <ImwAirlineid>?</ImwAirlineid> <ImwCityFrom>?</ImwCityFrom> 2010 SAP AG 25

26 <ImwCityTo>?</ImwCityTo> <ImwDepartureDate>?</ImwDepartureDate> <ImwDepartureTimeFrom>?</ImwDepartureTimeFrom> <ImwDepartureTimeTo>?</ImwDepartureTimeTo> </urn:zflightgetlist> </soapenv:body> </soapenv:envelope> 4) Next you simply can modify the Web Service request, as we have specified all parameters as optional parameters, you should be able to receive flight results without passing in parameters; or you simply add parameters but make sure to remove all of the included "?" before you start firing the Web Service. We left one parameter in order to return all flights from the "LH" carrier which will return all Lufthansa flights...: <soapenv:envelope xmlns:soapenv=" xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style"> <soapenv:header/> <soapenv:body> <urn:zflightgetlist> <ImwAirlineid>LH</ImwAirlineid> </urn:zflightgetlist> </soapenv:body> </soapenv:envelope> Execute the request, it should return a list of flights: <soap-env:envelope xmlns:soap-env=" <soap-env:header/> <soap-env:body> <n0:zflightgetlistresponse xmlns:n0="urn:sapcom:document:sap:soap:functions:mc-style"> <ExtFlights> <item> <Airlineid>LH</Airlineid> <Airline>Lufthansa</Airline> <Connectid>0400</Connectid> <Flightdate> </Flightdate> <Airportfr>FRA</Airportfr> <Cityfrom>FRANKFURT</Cityfrom> <Airportto>JFK</Airportto> <Cityto>NEW YORK</Cityto> <Deptime>10:10:00</Deptime> <Arrtime>11:34:00</Arrtime> <Arrdate> </Arrdate> <Price>666.0</Price> <Curr>EUR</Curr> <CurrIso>EUR</CurrIso> </item> <item> <Airlineid>LH</Airlineid> <Airline>Lufthansa</Airline> <Connectid>0400</Connectid> <Flightdate> </Flightdate> <Airportfr>FRA</Airportfr> <Cityfrom>FRANKFURT</Cityfrom> 2010 SAP AG 26

27 <Airportto>JFK</Airportto> <Cityto>NEW YORK</Cityto> <Deptime>10:10:00</Deptime> <Arrtime>11:34:00</Arrtime> <Arrdate> </Arrdate> <Price>666.0</Price> <Curr>EUR</Curr> <CurrIso>EUR</CurrIso> </item> Done! Your Web Service is accessable now and we can simply start using the Web Service and put some nice mobile UIs on top of your Web Service. Be assured, the next parts of the tutorial series wil l be explained more detailed as we will do something completely new to you, but as we have to assume some SAP basic understanding we have to assume some basic understanding of SAP. 5 Next steps The next tutorial ( will be released next week) will show you how to link your Web Service to Java and Apache Axis2. Of course your Web Service returns an XML String and you could parse the String on your own, but this would take a lot of time - so Axis2 will become your best friend as Axis2 generates Java Objects based on your WSDL. In a nutshell, the next tutorial part will simply chalk out how to automatically transform Web Service results to plain Java objects SAP AG 27

28 Related Content For more information, visit the Mobile homepage 2010 SAP AG 28

29 Disclaimer and Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade. SAP w ill not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document, and anyone using these methods does so at his/her own risk. SAP offers no guarantees and assumes no responsibility or liability of any type w ith respect to the content of this technical article or code sample, including any liability resulting from incompatibility betw een the content within this document and the materials and services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable w ith respect to the content of this document SAP AG 29

Salesforce.com Integration Using SAP PI: A Case Study

Salesforce.com Integration Using SAP PI: A Case Study Salesforce.com Integration Using SAP PI: A Case Study Applies to: SAP NetWeaver Process Integration 7.1. For more information, visit the Service Bus-based Integration homepage. Summary This article explains

More information

Configuration of Enterprise Services using SICF and SOA Manager

Configuration of Enterprise Services using SICF and SOA Manager Configuration of Enterprise Services using SICF and SOA Manager Applies to: SAP NetWeaver 7.0 SP14 and above. For more information, visit the SOA Management homepage. Summary This document will provide

More information

Creating Web Service from Function Modules/BAPIs & Integrating with SAP Interactive Forms

Creating Web Service from Function Modules/BAPIs & Integrating with SAP Interactive Forms Creating Web Service from Function Modules/BAPIs & Integrating with SAP Interactive Forms Applies to: ECC 6.0, SAP Interactive forms by Adobe. Summary This document states how to create Web Service from

More information

Configuring HTTPs Connection in SAP PI 7.10

Configuring HTTPs Connection in SAP PI 7.10 Configuring HTTPs Connection in SAP PI 7.10 Applies to: SAP NetWeaver 7.1x For more information, visit the SOA Management homepage. Summary In the new version on SAP PI there are several changes in Https

More information

Salesforce Integration Using PI: How to Perform Query and Other DML Operations Using the Enterprise WSDL

Salesforce Integration Using PI: How to Perform Query and Other DML Operations Using the Enterprise WSDL Salesforce Integration Using PI: How to Perform Query and Other DML Operations Using the Enterprise WSDL Applies to: SAP NetWeaver Process Integration 7.1 Summary A case study for integrating Salesforce.com

More information

Exposing RFC as Web Service and Consuming Web Service in Interactive Forms in ABAP

Exposing RFC as Web Service and Consuming Web Service in Interactive Forms in ABAP Exposing RFC as Web Service and Consuming Web Service in Interactive Forms in ABAP Applies to: SAP Interactive Forms by Adobe and Web Service in ABAP. For more information, visit SAP Interactive forms

More information

Restricting Search Operators in any Search View

Restricting Search Operators in any Search View Restricting Search Operators in any Search View Applies to SAP CRM 2007 and SAP CRM 7.0. For more information, visit the Customer Relationship Management homepage. Summary The purpose of this article is

More information

Step by Step Guide How to Copy Flat File from Other Application Server to BI and Load through Info Package

Step by Step Guide How to Copy Flat File from Other Application Server to BI and Load through Info Package Step by Step Guide How to Copy Flat File from Other Application Server to BI and Load through Info Package Applies to: SAP BW 7.x. For more information, visit the EDW Homepage. Summary The objective of

More information

ABAP Debugging Tips and Tricks

ABAP Debugging Tips and Tricks Applies to: This article applies to all SAP ABAP based products; however the examples and screen shots are derived from ECC 6.0 system. For more information, visit the ABAP homepage. Summary This article

More information

SAP CRM 7.0 for Newbies: (Part 1) Simple BOL Object Creation for CRM Webclient UI

SAP CRM 7.0 for Newbies: (Part 1) Simple BOL Object Creation for CRM Webclient UI SAP CRM 7.0 for Newbies: (Part 1) Simple BOL Object Creation for CRM Webclient UI Applies to: This article applies to SAP Netweaver 7.0, CRM ABAP 7.0. For more information, visit the Customer Relationship

More information

Step by Step Guide to Archiving and Deleting of XML Messages in SAP NetWeaver PI

Step by Step Guide to Archiving and Deleting of XML Messages in SAP NetWeaver PI Step by Step Guide to Archiving and Deleting of XML Messages in SAP NetWeaver PI Applies to: SAP NetWeaver Process Integration 3.0 / 7.0 / 7.1. Summary This document explains the step by step procedure

More information

Converting and Exporting Data in XML Format

Converting and Exporting Data in XML Format Converting and Exporting Data in XML Format Applies to: SAP BW 3.5, SAP BI 7.0 etc. For more information, visit the EDW homepage. Summary This paper briefs about Information broadcasting that allows you

More information

Deleting the User Personalization done on Enterprise Portal

Deleting the User Personalization done on Enterprise Portal Deleting the User Personalization done on Enterprise Portal Applies to: SRM 7.0 with EP 6.0. For more information, visit the Supplier Relationship Management homepage Summary This document explains the

More information

SAP NetWeaver Developer Studio 7.30 Installation Guide

SAP NetWeaver Developer Studio 7.30 Installation Guide SAP NetWeaver Developer Studio 7.30 Installation Guide Applies to: SAP NetWeaver CE 7.30, SAP Net Weaver Developer Studio (7.30). For more information, visit the Web Dynpro ABAP homepage. Summary This

More information

Table of Contents. Passing Data across Components through Component Controller between Two Value Nodes

Table of Contents. Passing Data across Components through Component Controller between Two Value Nodes Passing Data across Components through Component Controller between Two Value Nodes Applies to: SAP CRM WEBCLIENT UI 2007. For more information, visit the Customer Relationship Management homepage Summary

More information

Data Extraction and Retraction in BPC-BI

Data Extraction and Retraction in BPC-BI Data Extraction and Retraction in BPC-BI Applies to: Document is applicable to all the BPC 7.0 NW version users and the users BI 7.0 integration with BPC. For more information, visit the Enterprise Performance

More information

Sending an Image File Through XI in a File-to-Mail Scenario

Sending an Image File Through XI in a File-to-Mail Scenario SDN Contribution Sending an Image File Through XI in a File-to-Mail Scenario Summary This article depicts the usage of the Additional files parameter in a File adapter to send a binary file(image) through

More information

ABAP Proxy Interfacing

ABAP Proxy Interfacing Applies to: This document applies to SAP versions ECC 6.0. Summary This article contains the guidelines for using the ABAP Proxy interfacing. ABAP proxies are used when ABAP applications needs to send

More information

Working with the ERP Integration Service of EMC Documentum Process Services for SAP

Working with the ERP Integration Service of EMC Documentum Process Services for SAP Working with the ERP Integration Service of EMC Documentum Process Services for SAP Applied Technology Abstract EMC Documentum Process Services for SAP is a new product that integrates with EMC Documentum

More information

Step by Step Guide for Language Translation Tool

Step by Step Guide for Language Translation Tool Step by Step Guide for Language Translation Tool Applies to: SAP ECC 6.0 Summary This document helps people to understand the steps involved in translation of standard SAP screen and also helps to change

More information

Which Off-Line CRM Solution for Field Force?

Which Off-Line CRM Solution for Field Force? Which Off-Line CRM Solution for Field Force? Applies to: SAP CRM 6.0 and above. For more information, visit the Customer Relationship Management homepage. Summary Every decision maker wants to have multiple

More information

SAP-integrated Travel Scenarios in SharePoint

SAP-integrated Travel Scenarios in SharePoint SAP-integrated Travel Scenarios in SharePoint built with ERPConnect Services and the Nintex Workflow Automation Platform November 2015 Theobald Software GmbH Kernerstr 50 D 70182 Stuttgart Phone: +49 711

More information

BW Performance Monitoring

BW Performance Monitoring Applies to: SAP BW 7.0. For more information, visit the EDW homepage. Summary This article helps to achieve BW statistics of the system which will help a user to calculate the performance for a particular

More information

Release Strategy Enhancement in Purchase Order

Release Strategy Enhancement in Purchase Order Release Strategy Enhancement in Purchase Order Applies to: SAP ECC 6.0. For more information, visit the Enterprise Resource Planning homepage Summary This document helps the P2P consultants to understand

More information

T320 E-business technologies: foundations and practice

T320 E-business technologies: foundations and practice T320 E-business technologies: foundations and practice Block 3 Part 2 Activity 2: Generating a client from WSDL Prepared for the course team by Neil Simpkins Introduction 1 WSDL for client access 2 Static

More information

SAP BI Generic Extraction Using a Function Module

SAP BI Generic Extraction Using a Function Module SAP BI Generic Extraction Using a Function Module Applies to: SAP BI Summary This article demonstrates a step-by-step process for doing generic extraction from R3 into BI using a Function Module. Author(s):

More information

How to Integrate CRM 2007 WebClient UI with SAP NetWeaver Portal

How to Integrate CRM 2007 WebClient UI with SAP NetWeaver Portal How to Integrate CRM 2007 WebClient UI with SAP NetWeaver Portal Applies to: Enterprise Portal, CRM 2007. For more information, visit the Portal and Collaboration homepage. Summary This document will describe

More information

Sybase Unwired Platform 2.1.x

Sybase Unwired Platform 2.1.x white paper Sybase Unwired Platform 2.1.x Development Paradigm www.sybase.com Table of Contents 1 Sybase Unwired Platform 2 Mobile Application Development 3 Mobile Business Object (MBO) Development 5 Mobile

More information

Standard SAP Configuration of SMS through HTTP with Third Party SMS Gateway

Standard SAP Configuration of SMS through HTTP with Third Party SMS Gateway Standard SAP Configuration of SMS through HTTP with Third Party SMS Gateway Applies to: SAP R/3 4.7 EE SR 200,ECC 5.0 For more information, visit the Web Services homepage. Summary There is an increasing

More information

Scenario... 3 Step-by-Step Solution... 3. Virtual Infocube... 4 Function Module (Virtual InfoCube)... 5 Infocube Data Display... 7

Scenario... 3 Step-by-Step Solution... 3. Virtual Infocube... 4 Function Module (Virtual InfoCube)... 5 Infocube Data Display... 7 SAP BI - Virtual Infocube based on Function Module (Transport History) Applies to: SAP BW 3.5 / BI 7.0 consultants accustomed with SAP ABAP skills. For more information, visit EDW Homepage. Summary Explains

More information

Consuming Services in SOA Manager

Consuming Services in SOA Manager Consuming Services in SOA Manager Applies to: ECC 60. PI 7.1. For more information, visit the SOA Management homepage. Summary Here you ll find a little example of how you can consume Enterprise Services

More information

Configuring Java IDoc Adapter (IDoc_AAE) in Process Integration. : SAP Labs India Pvt.Ltd

Configuring Java IDoc Adapter (IDoc_AAE) in Process Integration. : SAP Labs India Pvt.Ltd Configuring Java IDoc Adapter (IDoc_AAE) in Process Integration Author Company : Syed Umar : SAP Labs India Pvt.Ltd TABLE OF CONTENTS INTRODUCTION... 3 Preparation... 3 CONFIGURATION REQUIRED FOR SENDER

More information

Reverse Transport Mechanism in SAP BI

Reverse Transport Mechanism in SAP BI Reverse Transport Mechanism in SAP BI Applies to: SAP Net Weaver 2004s BI 7.0 Ehp1 SP 08. For more information, visit the EDW homepage Summary This document helps you to understand the detailed step by

More information

Step by Step guide of Report-to- Report Interface in BW Reporting

Step by Step guide of Report-to- Report Interface in BW Reporting Step by Step guide of Report-to- Report Interface in BW Reporting Applies to: SAP BI 7.0. For more information, visit the Business Intelligence Home Page Summary This paper gives a detail understanding

More information

How to Generate Stack Xml for Ehp4 and Above Upgrade

How to Generate Stack Xml for Ehp4 and Above Upgrade How to Generate Stack Xml for Ehp4 and Above Upgrade Applies to: ECC 6.0 EHP4 or Above. For more information, visit the Enterprise Resource Planning homepage Summary For upgrading Enhancement Package4

More information

SAP CRM 7.0 E2C Setup: CRM via Email Toolset

SAP CRM 7.0 E2C Setup: CRM via Email Toolset SAP CRM 7.0 E2C Setup: CRM via Email Toolset Applies to: SAP CRM 700/NW 701. For more information, visit the Customer Relationship Management homepage. Summary This article describes the Email2CRM functionality

More information

How to Assign Transport Request for Language Translation?

How to Assign Transport Request for Language Translation? How to Assign Transport Request for Language Translation? Applies to: SAP ECC 6.0. For more information, visit the ABAP homepage. Summary This document helps people to create a transport request for the

More information

Web Dynpro: Multiple ALV Grids and Layouts in ALV

Web Dynpro: Multiple ALV Grids and Layouts in ALV Web Dynpro: Multiple ALV Grids and Layouts in ALV Applies to: SAP ECC 6.0. For more information, visit the Web Dynpro ABAP homepage. Summary The article is designed in such a way that person with ABAP

More information

Forgot or Lock "Administrator or J2EE_ADMIN" Password

Forgot or Lock Administrator or J2EE_ADMIN Password Forgot or Lock "Administrator or J2EE_ADMIN" Password Applies to: SAP NetWeaver Portal 7.0. For more information, visit the Portal and Collaboration homepage. Summary This article provides you a step guide

More information

Creating Email Content Using SO10 Objects and Text Symbols

Creating Email Content Using SO10 Objects and Text Symbols Creating Email Content Using SO10 Objects and Text Symbols Applies to: SAP ECC 6.0. For more information, visit the ABAP homepage. Summary The article describes the benefits of SO10 objects in comparison

More information

LSMW: Upload Master Data using Batch Input Recording

LSMW: Upload Master Data using Batch Input Recording LSMW: Upload Master Data using Batch Input Recording Applies to: All modules of SAP where upload of data need to be performed using Batch Input Recording. For more information, visit the Master Data Management

More information

Embedding Crystal Reports inside ECC ALV Reports

Embedding Crystal Reports inside ECC ALV Reports Embedding Crystal Reports inside ECC ALV Reports Applies to: Applies to ECC Enhancement Package 5 Summary These steps describe how to configure and set up embedded Crystal Reports inside the ECC system

More information

Implementing TinyMCE JavaScript HTML Editor for Web Page Composer (WPC) within the SAP Portal

Implementing TinyMCE JavaScript HTML Editor for Web Page Composer (WPC) within the SAP Portal Implementing TinyMCE JavaScript HTML Editor for Web Page Composer (WPC) within the SAP Portal Applies to: SAP Netweaver Portal 7.0 SP 18, Knowledge Management (KM), Moxiecode TinyMCE. For more information,

More information

Adobe Document Service Configuration and Troubleshooting Guide

Adobe Document Service Configuration and Troubleshooting Guide Adobe Document Service Configuration and Troubleshooting Guide Applies to: SAP NetWeaver 7.0. For more information, visit the Application Management homepage. Summary This document is intended to guide

More information

Using PI to Exchange PGP Encrypted Files in a B2B Scenario

Using PI to Exchange PGP Encrypted Files in a B2B Scenario Using PI to Exchange PGP Encrypted Files in a B2B Scenario Applies to: SAP Net Weaver Process Integration 7.1 (SAP PI 7.1). For more information, visit the SOA Management homepage. Summary This document

More information

ALE Settings, for Communication between a BW System and an SAP System

ALE Settings, for Communication between a BW System and an SAP System ALE Settings, for Communication between a BW System and an SAP System Applies to: SAP ECC 6.0. For more details, visit the EDW homepage. Summary This document helps people to create ALE settings, which

More information

Mobility for SAP CRM. Features. Highlights

Mobility for SAP CRM. Features. Highlights Mobility for SAP CRM Mobility for SAP CRM Access your accounts in SAP CRM on your smartphone or tablet. Call your customers, write emails or add them to your contacts for later direct access fast, easy

More information

SAP Certified Development Professional - ABAP with SAP NetWeaver 7.0

SAP Certified Development Professional - ABAP with SAP NetWeaver 7.0 SAP EDUCATION SAMPLE QUESTIONS: P_ABAP_70 SAP Certified Development Professional - ABAP with SAP NetWeaver 7.0 Disclaimer: These sample questions are for self-evaluation purposes only and do not appear

More information

Step By Step Procedure to Create Logical File Path and Logical File Name

Step By Step Procedure to Create Logical File Path and Logical File Name Step By Step Procedure to Create Logical File Path and Logical File Name Applies to: SAP BW (3.5) / SAP BI(7.0) For more information, visit Business Intelligence Homepage. Summary These documents describe

More information

SAP CRM System 6.0/7.0. For more information, visit the Customer Relationship Management homepage

SAP CRM System 6.0/7.0. For more information, visit the Customer Relationship Management homepage Applies to: SAP CRM System 6.0/7.0. For more information, visit the Customer Relationship Management homepage Summary This article explains how to customize the Fact Sheet for different business roles.

More information

SAP FIORI / HR Renewal

SAP FIORI / HR Renewal SAP FIORI / HR Renewal (HR Renewal) http://help.sap.com/fiori_bs2013/ General Overview A History of User Interfaces & Technical Architecture User Interface SAP GUI ITS BSP/Web Dynpro for Java WD for ABAP

More information

Security and Your SAP System When Working with Winshuttle Products

Security and Your SAP System When Working with Winshuttle Products Security and Your SAP System When Working with Winshuttle Products 2014 Winshuttle, LLC. All rights reserved. 2/14 www.winshuttle.com Background Companies running SAP systems are accustomed to configuring

More information

SAP CRM 2007 - Campaign Automation

SAP CRM 2007 - Campaign Automation SAP CRM 2007 - Campaign Automation Applies to: SAP CRM 7.0 For more information, visit the Customer Relationship Management homepage Summary Campaign Automation is designed to help you in the increasingly

More information

Web Dynpro ABAP: ALV and Table in Popup Window

Web Dynpro ABAP: ALV and Table in Popup Window Web Dynpro ABAP: ALV and Table in Popup Window Applies to: SAP ECC 6.0 Summary Normally in ABAP, we come across the scenario of displaying ALV in popup. This article tells about displaying data both in

More information

A Sample OFBiz application implementing remote access via RMI and SOAP Table of contents

A Sample OFBiz application implementing remote access via RMI and SOAP Table of contents A Sample OFBiz application implementing remote access via RMI and SOAP Table of contents 1 About this document... 2 2 Introduction... 2 3 Defining the data model... 2 4 Populating the database tables with

More information

Mobile Application Development Platform Comparison

Mobile Application Development Platform Comparison Mobile Application Development Platform Comparison Unvired Inc. Disclaimer: This document has been prepared based on publicly available data of other platform vendors and is subject to change. Comparison

More information

ABAP How To on SQL Trace Analysis

ABAP How To on SQL Trace Analysis Applies To: ABAP Summary SQL trace is a performance analysis tool that shows how open SQL statements are converted into native SQL statements. The following document discusses the performance measure utility

More information

Introduction to Programming with Xojo

Introduction to Programming with Xojo Introduction to Programming with Xojo IOS ADDENDUM BY BRAD RHINE Fall 2015 Edition Copyright 2013-2015 by Xojo, Inc. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike

More information

Display Options in Transaction SE16

Display Options in Transaction SE16 Display Options in Transaction SE16 Applies to: SAP-HCM. For more information, visit the Enterprise Resource Planning homepage. Summary This document deals with the various data display options available

More information

ios App for Mobile Website! Documentation!

ios App for Mobile Website! Documentation! ios App for Mobile Website Documentation What is IOS App for Mobile Website? IOS App for Mobile Website allows you to run any website inside it and if that website is responsive or mobile compatible, you

More information

Creating Transaction and Screen Variants

Creating Transaction and Screen Variants Creating Transaction and Screen Variants Applies to: Tested on SAP version ECC 6. Summary This article explain a way to create Transaction and Screen Variants to change screen layouts. And how to assign

More information

XSLT Mapping in SAP PI 7.1

XSLT Mapping in SAP PI 7.1 Applies to: SAP NetWeaver Process Integration 7.1 (SAP PI 7.1) Summary This document explains about using XSLT mapping in SAP Process Integration for converting a simple input to a relatively complex output.

More information

Secure Web Appliance. Reverse Proxy

Secure Web Appliance. Reverse Proxy Secure Web Appliance Reverse Proxy Table of Contents 1. Introduction... 1 1.1. About CYAN Secure Web Appliance... 1 1.2. About Reverse Proxy... 1 1.3. About this Manual... 1 1.3.1. Document Conventions...

More information

Sybase Unwired Platform 2.0

Sybase Unwired Platform 2.0 white paper Sybase Unwired Platform 2.0 Development Paradigm www.sybase.com TABLE OF CONTENTS 1 Sybase Unwired Platform 1 Mobile Application Development 2 Mobile Business Object (MBO) Development 4 Mobile

More information

ABAP for Functional Consultants

ABAP for Functional Consultants ABAP for Functional Consultants Anthony Cecchini, President, INFORMATION TECHNOLOGY PARTNERS Founded in 1993, Women Owned 8(M), Small Business Certified with a GSA IT 70 Schedule, we focus solely on SAP.

More information

Message handling in SAP CRM Web UI

Message handling in SAP CRM Web UI Message handling in SAP CRM Web UI Applies to: SAP CRM 7.0. For more information, visit Customer Relationship Management homepage Summary This article is aimed at understanding different ways of handling

More information

Business Scenario Using GP/Web Dynpro with Back and Forth 3 Level Process and Dynamic Approvers in a Loop

Business Scenario Using GP/Web Dynpro with Back and Forth 3 Level Process and Dynamic Approvers in a Loop Business Scenario Using GP/Web Dynpro with Back and Forth 3 Level Process and Dynamic Approvers in a Loop Applies to This Article applies to Guided Procedures, Web Dynpro Java, Business Process Modeling

More information

Merge PDF files in ABAP

Merge PDF files in ABAP Applies to: SAP Net Weaver 7.0, ABAP. For more information, visit the ABAP homepage. Summary This article explains how to merge PDF files using an external non SAP solution from ABAP. Author: Krisztian

More information

WEB SERVICES WITH APPLICATION SERVER ABAP

WEB SERVICES WITH APPLICATION SERVER ABAP 1.2. ANA DANIELA CRISTEA, 1. Ovidiu GELU TIRIAN WEB SERVICES WITH APPLICATION SERVER ABAP Abstract: The Application Server ABAP (AS ABAP) is part of the application layer that belongs to the SAP NetWeaver

More information

Step by Step Procedure to Block and Debug a CIF Queue Flowing from R/3 to APO System

Step by Step Procedure to Block and Debug a CIF Queue Flowing from R/3 to APO System Step by Step Procedure to Block and Debug a CIF Queue Flowing from R/3 to APO System Applies to: SAP R/3 and SAP APO. For more information, visit the ABAP homepage. Summary This article gives a detailed

More information

... Introduction... 17

... Introduction... 17 ... Introduction... 17 1... Workbench Tools and Package Hierarchy... 29 1.1... Log on and Explore... 30 1.1.1... Workbench Object Browser... 30 1.1.2... Object Browser List... 31 1.1.3... Workbench Settings...

More information

Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes

Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes Developing Applications for Integration between PI and SAP ERP in Different Network Domains or Landscapes Applies to: SAP NetWeaver Process Integration 7.1+ SAP NetWeaver 7.02 (ABAP) Summary This document

More information

DEVELOPING CONTRACT - DRIVEN WEB SERVICES USING JDEVELOPER. The purpose of this tutorial is to develop a java web service using a top-down approach.

DEVELOPING CONTRACT - DRIVEN WEB SERVICES USING JDEVELOPER. The purpose of this tutorial is to develop a java web service using a top-down approach. DEVELOPING CONTRACT - DRIVEN WEB SERVICES USING JDEVELOPER Purpose: The purpose of this tutorial is to develop a java web service using a top-down approach. Topics: This tutorial covers the following topics:

More information

SAP NetWeaver Portal Development Kits for.net and Java

SAP NetWeaver Portal Development Kits for.net and Java SAP NetWeaver Portal Development Kits for.net and Java Applies To: SAP NetWeaver Portal, Portal Development Kit for.net, Portal Development Kit for Java Summary This article provides a comparative overview

More information

CEON ABAP Eclipse Editor White Paper

CEON ABAP Eclipse Editor White Paper CEON ABAP Eclipse Editor White Paper CEON Business Systems and Marketing Pty Ltd. Page 1 1. Introduction ABAP Eclipse Editor is an external ABAP editor for SAP. It is an easy to use development tool, which

More information

How to Create an ecatt?

How to Create an ecatt? How to Create an ecatt? Applies to: SAP ECC 5.0 and above Summary This is a step by step guide to create a CATT script in SAP ECC version 5 and upwards. It can be used by beginners to create a basic CATT

More information

Understanding BW Non Cumulative Concept as Applicable in Inventory Management Data Model

Understanding BW Non Cumulative Concept as Applicable in Inventory Management Data Model Understanding BW Non Cumulative Concept as Applicable in Inventory Management Data Model Applies to: SAP R/3, SAP ECC 6.0 and SAP BI NetWeaver 2004s. For more information, visit the Business Intelligence

More information

SAP Project Portfolio Monitoring Rapid- Deployment Solution: Software Requirements

SAP Project Portfolio Monitoring Rapid- Deployment Solution: Software Requirements SAP Portfolio and Project Management 5.0 July 2013 English SAP Project Portfolio Monitoring Rapid- Deployment Solution: SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2013 SAP AG or an SAP

More information

Integration Knowledge Kit Developer Journal

Integration Knowledge Kit Developer Journal Integration Knowledge Kit Developer Journal IBM Process Server 7.5 A developer's journal of lessons learned and metrics to compare developer productivity and performance costs. The journal explores why

More information

Quick Viewer: SAP Report Generating Tool

Quick Viewer: SAP Report Generating Tool Quick Viewer: SAP Report Generating Tool Applies to: SAP Net Weaver 7.0, ABAP, SAP ECC 6.0, to all those who wants to learn about SAP Report Generating Tool: Quick Viewer. For more information, please

More information

How to Call RFC from Web Dynpro Application

How to Call RFC from Web Dynpro Application How to Call RFC from Web Dynpro Application Applies to: SAP Net Weaver 2004s (SP8, SP10 and SP11 and SP13) Web Dynpro. Summary This document explains how to access a BAPI From web dynpro application. It

More information

ESS- Performance Management System Configuration on Portal for ECC 6 Ehp4

ESS- Performance Management System Configuration on Portal for ECC 6 Ehp4 ESS- Performance Management System Configuration on Portal for ECC 6 Ehp4 Applies to: SAP EP 7.01 SP8, SAP-ESS 603 SP7, ECC 6, SAP HR 604 SP 26. For more information, visit the Portal and Collaboration

More information

Enterprise Service Bus

Enterprise Service Bus We tested: Talend ESB 5.2.1 Enterprise Service Bus Dr. Götz Güttich Talend Enterprise Service Bus 5.2.1 is an open source, modular solution that allows enterprises to integrate existing or new applications

More information

The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.

The Eclipse Classic version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended. Installing the SDK This page describes how to install the Android SDK and set up your development environment for the first time. If you encounter any problems during installation, see the Troubleshooting

More information

Open Items Analytics Dashboard System Configuration

Open Items Analytics Dashboard System Configuration Author: Vijayakumar Udayakumar vijayakumar.udayakumar@sap.com Target Audience Developers Consultants For validation Document version 0.95 03/05/2013 Open Items Analytics Dashboard Scenario Overview Contents

More information

Integration of SAP R/3 with BO Universe Using Data Federator Connector

Integration of SAP R/3 with BO Universe Using Data Federator Connector Integration of SAP R/3 with BO Universe Using Data Federator Connector Applies to: SAP R/3 and SAP BusinessObjects XI 3.1 Universe with Data Federator integration For more information, visit the Business

More information

UI Framework Simple Search in CRM WebClient based on NetWeaver Enterprise Search (ABAP) SAP Enhancement Package 1 for SAP CRM 7.0

UI Framework Simple Search in CRM WebClient based on NetWeaver Enterprise Search (ABAP) SAP Enhancement Package 1 for SAP CRM 7.0 UI Framework Simple Search in CRM WebClient based on NetWeaver Enterprise Search (ABAP) SAP Enhancement Package 1 for SAP CRM 7.0 1 Objectives At the end of this unit, you will be able to: Use the new

More information

How to Implement a SAP HANA Database Procedure and consume it from an ABAP Program Step-by-Step Tutorial

How to Implement a SAP HANA Database Procedure and consume it from an ABAP Program Step-by-Step Tutorial How to Implement a SAP HANA Database Procedure and consume it from an ABAP Program Step-by-Step Tutorial Table of Contents Prerequisites... 3 Benefits of using SAP HANA Procedures... 3 Objectives... 3

More information

How to Modify, Create and Delete Table Entries from SE16

How to Modify, Create and Delete Table Entries from SE16 How to Modify, Create and Delete Table Entries from SE16 Applies to This article applies to all SAP ABAP based products; however the examples and screen shots are derived from ECC 6.0 system. For more

More information

ESC Mobile App Guide

ESC Mobile App Guide ESC Mobile App Guide General Info and Installation Guide For Android Note: If you re just trying to demo the ESC Mobile app in our sample database, then all that is required is to download it from your

More information

Web Application Designer for Beginners

Web Application Designer for Beginners Applies To: Web Application Designer, SAP BW Version: 3.5, SAP GUI version 6.40/Patch Level 13 BW 3.5 front end patch 7 (bw350_7-10001615) Summary The document will run the readers through a step by step

More information

A Step-by-Step guide on SMTP Configuration and File to Mail Scenario Using Process Integration Scenario in PI 7.1

A Step-by-Step guide on SMTP Configuration and File to Mail Scenario Using Process Integration Scenario in PI 7.1 A Step-by-Step guide on SMTP Configuration and File to Mail Scenario Using Process Integration Scenario in PI 7.1 Applies to: SAP NetWeaver Process Integration 7.1 For more information, visit the SOA Management

More information

SDN Contribution Beginners guide to CRM Interaction Center (IC) Winclient setup

SDN Contribution Beginners guide to CRM Interaction Center (IC) Winclient setup SDN Contribution Beginners guide to CRM Interaction Center (IC) Winclient setup 2006 SAP AG 1 Applies to: SAP CRM 4.0 and higher Summary The Interaction Center forms the foundation for collaboration and

More information

SAP Work Manager. Opinion Piece. Introduction to SAP Work Manager. How It Works

SAP Work Manager. Opinion Piece. Introduction to SAP Work Manager. How It Works SAP Work Manager Opinion Piece Introduction to SAP Work Manager In 2012 SAP acquired Syclo and with it a number of mobile products based on the Syclo Agentry platform. Prior to the acquisition Syclo was

More information

Guidelines for Effective Data Migration

Guidelines for Effective Data Migration Guidelines for Effective Data Migration Applies to: SAP R/3. All releases. For more information, visit the ABAP homepage. Summary Data Migration is an important step in any SAP implementation projects.

More information

Building native mobile apps for Digital Factory

Building native mobile apps for Digital Factory DIGITAL FACTORY 7.0 Building native mobile apps for Digital Factory Rooted in Open Source CMS, Jahia s Digital Industrialization paradigm is about streamlining Enterprise digital projects across channels

More information

Oracle Service Bus. Situation. Oracle Service Bus Primer. Product History and Evolution. Positioning. Usage Scenario

Oracle Service Bus. Situation. Oracle Service Bus Primer. Product History and Evolution. Positioning. Usage Scenario Oracle Service Bus Situation A service oriented architecture must be flexible for changing interfaces, transport protocols and server locations - service clients have to be decoupled from their implementation.

More information

SAP Web Application Server 6.30: Learning Map for Development Consultants

SAP Web Application Server 6.30: Learning Map for Development Consultants SAP Web Application Server 6.30: Learning Map for Development Consultants RECENT UPDATES VIEWER SOFTWARE SEARCH Step 1: Learn What You Need Update your core competence - must know Step 2: Prepare for Your

More information

SAP NetWeaver 7.4 Planning Product Availability Matrix (Planning PAM)

SAP NetWeaver 7.4 Planning Product Availability Matrix (Planning PAM) SAP NetWeaver 7.4 Planning Product Availability Matrix (Planning PAM) with all EHPs February, 2014 Disclaimer: This document represents current planning for NW only and not for the SAP products using NW

More information