Application Development 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: 

Delete a sequence of test data from SE37

Former Member
0 Kudos

Hi

I am relatively new to ABAP and I was wondering whether it is possible to delete a few test data records from SE37

in one go, namely, for example delete 10 records of test data belonging to one user.

I thank you for your reply.

Sincerely

Yuval

1 ACCEPTED SOLUTION

former_member193821
Active Participant
0 Kudos

Hi,

The test data for se37 will be stored in a table called 'EUFUNC'.Please check this table.

Thanks and Regards,

P.Bharadwaj

7 REPLIES 7

former_member193821
Active Participant
0 Kudos

Hi,

The test data for se37 will be stored in a table called 'EUFUNC'.Please check this table.

Thanks and Regards,

P.Bharadwaj

0 Kudos

Hi Bharadwaj

Thank you very much for your help.

This is exactly what I needed.

A question though : what transaction can I use to delete entries from table.

Until now I only used SE16N to view tables, but never to delete entries....

Best regards

yuval

0 Kudos

Hi,

Goto SM31 mention the table name.You can maintain the table entries from there.

Please award points if it is helpful.

Thanks and Regards,

P.Bharadwaj

0 Kudos

Hi peery

To delete entries in master tables after entering se16n jus give &SAP_EDIT in the tcode window and press enter ..You ll get message as SAP editing activated .Now press execute and u can proceed with editing and deleting .

P.S : Changing std tables is not advisable .

hope it was helpul

0 Kudos

Hellio Bharadwaj

How safe is it to delete entries from EUFUNC which is a sap table?

regards

yuval

0 Kudos

Hi,

It is not recommended to delete entries for standard tables, for Z tables if the test data is maintained by you , you can do the same.

Thanks and Regards,

P.Bharadwaj

former_member401443
Participant
0 Kudos

Hi Peery

Instead of directly deleting the entries from table EUFUNC.

Enter the Author name in table EUFUNC and get the data.

Then based on Object name & Date & Time manually delete the entries from Function Modules.

It would maintain the data consistency and would keep your system stable.