EDI Invoices and Archiving attachments

Richard Marut rvmarut at earthlink.net
Thu Apr 24 11:45:42 EDT 2003


Hi Lola,
 
I used a few SAP function modules to do linking and archiving.
 
My early archiving used the following
 
ARCHIV_CONNECTDEFINITION_GET to get the archive id
ARCHIVOBJECT_CREATE_DIALOG to get the archived document number
 
The document number was initially stored on a custom table.
 
My late archiving to an Accounts Payable document used
 
ARCHIV_GET_CONNECTIONS to establish the connection between the archive
and SAP object
ARCHIV_CONNECTION_INSERT to provide the actual link
 
Of course there was a lot more to this such as configuration and custom
code to carry the information throughout the process.
 
Richard...
 
 
-----Original Message-----
From: SAP Workflow [mailto:Owner-SAP-WUG at MITVMA.MIT.EDU] On Behalf Of
Lola Oluwa
Sent: Wednesday, April 23, 2003 7:30 AM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: EDI Invoices and Archiving attachments
 
Hi,
I have the following requirement:
 
1) trigger a workflow from incoming IDoc interface
2) "attachments" to the invoices arrive separatelly and are stored on
say,
a local server, these are to be linked and archived with the incoming
invoice (background task).
 
I have a solution for the first task, I have a concept for the second
part
but  would like to hear how anyone else has implemented this scenairo.
 
 
Best Regards,
Lola.
 


More information about the SAP-WUG mailing list