Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how i can add data to the dev ?

Former Member
0 Likes
832

hello ,

we have dev / qa / prod .

the problem is that the "dev" don’t have enough data and we need

to pass the development to the qa for any simple test .

is it possible to insert data just to the tables without erase or make

damage to the existing programs/develops ?

1 ACCEPTED SOLUTION
Read only

suresh_datti
Active Contributor
0 Likes
781

>>is it possible to insert data just to the tables without erase or make

damage to the existing programs/develops ?

YES.. otherwise how will you UNIT test in DEV? Adding data to the Tables will not affect the Programs.

~Suresh

hello ,

we have dev / qa / prod .

the problem is that the "dev" don’t have enough data and we need

to pass the development to the qa for any simple test .

is it possible to insert data just to the tables without erase or make

damage to the existing programs/develops ?

6 REPLIES 6
Read only

suresh_datti
Active Contributor
0 Likes
782

>>is it possible to insert data just to the tables without erase or make

damage to the existing programs/develops ?

YES.. otherwise how will you UNIT test in DEV? Adding data to the Tables will not affect the Programs.

~Suresh

Read only

Former Member
0 Likes
781

create one sample program and insert the data

Read only

Former Member
0 Likes
781

yes go ahead and create data in DEv some for testing..if u have to create a large volume of data then u can do one thing download data from production environment (some data) into excel and then in dev create a local Program wich will upload this file and inser data into the table..

hope it clarifies ur issue.

amit

Read only

Former Member
0 Likes
781

//the problem is that the "dev" don’t have enough data and we need

to pass the development to the qa for any simple test .

How much is the data content to be created into the table ?

For unit testing is this a report or what program is to be run in the QA?

Can u elaborate the query in this regard?

//is it possible to insert data just to the tables without erase or make

damage to the existing programs/develops ?

Are u trying to transport the table with entries into QA for just testing purpose ?

confirm this .

in my opinion if at all the entries are required to test some scenario

like say one or two max 5 per scenario ,

can't u create some entries in debugging itself by appending the entry in ur QA itself .

regards,

vijay.

Read only

0 Likes
781

and to take data from the beckup of the prod ?

i can't make just few rows in the tables ,

i need "data" in the dev .

thanks any one any way .

Read only

Former Member
0 Likes
781

while doing the COPY client u will get these kind of options.

check tcodes SCC* in se93.

for more info ask ur basis Person.

Regards

Prabhu