Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Steps for Setting Seperate Document Server To Store SAP Documents

Former Member
0 Kudos
136

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

4 REPLIES 4

former_member184657
Active Contributor
0 Kudos
105

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

0 Kudos
105

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

0 Kudos
105

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

0 Kudos
105

Solved Internally..