2

Click here to load reader

6.PI 7.1 Function Library - Part II _  Migra...pdf

Embed Size (px)

Citation preview

Page 1: 6.PI 7.1 Function Library - Part II _  Migra...pdf

7/22/2015 PI 7.1 Function Library  Part II :  Migra... | SCN

http://scn.sap.com/people/santhosh.kumarv/blog/2009/08/19/pi71functionlibrarypartiimigratingusingtool 1/2

Getting Started Newsletters Store   

Products Services & Support About SCN Downloads

Industries Training & Education Partnership Developer Center

Lines of Business University Alliances Events & Webinars Innovation

Log On Join UsHi, Guest Search the Community

Activity Communications Actions

Browse

santhosh.kumarv 

0 Tweet 0

                                                       URL : http://prezi.com/137626/view/In  PI 7.1 Function Library  Part I :  Creating & Migrating of this blog we saw about creating, using Function Libraryand Migrating UDF of Message Mapping using standard functionality. In this part I would walkthrough on how tomigrate the UDF of Message Mapping to a Function Library using My Tool : PI 7.1 Function Library Migrator.Complexity in Using Import Source Text:Using standard function Import source text for creating Function Library from Message Mapping would becomecomplex if there are multiple UDF and/or multiple input parameters to it. Import source text copies only the Java codeand all the remaining (like function name, parameter) has to be entered manually.Understanding this complexity I have created a tool which doesn't require any manual input of UDF properties in theFunction Library..! The migration of Function Library from Message Mapping happens at a few mouse clicks by makinguse of MetaData files.PI 7.1 Function Library Migrator.

Function Library Migrator is Java tool that can run in Java 1.5. This uses the Metadata file of the Message Mappingand Function Library for UDF Migration.Follow the below steps for migration.1. Open the Message Mapping, press ctrl+shft+0 and click Export Metadata in Properties. A ZIP file will be createdat the selected download path.

 2. Open the Tool and enter the below three information's from the Function Library and Load the Mapping Metadatafile created in Step1 into the tool. Click on Process button, a Metadata file for Function Library will be created.

 3. Open the Function Library, Press ctrl+shft+0 and click on Import Metadata button as shown below. Select andLoad the Function Library Metadata file created in Step2. Now Save and Activate the Function Library.

PI 7.1 Function Library  Part II :  Migrating using ToolPosted by Santhosh Vellingiri in santhosh.kumarv on Aug 19, 2009 8:25:07 AM

Share 0Like

Page 2: 6.PI 7.1 Function Library - Part II _  Migra...pdf

7/22/2015 PI 7.1 Function Library  Part II :  Migra... | SCN

http://scn.sap.com/people/santhosh.kumarv/blog/2009/08/19/pi71functionlibrarypartiimigratingusingtool 2/2

Follow SCNSite Index Contact Us SAP Help PortalPrivacy Terms of Use Legal Disclosure Copyright

Average User Rating

(0 ratings)

My Rating:

0 Tweet 0

 Now you can see all the Local UDF in the Message Mapping migrated to/created in the Function Library.More info and detail stepbystep procedure @ http://prezi.com/137626/view/Tool Download:Click below to download PI 7.1 Function Library Migrator a Google Code Project Tool to your Desktop.

690 Views  

Share 0Like

1 Comment

Like (0)

Daniel Graversen Aug 19, 2009 11:17 AM

Hi Santhosh,I like the tool is seems quite easy to get started with. The tool will save time, when we are going tomigrate to PI71 /daniel