Application Development 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: 

EMIGALL in non IS-U implementations

Former Member
0 Kudos

Hello SAP folks,

We would like to use TCode EMIGALL for data migration of BP's from legacy systems to R/3. However, we are not implementing the IS-U add on, but the EMIGALL transaction exists in the system and it seems we can use it. Could it be used for the PARTNER object although it is not an IS-U implementation, or is this tool intended only for IS-U?

Thanks and best regards,

Yaacov Melamed.

3 REPLIES 3

Former Member
0 Kudos

Hi Yaacov Melamed,

You can get the documentation regarding EMIGALL tool

in the transaction EQ81. This tool is specific for SAP IS-U data migration. If you have any further Queries please let me know.

Regards,

roger_gomez
Active Participant
0 Kudos

Hi Yaakov,

Emigall is a migration tool for IS-U module specifically.

I recommend you to you Migration Workbench (LSMW) using a BAPI or Idoc for this migration of business partners (Idoc: BUPAFS_FS_CREATE_FRM_DATA)

Reward points if useful.

Roger

Former Member
0 Kudos

EMIGALL was intended for ISU implementations. However, it is just a tool that organizes your conversion and results. You can create custom objects that call either SAP BAPIs or a custom function that you developed yourself. Have a look at some of the standard function that it currently calls and you will get a good idea of how to create a custom function to load whatever type of data that you like.