2010 Oct 27 11:15 AM
Dear Experts,
I have one requirement to store all the SAP relevant documents on a seperate server called as "Document Server". The files may be JPG, PDF, WORD, PPT etc.
I want my Zprogram to be able to insert new files in to that document server and access the files already stored on the document server.
Can anyone please suggest me the steps & settings required for achieving my requirement?
Thanks,
Praveen
2010 Oct 27 11:24 AM
Are you aware of SAP's Document Management System ? There are separate standard Tcodes to upload all kinds of documents into SAP. Why do you need a ZProgram to do this?
pk
2010 Oct 27 12:27 PM
Hi Kishan,
I am not aware of Document Management System as i am new to ABAP.
My requirement is to store all the customer documents on a completely seperate server and not in SAP server.
I want the Source Code through which the user can insert new files into that new server and can also access existing documents on that server.
Also, is it fine if we store the customer documents in application server of sap instead of storing in MIME repository?
Do we going to have any performance issues with this?
Can you please suggest me how we can achieve this?
Thanks,
Praveen
Edited by: Praveen Bitling on Oct 27, 2010 3:42 PM
2010 Nov 03 6:41 AM
Dear Experts,
I have one query regarding file handling in SAP.
I am storing my customer files on a drive of Application Server in Binary Format.
Now when i want to display them to the user, i need to download it into my local PC and open it manually.
Is there any method which i can use to open the file stored in binary format on the application server directly without having to download on local pc and opening it manually?
If my file stored on application server is "ABC.JPG" then it should be opened in "Windows picture and fax viewer"
If my file stored on application server is "ABC.PDF" then it should be opened in "Adobe Acrobat".
I have a screen with a push button for viewing the customer document file stored on the application server in my program.
Can anyone please help me out with this?
Thanks,
Praveen
2011 Mar 23 6:11 AM