Question:
I use document management to upload a file and save this file into sap.
I want sent this file to other system as e-mail accessory,but i don't get this file in sap.
How can i get this file ??
Answer:
You have to check the file out first. see BAPI_DOCUMENT_CHECKOUTVIEW2, then attach it to your email.
_________________
Regards
R
Abap KC
SFMDR
Answer:
My question is how to get the attachment in sap.
I want sent e-mail in sap with attachment that is i uploaded into document management. when i sent the mail ,the attachment is in sap.
Answer:
My question is how to get the attachment in sap.
I want sent e-mail in sap with attachment that is i uploaded into document management. when i sent the mail ,the attachment is in sap.
My answer is see above.
You have to check the file out of the DMS BEFORE you attach it to the mail. You then delete the checked out file which then leaves you with the document in the DMS once again.
_________________
Regards
R
Abap KC
SFMDR
Answer:
I know that save the attachment into local file and send this e-mail with
the efile .
thanks!