2013 Jun 10 11:36 AM
Hi everyone,
I am new to the ABAP,
my requirement is to upload a pdf file, review the file and delete the file if a new version of the file is available.
please let me know how to approach this requirement.
2013 Jun 10 12:19 PM
2013 Jun 10 12:09 PM
Hi,
customizing DMS
regards
Fred
ps: if you explain where you would like to put your file, that could be more simple
2013 Jun 10 12:50 PM
i am currently using this SO_WIND_ATTACHMENT_CREATE_API1 to attach the documents
but the problem with the API is once the documents are uploaded they cannot be deleted.
The documents are getting stored in the DMS
2013 Jun 10 12:19 PM
2013 Jun 10 12:47 PM
2013 Jun 11 7:16 AM
Hi,
have a look to this documentation, it explains how to use the GOS for a specific program.
http://scn.sap.com/docs/DOC-10131
regards
Fred
2013 Jun 24 10:13 AM
The above link has solved my purpose.
But in the above mentioned document, for module pool programing for attaching the file a function
create_attach function is mentioned instead of that we have to mention PCATTA_CREA which will solve the purpose.
2013 Jun 10 1:15 PM
Have you tried GOS. Check if it fulfills your requirements. If so, the below link might be of some help to you:
2013 Jun 11 6:40 AM
As i go through the link posted above, it says that the GOS is only available for certain SAP objects,
can i use GOS for my custom Z developments.
2013 Jun 11 9:02 AM
You could create as many objects as you want ... read the doc http://scn.sap.com/docs/DOC-33485
regards
Fred