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 All Purchasing info record in a client

Former Member
0 Kudos

Hi everyone

I have a question about how to delete All Purchasing info record in a client.

I use SARA and object " MM_EINA " to do it.

However it just can archive the info record with marked deletion flag indicator.

Does any ways to set all purchasing info record with marked deletion flag indicator?

Or Is a report available to archive all pur. info records ignoring the deletion flag?

Tcode ME15 just can set deletion flag to one record each time. It is painful to set hundred of records.....

1 ACCEPTED SOLUTION

Former Member
0 Kudos

U can try this by writing a small custom program which will populate all Info records and then it can mark the same for deletion.

2 REPLIES 2

Former Member
0 Kudos

U can try this by writing a small custom program which will populate all Info records and then it can mark the same for deletion.

0 Kudos

Thx Ashish,

But my senior did not recommend to do so due to the risk of direct access to database.

By the way, I find another transaction(ME16) can do it.

It can mark the deletion flag for all records.