cancel
Showing results for 
Search instead for 
Did you mean: 

Copying data from DSO in Quality to DSO in Dev Only for testing

former_member230374
Participant
0 Kudos

Hello All,

I have an issue where there is no data in Dev system to test some Start routines logic...

Hence we are trying to copy data from QA system to Dev system for only one of DSO for testing.

Can anyone tell me that simple File upload method in detail....

is it as follows.

Download data from QA system DSO ina file, convert to .CSV format, upload in Dev system ? using file upload method...Or is there any other easy way without using any Transportation etc...

Many Thanks

Krishna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Krishna,

Usually we do testing in QA as in Dev there will be no data

but if you need to test this on dev then :

1. you can do using .csv like you said

2. create RFC connection to QA. use your QA Cube as source to your Dev Cube and load the data

3. Create sample data using program. the program name is cube_sample_create

Good luck

-Dedys

Answers (2)

Answers (2)

former_member190729
Participant
0 Kudos

Hi,

Above approaches are very good approaches, you can surely try any of those.

You can also try an approach as below:

If you are connected with R/3 QA and ur QA (BW) system. Try creating a RFC connection with the R/3 QA system to your DEV (BW) system and load data to your DEV (BW) system. This will also help you understanding if there is any issue in data loading process for the change you made.

This will help in end to end testing for the start routine and the flow you have changed.

Rest is your choice

Regards,

Sourabh Deo

KodandaPani_KV
Active Contributor
0 Kudos

Hi,

you don't have no data for the DEV system but you want download form the QAS again load it to DEV through flat file.

better way you developed the routines in DEV system you can create the some test data then test it routines. no need down load form QAS.

you are minting same structure both systems.

you will two ways of testing

1. through RFC connection - you have transport total flow form DEV to QAS.

2. through flat file loading - check the flat file source system connection  - download form the QAS -save it in CSV format then load to DEV for testing.

Thanks,

Phani.