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 Maintenance : Deleting entries

abhishekjain
Participant
0 Kudos

Hi Experts,

I have created a Table maintenance and added the sort functionality to it. This is custom sort functionality which is working perfectly. I am modifying EXTRACT and TOTAL with the sort functionality to display correct sorting in table.

But the issue is after sorting when I try to delete the entries, entries are either not deleted or some random entries are being deleted.

Could someone please help me on this?

3 REPLIES 3

SuhaSaha
Advisor
Advisor
0 Kudos

How did you implement the "custom sort" functionality? Which event did you use?

0 Kudos

Hi Suhas,

I have used event "ST" to add new buttons on toolbar and handled user action of those buttons in PAI.

Former Member
0 Kudos

try to put code putting events in table maintenace

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0d56ae5-02bc-2d10-0893-d33af1586...

check the table entries in event 03, 04, this table entries should be in sync with your sort button