on 2005 Nov 15 8:13 AM
Hello everybody,
Maybe someone of you had the same situation so I'm looking for your advice for the best solution.
What I have:
2 different systems should exchange their data via XI.
Every record in one system has a corresponding record in another. Surely they have different primary keys in their own native systems.
What I need:
I need that by changing the record in one system corresponding record in another system would reflect all those changes, so change information would replicate from one system to another.
What I suppose to do:
1. Build a conversion table that would store primary keys from both systems.
2. Place that table inside XI database.
3. Write Java mapping that would take responsibility to make an id's conversion (connect to that conversion table, select needed key etc.).
What do you think of that? Is there any other way to make such kind of conversion? Is that more natural to use any ABAP mapping functions? Please take in account I cannot change records in the systems, it means I cannot add any extra fields to them and conversion should be done in XI.
Thank you,
Looking for your suggestions,
Igor
Request clarification before answering.
Hi Igor,
i would recommend a ABAP mapping, because of easy handling table data (customizing, selecting) and good performance and stability.
Regards,
Udo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Udo,
Thank you for reply. It seems ABAP mapping is easier.
What do you think about the idea of using Value Mapping for such conversion task? In this case is it obligatory to use Java coding? And how about performance - will it be better than in case of ABAP mapping, can you say?
Thank you,
Igor
User | Count |
---|---|
77 | |
30 | |
8 | |
8 | |
7 | |
7 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.