cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

What are the steps to modify the initial data impex in a live env.

former_member707775
Discoverer
0 Kudos
459

I have to modify an initial data impex that is part of actual master data.

So after making the changes in the master data impex do I need to run the modified impex once in the live env. so to get modified change.

Accepted Solutions (0)

Answers (1)

Answers (1)

Slava
Product and Topic Expert
Product and Topic Expert
0 Kudos

It depends on your modifications and what you mean by "run". If I understand correctly, "the master data impex" is an essentialdata-...impex present in an extension? If so, that means that impex has been loaded when system initialized. If you just changed some values in that impex or added more records. Sure, you can just run it. And by "run" I mean either execute that impex in Impex Import console or by reinitializing the system. However, if you removed certain data rows from that impex, then the only option to run it is to reinitialize the system. Or you can run an impex with the corresponding REMOVE statements in hac. But that impex is not the same as the modified essentialdata...impex. Hope it makes sense.