‎2006 Jun 12 8:59 PM
Hi All,
Is there any function module to store the attachments(office documents, PDF,..etc) into the database, and then show the link to display and delete.
Thanks in advance for any suggestions.
Regards,
Ram Enaganti.
‎2006 Jun 12 9:09 PM
You can use SAVE_TEXT function module for saving the texts and any type of documents.you first convert the document into text format(OTF) before saving and while retriving you can convert the text format(OTF) to pdf as well.
you cannot directly save in pdf format..
Cheers,
Abdul Hakim
‎2006 Jun 12 9:18 PM
‎2006 Jun 12 9:24 PM
Hi Ram,
Have you looked <b>GOS</b> (Generic Object Services)?
Please check this links for more information.
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVOBS/BCSRVOBS.pdf
/people/rammanohar.tiwari/blog/2005/10/10/generic-object-services-gos--in-background
Hope this will help.
Regards,
Ferry Lianto
Please reward points if helpful.
‎2006 Jun 12 10:28 PM
Actually I am looking for a function module which I can call in a program to store the attachments in SAP like workitem attachments. When a user attaches the file, it should store the file and return with the link for accessing/ maintaining it later.
Regards,
Ram.