‎2008 Jul 07 12:34 PM
Hi experts, i'm looking for a function module to attach a document into a FI Document.Documents are stored in the server. Do you know a function module to do this?
Thanks in advance.
‎2008 Jul 07 1:00 PM
Hi Lopez,
Welcome.
There are basically three fm's you need to call in order to attach your document:
SO_FOLDER_ROOT_ID_GET
Get the folder id where to place the attachement.
2)SO_OBJECT_INSERT
Create the document
3) BINARY_RELATION_CREATE
Create the relation between the created document/link and the transaction
document(FI Invocice, etc).
thanks
karthik''
reward me if usefull
‎2008 Jul 07 12:57 PM
‎2008 Jul 07 1:00 PM
Hi Lopez,
Welcome.
There are basically three fm's you need to call in order to attach your document:
SO_FOLDER_ROOT_ID_GET
Get the folder id where to place the attachement.
2)SO_OBJECT_INSERT
Create the document
3) BINARY_RELATION_CREATE
Create the relation between the created document/link and the transaction
document(FI Invocice, etc).
thanks
karthik''
reward me if usefull