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: 

Table View Maintainence Problem

Former Member
0 Kudos

Hi all,

I created a maintaninece view for a custom table.I populated entries into the table thru the view.But i am not able to delete the entries from it.As I run the Tcode of the view I get the previously deleted records again.While deleting and saving it prompts that the records are saved.

Then why is the records not deeletd from the table ?

Pls post ideas to have the records deleted from table thru view.

Thanks,

Stock.

6 REPLIES 6

Former Member
0 Kudos

Hi stock,

1. When deleting the records,

we delete them by using the toolbar button

for deletion.

2. At this point of time, the records,

disappear in the grid.

3. But in fact they are not REALLY DELETED from database table.

4. After this , we have to press THE SAVE BUTTON

so that the records are really deleted.

regards,

amit m.

Former Member
0 Kudos

Hi Amit,

i tried saving but it did not delete.

Thanks,

Stock.

0 Kudos

Hi,

when you delete the entries , it will ask the request. is it asking for request. and also after deletion Press SAVE Button and check it.

you might have records with different key combination, but you are only looking first key that might be the reason you are feeling that Table entreis not deleted. check it once.

do you have authorization to Delete table entries..

Regards

vijay

0 Kudos

Just check out with SM30 and delete the entries ==> SAVE by giving the request number. If you have authoriztion to delete it will allow you to do so.

Cheers,

Thomas

former_member404244
Active Contributor
0 Kudos

Hi stock,

When deleting the records,

we delete them by using the toolbar button

for delete

press the SAVE button.Now the records will be deleted from the database table.

Regards,

Nagaraj

Former Member
0 Kudos

Hi all,

Thanks.

I deleted the record from the tool bar ,saved it ,it prompted for the request which I entered .

But again when I checked the view thru the Tcode for the view it showed the record which was supposed to be deleted.

its strange!!!

Pls post ur ideas.

Thanks,

Stock.