IBM Support

Release notes for IBM Transformation Extender Pack for SAP Applications V10.0.2.0

Release Notes


Abstract

This document provides information about the release of the IBM Transformation Extender Pack for SAP Applications V10.0.2.0

Content

IBM Transformation Extender Pack for SAP Applications, V10.0.2.0 release notes.

© Copyright IBM Corporation 2006, 2019. All Rights Reserved.
© Copyright HCL Technologies Ltd, 2018, 2019. All Rights Reserved.

=====================================================================
CONTENTS
=====================================================================

1. About this release
           What's new in this release
          Documentation
2. ITX Design Server Release Notes
          Where to find the software to download
          Before you install the pack
          Installing the pack on Linux
          Installing the pack on Windows
          Uninstalling the pack
          Importing the SAP Adapter Example Project into Design Server
          Running the ALE example on Design Server
          Running the DXOB example on Design Server
          Running the BAPI example on Design Server
          Running the PEPPOL example on Design Server
3. ITX Design Studio Release Notes
          Where to find the software to download
          Before you install the pack
          Installing the pack on Windows
          Installing the pack on Linux or UNIX
         
Running the examples on Windows
         
Uninstalling the pack on Windows
         
Uninstalling the pack on Linux or UNIX
4. Resolved Authorized Program Analysis Reports (APARs)
5. Contacting customer support
6. Notices and trademarks


==========================================================================================================
1. ABOUT THIS RELEASE
==========================================================================================================
These release notes provide information about the Pack for SAP Applications for users of these IBM Transformation Extender products:

  • ITX Design Server
  • ITX Design Studio
     
WHAT'S NEW IN THIS RELEASE
  • See the Fix List.
DOCUMENTATION
The documentation for this release is provided in the IBM Transformation Extender online documentation.
Translated documentation

The online documentation is provided in these languages:

  • English (United States)
  • French
For the latest product information, see the English version in the IBM Transformation Extender online documentation.

To display translated content in the online documentation:

  1. Open the online documentation. A typical URL to the documentation is shown below:
    https://www.ibm.com/support/knowledgecenter/SSVSD8_n.n.n/com.ibm.websphere.dtx.welcome.doc/kc_welcome_nnn.html
  2. Edit the URL to include the desired language code immediately after "/knowledgecenter":
    https://www.ibm.com/support/knowledgecenter/<language code>/SSVSD8_n.n.n/com.ibm.websphere.dtx.welcome.doc/kc_welcome_nnn.html
  3. As an example, enter language code "/fr" to display French content.
  4. Remove the "/<language code>"  to return to the English display.

==============================================================================================
2. ITX DESIGN SERVER RELEASE NOTES
==============================================================================================

WHERE TO FIND THE SOFTWARE TO DOWNLOAD

The Pack for SAP Applications can be obtained from Fix Central.


The install file is itxsap_1002_1000_DesignServer.zip or itxsap_1002_1002_DesignServer.zip. This file contains:

  • itxsap_10.0.2.0_linux.tar
  • itxsap_10.0.2.0_win.zip
  • SAP_pack_examples.zip
    NOTE:
    The PEPPOL example is for ITX version 10.0.2.0 only.
  • PEPPOL_example.zip

BEFORE YOU INSTALL THE PACK

Installation prerequisites
Before you install this version of the pack, you must install one of the following versions of IBM Transformation Extender on Windows:
  • 10.0.2.0
  • 10.0.0.0
  • 9.0.0.4
  • 8.4.1.5
INSTALLING THE PACK ON LINUX
Follow these steps to install the Pack for SAP on Linux:
  1. Create a temp directory called sap
    Example:
    /home/user/itx10/sap
  2. FTP (in binary mode) the itx_sap_10.0.2.0_linux.tar to the sap directory defined in step 1.
  3. Untar the file.
    Example:
    $ tar -xvf itx_sap_10.0.2.0_linux.tar
  4. Obtain the following user provided libraries from SAP JCo 3.0.20 or later:
    libsapjco3.so
    sapjco3.jar
         a.  For Design Server, copy these files into the folder defined by ITX_ADDITIONAL_LIBS in tx-server.env from your Design Server installation.  By default this is /opt/txlibs
         b.  For Runtime and Monitoring, copy these files into $DTX_HOME_DIR/libs
  5. Execute the install script:
        a.  For Design Server, run the install_sap_ds.sh script.  The script copies the Pack for SAP Applications adapter jar files, and executes updt_adpt.sh to update the tx-server configuration files. The tx-server is then restarted, if it had been running
        b.   For Runtime and Monitoring, run the install_sap_rt.sh script. The script copies the Pack for SAP Applications adapter jar files, and executes updt_adpt.sh to update the server configuration files.
Installing the pack to Runtime and Monitoring on UNIX
  1. FTP (in binary mode) the SAP_pack_for_design_server.tar to the <install_dir>/tmp directory.
  2. Untar the file to the install_dir/libs directory.
    Example:
    $ tar -xvf SAP_pack_for_unix.tar -C $DTX_HOME_DIR/libs/
  3. Obtain the following user provided libraries from SAP JCo 3.0.20 or later and copy to the <install_dir>/libs directory:
    libsapjco3.so
    sapjco3.jar
  4. In the adapters.xml file, located in $DTX_HOME_DIR/config, in the Runtime and Monitoring installation, the following lines need to be present and not commented out.
    As shipped:
            <!-- <M4Adapter name="JBAPI" alias="JBAPI" id="160" type="app" class="com/ibm/websphere/dtx/m4r3bapi"/> -->
            <!-- <M4Adapter name="JALE" alias="JALE" id="161" type="app" class="com/ibm/websphere/dtx/m4r3ale"/> -->
    For the Pack for SAP , the following lines must read as shown below:
        <M4Adapter name="JBAPI" alias="JBAPI" id="160" type="app" class="com/ibm/websphere/dtx/m4r3bapi"/>
        <M4Adapter name="JALE" alias="JALE" id="161" type="app" class="com/ibm/websphere/dtx/m4r3ale"/>


INSTALLING THE PACK ON WINDOWS
Follow these steps to install the Pack for SAP on Windows:

Unzip itx_sap_10.0.2.0_win.zip into <install_dir>, such as one of the following locations:
Where <install_dir> is the installation location of the base IBM Transformation Extender product.
C:\IBM\WebSphere Transformation Extender 9.0.0

C:\IBM\TransformationExtender_10.0.0
C:\IBM\TransformationExtender_10.0.2.0
In the adapters.xml file, located in <install_dir>, the following lines need to be present and not commented out.

As shipped:
        <!-- <M4Adapter name="JBAPI" alias="JBAPI" id="160" type="app" class="com/ibm/websphere/dtx/m4r3bapi"/> -->
        <!-- <M4Adapter name="JALE" alias="JALE" id="161" type="app" class="com/ibm/websphere/dtx/m4r3ale"/> -->
For the Pack for SAP, the following lines must read as shown below:
    <M4Adapter name="JBAPI" alias="JBAPI" id="160" type="app" class="com/ibm/websphere/dtx/m4r3bapi"/>
    <M4Adapter name="JALE" alias="JALE" id="161" type="app" class="com/ibm/websphere/dtx/m4r3ale"/>

The third party SAP JCo files ( .jar and . dll files) must be obtained from SAP.
Copy the following SAP JCo 3.0.20 or higher files to the <install_dir> directory:
•    sapjco3.jar
•    sapjco3.dll
UNINSTALLING THE PACK
Follow these steps to uninstall the pack from Windows systems:
  1. Click Control Panel > Add/Remove Programs.
  2. Select the pack that you want to remove.
  3. Click Change/Remove and follow the prompts.

IMPORTING THE SAP ADAPTER EXAMPLE PROJECT INTO DESIGN SERVER

The examples are available in SAP_pack_examples.zip, which can be imported as a project into Design Server.
 The following instructions describe how to run these examples in the Design Server.
Use these instructions to import the SAP Adapter sample project and to run the ALE Example, the DXOB Example and the BAPI Example.
NOTE: You must have Administrator privileges to import projects.
NOTE: To preserve the project description that is shipped with the pack, do not enter any additional information description during the project import.
  1. Login to the Design Server.
  2. In the Design Server click the Import Project icon.
  3. In the Import Project dialog, click browse and select install_dir\examples\sap\SAP_pack_examples.zip from your installation.
  4. Click the Import button to import the project.

RUNNING THE ALE EXAMPLE ON DESIGN SERVER

There are two scenarios included:
  • Inbound map to post data to an SAP system
  • The map LegacyToInboundJALE is used to post data inbound to an SAP system. The data is mapped from an input card which reads legacy data for customers. This map uses the schema debmas03, which represents the customer master IDoc object debmas03.
To run this scenario:
Open the LegacyToInboundJALE map
  1. Edit the settings of output card IDOC_ALE.  In the Edit Target window, select the Connection tab to change the Command Line, where you will see “-c 800 -u user -p password -h hostname -s 00 -tv -ar3”.  Update the -c, -u, -p, -h, and -s parameters for the adapter commands specific to your SAP installation. Click Next, Next, and OK to save the settings.
  2. Save, build and run the LegacyToInboundJALE map.
  3. Check the IDoc in the SAP system to view its status.
Outbound map to receive data from an SAP system
The map  JALEOutboundToLegacy:
This map receives data from an SAP system and maps it to a legacy file. It uses the start method for ALE  communication.  This map also uses the debmas03 schema.
Open the JALEOutboundToLegacy map
  1. Edit the settings of input card ALE_Data.  In the Edit Source window, select the Connection tab to change the Command Line, where you will see -a example.rp5 -g gatewayhost -x 3300 -tv -ar3”.  Update the -a, -g, and -x parameters for the adapter commands specific to your SAP installation. Click Next, Next, and OK to save the settings.
  2. Save, build and run the JALEOutboundToLegacy map.
  3. Send an IDoc from your SAP system, and it will be received by this map.


RUNNING THE DXOB EXAMPLE ON THE DESIGN SERVER

In this example, the legacy data is used to map to the data format for a DXOB structure. The DX object used for this example is the Customer Master (0050).
How to run the example:
  1. Open the LegacyToDX0050 map .
  2. Build and run the LegacyToDX0050 map.
  3. From the Map Diagram-Result window, hover over the LegToDXOB map and choose View Data to view the output file (leg_dxob.txt).

RUNNING THE BAPI EXAMPLE ON THE DESIGN SERVER
This directory contains sample files to be used for the integration with SAP ERP using the Pack for SAP JBAPI adapter.
In this example, the JBAPI adapter is used to call a BAPI in the SAP system.  The data returned by the BAPI is passed to a second map using the RUN function.
The BAPI schema used in this example is BAPI_CUSTOMER_GETDETAIL, generated for the BAPI function BAPI_CUSTOMER_GETDETAIL
The bapi_example folder contains two maps. The map, xSingleStyle, has the BAPI structure as well as a second output card, which makes the actual BAPI call. The second map, xBapiInput, is used to map the data returned from the BAPI call.
How to run the example:
  1. Open the xBapiInput example map in the Map Designer.
  2. Build the xBapiInput map.
  3. Open the xSingleStyle example map in the Map Designer.
  4. Modify the BAPI card to have the Importing Parameter CUSTOMERNO refer to a valid customer number.
  5. Modify the xBapi card, to have the GET make a valid call. The connection parameters in the default command line "-h host -s 00 -u user -p password -c 800 -t" need to be changed to reflect the SAP system  to be called.
  6. If the bapi_creditor_getdetail type tree has been changed according to a different SAP ERP version, additional fields might need to be mapped.
  7. Build the xSingleStyle map.
  8. Run the xSingleStyle map.
  9. From the Results tab of the Map Diagram window, click the ‘select activity’ icon next to the xBapi map and choose View Data to view
RUNNING THE PEPPOL EXAMPLE ON DESIGN SERVER
NOTE: The PEPPOL example is for ITX V10.0.2.0 only.
The PEPPOL example is available in the PEPPOL_example.zip file, which is imported as a project into the Design Server.
Follow these steps to run the PEPPOL example:
  1. Open the map: from_ubl_invoice.
  2. Build and run the map.
  3. From the Results tab, click the More options (vertical ellipse) icon and choose View Data.

=====================================================================
3. ITX DESIGN STUDIO RELEASE NOTES
=====================================================================

WHERE TO FIND THE SOFTWARE TO DOWNLOAD

The Pack for SAP Applications can be obtained from Fix Central.

BEFORE YOU INSTALL THE PACK

Installation prerequisites:
Before you install the pack, you must install one of the following versions of Transformation Extender:

  • 10.0.2.0
  • 10.0.0.0
  • 9.0.0.4
  • 8.4.1.5

Default installation path
See the individual component documentation for information on deploying to other operating system platforms.
On Microsoft Windows systems, the default install location is:

C:\IBM\WebSphere Transformation Extender 8.4.1
or
C:\IBM\WebSphere Transformation Extender 9.0.0
or
C:\IBM\TransformationExtender_10.0.0
or
C:\IBM\TransformationExtender_10.0.2
On UNIX systems, the default path is:
/opt/ibm/wsdtx
INSTALLING THE PACK ON WINDOWS
The third-party SAP JCo files (.jar and .dll files) must be obtained from SAP.  For the IBM WebSphere Transformation Extender 8.4.1 installation, obtain the SAP JCo files for 32-bit Windows.  For all other versions, obtain the SAP JCo 3.0.20 (or later) files for 64-bit Windows.

Follow these steps to install the Pack for SAP Applications on Windows:
1.    Obtain the product image from Fix Central.
2.    Run one of the following commands specific to your ITX core version:
  • itxsap_1002_841.exe
  • itxsap_1002_900.exe
  • itxsap_1002_1000.exe
  • itxsap_1002_1002.exe
3.    Download the following SAP JCo files, for, to both the <install_dir> and the <install_dir>\saplibs directory:
  • sapjco3.jar
  • sapjco3.dll
INSTALLING THE PACK ON LINUX OR UNIX

Third party SAP JCo files (.jar and .so files) must be obtained from SAP.
Follow these steps to install the Pack for SAP Applications on Linux or UNIX:

1.    Copy the following SAP JCo, files to the install_dir/libs directory:
  • sapjco3.jar
  • libsapjco3.so
If you prefer, you can complete this step after installation.
2.    Install the Pack for SAP Applications on Windows, as described above.
3.    Copy the file SAP_pack_for_unix.tar from the Windows install_dir to the Linux or UNIX machine where it will be installed.
4.    Extract the SAP_pack_for_unix.tar file into the Linux or UNIX <install_dir>/libs dir, for example:
$ tar -xvf SAP_pack_for_unix.tar -C $DTX_HOME_DIR/libs/
5.    In the adapters.xml file, located in $DTX_HOME_DIR/config, in the Runtime and Monitoring installation, the following lines need to be present and not commented out.
As shipped:
        <!-- <M4Adapter name="JBAPI" alias="JBAPI" id="160" type="app" class="com/ibm/websphere/dtx/m4r3bapi"/> -->
        <!-- <M4Adapter name="JALE" alias="JALE" id="161" type="app" class="com/ibm/websphere/dtx/m4r3ale"/> -->
For the Pack for SAP , the following lines must read as shown below:
    <M4Adapter name="JBAPI" alias="JBAPI" id="160" type="app" class="com/ibm/websphere/dtx/m4r3bapi"/>
    <M4Adapter name="JALE" alias="JALE" id="161" type="app" class="com/ibm/websphere/dtx/m4r3ale"/>
RUNNING THE EXAMPLES ON WINDOWS
The SAP examples can be found in <install_dir>\examples\sap and can be used in Design Studio.
UNINSTALLING THE PACK ON WINDOWS
Follow these steps to uninstall the pack on Windows:

1.    Click Control Panel > Programs > Programs and Features.
2.    Select the pack that you want to remove.
3.    Click Uninstall and follow the prompts.
UNINSTALLING THE PACK ON LINUX OR UNIX
To uninstall the pack on Linux, or UNIX, delete the following files:
$DTX_HOME_DIR/libs/dssap.jar
$DTX_HOME_DIR/libs/m4r3ale.jar
$DTX_HOME_DIR/libs/m4r3bapi.jar
$DTX_HOME_DIR/libs/sapjco3.jar
$DTX_HOME_DIR/libs/libsapjco3.so
Comment out the entries in $DTX_HOME_DIR/config for the JALE and JBAPI adapters.


=====================================================================
4. RESOLVED AUTHORIZED PROGRAM ANALYSIS REPORTS (APARs)
=====================================================================

For a list of the APARs that are fixed in this version of the product, see the Fix List.

=====================================================================
5. CONTACTING CUSTOMER SUPPORT
=====================================================================

Contact Customer Support at 1-800-IBM-SERV, or go to the support portal.

=====================================================================
6. NOTICES AND TRADEMARKS
=====================================================================

This information was developed for products and services offered in the U.S.A.

IBM may not offer the products, services, or features discussed in this document in other countries. Consult your local IBM representative for information on the products and services currently available in your area. Any reference to an IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the user's responsibility to evaluate and verify the operation of any non-IBM product, program, or service.

IBM may have patents or pending patent applications covering subject matter described in this document. The furnishing of this document does not grant you any license to these patents. You can send license inquiries, in writing, to:

IBM Director of Licensing
IBM Corporation
North Castle Drive
Armonk, NY 10504-1785
U.S.A.

For license inquiries regarding double-byte character set (DBCS) information, contact the IBM Intellectual Property Department in your country or send inquiries, in writing, to:

Intellectual Property Licensing
Legal and Intellectual Property Law
IBM Japan, Ltd.
19-21, Nihonbashi-Hakozakicho, Chuo-ku
Tokyo 103-8510, Japan

The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law:

INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE

Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you.

This information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this
publication at any time without notice.

Any references in this information to non-IBM web sites are provided for convenience only and do not in any manner serve as an endorsement of those web sites. The materials at those web sites are not part of the materials for this IBM product and use of those web sites is at your own risk.

IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you.

Licensees of this program who wish to have information about it for the purpose of enabling: (i) the exchange of information between independently created programs and other programs (including this one) and (ii) the mutual use of the information which has been exchanged, should contact:

IBM Corporation
577 Airport Blvd., Suite 800
Burlingame, CA 94010
U.S.A.

Such information may be available, subject to appropriate terms and conditions, including in some cases, payment of a fee.

The licensed program described in this document and all licensed material available for it are provided by IBM under terms of the IBM Customer Agreement, IBM International Program License Agreement or any equivalent agreement between us.

Any performance data contained herein was determined in a controlled environment. Therefore, the results obtained in other operating environments may vary significantly. Some measurements may have been made on development-level systems and there is no guarantee that these measurements will be the same on generally available systems. Furthermore, some measurements may have been estimated through extrapolation. Actual results may vary. Users of this document should verify the applicable data for their specific environment.

Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products.

All statements regarding IBM's future direction or intent are subject to change or withdrawal without notice, and represent goals and objectives only.

This information contains examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental.

COPYRIGHT LICENSE:

This information contains sample application programs in source language, which illustrate programming techniques on various operating platforms. You may copy, modify, and distribute these sample programs in any form without payment to IBM, for the purposes of developing, using, marketing or distributing application programs conforming to the application programming interface for the operating platform for which the sample programs are written. These examples have not been thoroughly tested under all conditions. IBM, therefore, cannot guarantee or imply reliability, serviceability, or function of these programs.

If you are viewing this information softcopy, the photographs and color illustrations may not appear.

Programming interface information
Programming interface information, if provided, is intended to help you create application software using this program.

General-use programming interfaces allow you to write application software that obtain the services of this program's tools.

However, this information may also contain diagnosis, modification, and tuning information. Diagnosis, modification and tuning information is provided to help you debug your application software.

Warning: Do not use this diagnosis, modification, and tuning information as a programming interface because it is subject to change.

Privacy Policy Considerations
IBM Software products, including software as a service solutions, ("Software Offerings") may use cookies or other technologies to collect product usage information, to help improve the end user experience, to tailor interactions with the end user or for other purposes. In many cases no personally identifiable information is collected by the Software Offerings. Some of our Software Offerings can help enable you to collect personally identifiable information. If this Software Offering uses cookies to collect personally identifiable information, specific information about this offering’s use of cookies is set forth below.

This Software Offering does not use cookies or other technologies to collect personally identifiable information.

If the configurations deployed for this Software Offering provide you as customer the ability to collect personally identifiable information from end users via cookies and other technologies, you should seek your own legal advice about any laws applicable to such data collection, including any requirements for notice and consent.

For more information about the use of various technologies, including cookies, for these purposes, see the IBM Privacy Policy , the IBM Online Privacy Statement section entitled "Cookies, Web Beacons and Other Technologies," and the IBM Software Products and Software-as-a-Service Privacy Statement .

Trademarks and service marks
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml .

  • Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates.
  • Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both.
  • Microsoft and Windows are trademarks of Microsoft Corporation in the United States, other countries, or both.
  • UNIX is a registered trademark of The Open Group in the United States and other countries.


This product includes software developed by the Eclipse Project ( http://www.eclipse.org/ ).

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSPVY6A","label":"IBM Sterling Transformation Extender Pack for SAP Applications"},"Component":"","Platform":[{"code":"PF016","label":"Linux"},{"code":"PF033","label":"Windows"}],"Version":"10.0.2.0","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
06 October 2022

UID

ibm11105953