Hi all,
My requirement is to copy one of the master data attributes data into an attr of MD2 when loading it into MD1. The source is a flat file. Both MD1 and MD2 have the same key.
I have written a small start routine in the transformation of MD1 to read the corresponding key and the required fields value into an internal table and populate the P table of MD2 with the key and the value. I am also copying all the other fields values into this new record and giving it the values of M for 'Objvers', I for 'Changed' to the newly inserted record and am also updating the changed value to 'D' for the already active record in P table of MD2. This all works fine but when I try to activate the MD2 object, I get a message saying its already activated and the change doesnt show in the MD2 object. How can I get the MD2 object activated ?