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: 

Upload WORD file as BIN

former_member194669
Active Contributor
0 Kudos

This is my requirement.

I have a shared drive that contains the word files, i need to upload that files using like {gui_upload) then i need to download that into presentation server as word file.

Any info ?

PS Please DON'T suggest me to use FTP. I know this is possible using FTP.

14 REPLIES 14

Former Member
0 Kudos

Do you have XI/PI box in your system landscape . It can be easily done .

0 Kudos

We have XI box in the landscape,

Can you please explain how XI will do this job of moving files from shared drive to presentation server?

Former Member
0 Kudos

You can ask the XI Concultant to move the file to R/3 ( Unix layer ) by File to file scenario . It can be done easily config needs to place only in ID ( hardly takes 10 - 15 mins ) ,once the file have reached R/3 you can use the FM C13Z_FILE_DOWNLOAD_BINARY to download to presentation layer .

0 Kudos

Karthik,

Moving a windows file(MS word) to UNIX layer will not work.

Anyway thanks

Former Member
0 Kudos

Hi,

Why can't you try with NETSHARE drive if possible.

Thanks,

Ravi Kanth

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

I do not follow your complete requirement. Care to explain exactly what you need in further detail? Also, where do you want to store this file, in the MIME repository?

Regards,

Rich Heilman

0 Kudos

This is scenario.

Sorry for less details i provided earlier..

Customers ordering thru NET they attach their prospects & dimensions details as word files and send, and these files get stored shared drive. Once file comes, the business owners will open that files and based on the sales order number and make changes in the file stores in the FILENET.

Here the problem is some remote users don't have FTP access .

that's why i cannot able to use FTP

Currently business owers who have FTP access get the file in the container using OLE and the saves the file in FILENET. Business owners don't have i planned somehow if i can able to move the file from shared to presentation server i can able to make use of OLE in container

0 Kudos

Solved

Using the following interface and I_OI_CONTAINER_CONTROL and help transaction DMDW.

0 Kudos

How will you search answers for your questions.

most of the questions asked by you are solved by you only how can you do like.will you perform extensive search or how?

0 Kudos

KPN,

If you see my profile out of 285 questions 126 still unresolved. most of the questions are related regex, workflow, interface/classes are solved my myself,

After posting questions most of the time i got cut & paste links using same SDN search.

My intention is NOT blaming or hurting anybody who posted replies

Most of the time my best search option is http://help.sap.com/.

it may vast but found very useful.

0 Kudos

May be this will be good start for better search in SDN.

https://forums.sdn.sap.com/help/search-tips.html

PS If you already knows this link pl ignore this.

Former Member
0 Kudos

Hello.

To my understanding you are look for a program in ABAP which will convert the file extension to Word document.

Upload file from presentation server and download to word.

Please check transactions

CG3Z - Please upload your file to Application server using this transaction.

CG3Y - Download your the same file, but, while downloading it will provide options to download file extension.

All the best.

- Mohan.

0 Kudos

The transaction CG3Y will only work with appl server to presentation server. it will not work with shared drive.

0 Kudos

Hi,

You can search XI forum for this. This can be achieved using File to File scenario in XI.

You will find lot of inputs there.

Thanks,

Kartavya