Skip to Content
0
Apr 08, 2011 at 07:26 PM

Check-In Originals from WF

51 Views

Hi all.

I have a Workflow for documents approval and in some level of it I want to create/overwrite a Document (Info Record + Originals) as a copy of the document being treated into the WF, checking in the originals.

I'm doing it through a background task into the WF.

I try calling the FMs BAPI_DOCUMENT_CREATE2, BAPI_DOCUMENT_CHANGE2, BAPI_DOCUMENT_LOAD, BAPI_DOCUMENT_CREATEFROMSRC2 and when the original has a network address (
xxxx\yyy) as a path it works fine in most cases. But when the original has a windows address (X:\yyyy) it does not work, throwing the message E 26 253.

I already check the OSS note 504692 and does not work for me.

Is the background check in possible? If so, how can I implement it?

Regards.

Gregory.