cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading the Documetns from BSP into R/3 Application Server

Former Member
0 Kudos

Hi,

Can any one please help me in finding out the procedure for "Uploading the Documents (in word format or pdf format or normal text documents) from the BSP Application in to the Back end R/3 Application Server".

If any one having the Sample code for the same, please help us by providing the way to do it.

Thanks & Regards

Sumanth

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Raja,

Thanks a lot for the information. Now i am able to Upload the Files (Word / Powerpoint etc) in to R/3 Server.

Further, i need to open these files in the Dialog Programming to show the users by clicking the button.

If there any function modules in ABAP to open the word document or PPT document from the R/3 Server in which the document will be shown in the respective application at the users mechine.

Regards

Sumanth

athavanraja
Active Contributor
0 Kudos

Where did you store the documents? is it in Business Document Managements System (BDS)?

You can use the function modules from Function Group BDS_BAPI to display the document.

If its stored in your own file system then you can program yourself to fetch the document and shown them in SAPgui using controls.

Regards

Raja

Former Member
0 Kudos

Hi Raja,

We are not storing in the Business Document Management System.

Just we are storing in the DIR_HOME directory with the file name generated dynamically using the OPEN DATASET and CLOSE DATASET.

Thanks & Regards

Sumanth

athavanraja
Active Contributor
0 Kudos

Look at the following demo program

SAPRDEMODOCUMENTCONTAINER

Regards

Raja

former_member181879
Active Contributor
0 Kudos

I would recommend that you read through the ICM documentation. Can not remember the exact syntax, but it is possible to configure in the profile an entry that maps an URL onto a directory on disk. Then the ICM will function like a normal web server, shipping out these documents.

Once you have it working, you can append a small example!

Former Member
0 Kudos

sounds like you might also need to combine R/3 with the SAP Content Server and SAP DMS to enable documents to be opened by a User with transactions in the SAP gui.

Tomas.

Message was edited by: Tomas Altman

athavanraja
Active Contributor
0 Kudos

check out

also search BSP forum with key word "upload".

This has been discussed many times.

Raja