Hello
We are using an ECC system(DEV; QAS andPRD). We have 2 project in parallel.
For one project we have already transported all development and customizing to PRD.
We would like to simulate going live.
However we can not make a homogeneous system copy PRD->QAS because we are in the middle of testing of the other project on QAS.
Therefore we have idea to copy productive client on PRD(100) to a new client PRD(999). Does this makes sense? I was very concerned about jobs which I supposed are common
I created an periodic job with an program which writes sy-mandt to a file(via dataset). On DEV system then I copied such a client(011) to DEV(999). I realized that after copy still sy-mandt created via job in file is "011"(which tels me that no jobs are active on new client after copy).
If this is thrue I could freely copy productive client on PRD(100) to a new client PRD(999)?(without endager production?)
Thank you a lot in advance
Jan