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 field mapping

Former Member
0 Likes
1,451

Hi,

I am new to EMIGALL. I would like to know what exactly does it mean when someone asks for mapping conditions? What do you mean by conditions on field mapping? Doesnt the configuration file have all the information about the migration object?

Hi,

I am new to EMIGALL. I would like to know what exactly does it mean when someone asks for mapping conditions? What do you mean by conditions on field mapping? Doesnt the configuration file have all the information about the migration object?

5 REPLIES 5
Read only

Former Member
0 Likes
1,097

EMIGALL is a transaction

E IS-U Migration;

G IS-U Migration Workbench

IS-U Migration

Migration is an open interface for transfering master data and transaction data to IS-U. The outflow is orientated around the target system IS-U. This means that the data model, or the function of the legacy system for migration is neither required nor used.

The migration procedure cannot run based on tables, because of the relational SAP system data model and the considerable complexities it contains. Instead it has to compile related data in such a way as to guarantee consistency in the data after the transfer.

The data is compiled into migration objects for the migration into the SAP application. In these units the data is transfered into the SAP system. At the same time, special service function modules have been created in IS-U for the business objects of this application. They make an object-orientated transfer possible. These modules operate in direct input mode and can thus avoid the perfomance disadvantages of batch input processes.

The structure of a migration object is defined in controling tables delivered by SAP. It can consist of several SAP structures. You can find all the structures connected with a migration object in the dictionary. User-defined enhancements (fields) are taken into account at the same time.

Data can be extracted from the legacy system using user-defined extraction programs. The exact record structure is determined per table settings in the Migration Workbench (transaction EMIGALL). Data sets that have been generated in this way, and transfered to your target computer by file transfer, are read and processed in the SAP system by the import program, which is generated by the customer system. The code conversion (EBCDID to ASCII) is carried out at the same time. The data is then formatted and transfered to the direct input module.

Using this EMIGALL technology very fast data migration speed can also be achieved. Probably the fastest tool for data migration.

So, IS-U Migration work bench represents an open interface & works with the business objects instead of database tables and with direct input instead of batch input. The Customizing & execution of ISU u2013 Migration Work bench using T-code EMIGALL includes the following process steps

1. The Scope of ISU - Migration

2. The Concept of Migration Object

3. The Technology

4. Migration Customizing

5. Using the IS-U Migration Workbench

6. Migration Project

7. Migration Objects

Read only

0 Likes
1,097

Thank you for the information. But it would be helpful if you can elaborate specifically on field mapping in EMIGALL. Doesnt the configuration file hold information regarding the field mapping for an object?

Read only

Former Member
0 Likes
1,097

Manu,

Mapping condition for each business object specifies/elaborates mapping of legacy fields with SAP fields. Also Mapping conditions covers all the rules required from SAP as well as from Legacy sides eg. default values, rules, date format etc. Based on the mapping condition SAP and Legacy team configures/develops business object and proceed further for data upload.

If you need any info, please let me know.

Read only

0 Likes
1,097

HI Sailesh,

Can you please tell me how can we see the field mapping with the SAP tables instead of searching it manually .

For some object like PARTNER it is easy to see the mappings with the tables but for objects like Connection object I am not able to identify which field is from which table .

Read only

0 Likes
1,097

........