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 to clean database tables after testing?

Former Member
0 Likes
679

Hello, All !

I'm beginer in eCATT. I have a simple question.

My test run some transaction. It put record into database table. I need check some fields of this record.

I want run this test avery day.

How I can remove record automaticly? It's important because records can't have a douplication.

Best regards.

3 REPLIES 3
Read only

Former Member
0 Likes
580

Hello,

You can delete your entries in the table by logging into the transaction SE16N and entring the table name and selecting your entries to be deleted.

Thanks & Best regards,

Ajay

Read only

Former Member
0 Likes
580

hi ,

while you try to run again the table will not create the duplicate entries, if the data is lready there with

same key field it will overwrite the existing data.

regards,

Prabhu

Read only

Former Member
0 Likes
580

Hi,

If u are using SETTAB to change values or add values in tables. Then u can use RESTAB to reset the changes made. I am not sure if u are looking for this.

Regards,

Justin