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: 

need to delete a record from quality server without transporting th program

Former Member
0 Kudos

Hi

I what to delete an entry from a table in quality program without transfering any programs from development.

Can anyone guide me.

Thanks in advance,

MU

2 REPLIES 2

former_member156446
Active Contributor
0 Kudos

Its not advicable to delete but looks like u have some real problem with your developements so try as suggested here >>

[Edit SAP tables|http://www.kowboyz.nl/blog/edit-sap-tables/]

Former Member
0 Kudos

Hi Muni,

If you use &SAP_EDIT to delete an entry, a log will be created in the tables SE16N_DATA & SE16N_KEY.

IF you have to edit a single entry just follow the conventional method by selecting the entry from SE11 & using /h & then changing the fcode as EDIT in the debug mode.

Also make sure that the table from which you are deleting the entry, is not a dependent on other tables, other wise it will create data inconsistencies.

Regards

Abhii