Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Emigall

Former Member
0 Likes
484

Hello All,

Can u plz send me the procedure for implementing data migration workbench procedure using Emigall

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
455

Hi,

Give me ur mail id. I'll send u the document prepared by me.

Best Regards,

Tanuja Sarraju

2 REPLIES 2
Read only

Former Member
0 Likes
456

Hi,

Give me ur mail id. I'll send u the document prepared by me.

Best Regards,

Tanuja Sarraju

Read only

Former Member
0 Likes
455

hi,

Check the following Document

You can find detailed documentation of EMIGALL in SAP itself. Use Transaction EQ81 to display it. It provides all the concepts and procedures to work with EMIGALL. I will also prepare a document and send it to u later. Meanwhile just for ur info here are some points about EMIGALL :

1. It Migrates data Business Object wise

2. It uses Direct Input Technique

3. It has more than 100 objects of IS-U

and the steps for implementation goes like this:

1)You have to create a user specially for migration which will have all the authorizations related to migration workbench, BASIS and IS-U

2)You have to create your own company in EMIGALL. There is a default company called SAP.

3)Company SAP contains all the Business Objects

4)You have to figure out what business objects u need and then u have to copy those business objects to ur company from Standard Company SAP

5)Each objects contains more than one structure and each structure can contain more than one fields. The relation goes like this

Object ---> Structure ---> Field

6)You have to define field rules for each required field of the object. You have to mark "Not required" for fields u don't need

7)After field rules for a given object is set u have to generate load report i.e. actual Direct Input Program which will migrate data. This program is generated on basis of field rules set by u.

8)After the load report is generated u have to prepare an input file (import File) for migration. The import file should be according to structure provided by SAP and must be in binary format. SAP Provides the structure of file according to your configurations. You have to write ur own Data conversion program(in any language) for this task.

9)You take import file as input and migrate the data using generated load program

10)Finally u can check the Migration Statistics and Error Log

Reward if helpful.

Jagadish.