cancel
Showing results for 
Search instead for 
Did you mean: 

Delete After Checkin not happening with BAPI_DOCUMENT_CHECKIN2 call

Former Member
0 Kudos

I have my config set correctly for "delete after checkin". It works when Checkin is done from CV02N. But when checkin is done with BAPI_DOCUMENT_CHECKIN2, it will not delete the file from the front end computer. I still get a good return code, with no errors. The file does get properly checked in. I am using KPRO content servers.

I have searched the forum. I found one thead but there was no real solution given.

Thanks for any help.

Dan Thames

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

try with bapi_document_change2,

Former Member
0 Kudos

Surjitsingh,

I tried bapi_document_change2. The results are the same. The original is attached to the D.I.R. and is checked in. But the file is still on the local machine. User interface is SAPGUI 7.10 patch 3.

Any other ideas?

Thanks,

Dan

Former Member
0 Kudos

After much trying and testing of the Checkin2, Change2, and CheckinReplace2 BAPIs I gave up on getting the frontendfile to delete after Checkin. I did found that CV120_DELETE_FILE would work. We will plan to run it after the Checkin call returns successfully.

Dan Thames