Extracting manually entered journals from Production into Test Environment.
I will have to move these journals from Production into our test environment and POST them again in the test environement.
To achieve this, i thought of manually moving the data from the 4 tables: JRNL_HEADER, JRNL_HEADER_IU, JRNL_LN, JRNL_CF_BAL_TBL into the test environement and then re-set some flags/statuses on these tables so that they can be POSTED again in our test environment. Anyone tried this method? Are there any drawbacks with this method? I think that it is the simplest way to achieve my goal. Any comments?