Application Development and Automation 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: 
Read only

CV02N

Former Member
0 Likes
493

Hi,

I want to delete a document. I can set delete tick using CV02N t-code. But I can see this document such as using CV03N t-code. I want that not to see this document. If I try to see this document, I want to get error like 'there is no document'. How can I do?

Thanks.

Hi,

I want to delete a document. I can set delete tick using CV02N t-code. But I can see this document such as using CV03N t-code. I want that not to see this document. If I try to see this document, I want to get error like 'there is no document'. How can I do?

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
451

Hi,

I think only way out would be archive those documents whose deletion ind is set, although how to archive i have no clue.

hope this of any help.

Sharath

Read only

Former Member
0 Likes
451

Hi,

I just found out a way to do this,

i created a program and inside called the bapi BAPI_DOCUMENT_DELETE_DIRECT and passed the document number, type, part, version and it deleted it as per your requirement. You can try this and let me know what happened.

With regards,

Sharath.