Application Development and Automation 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: 
Read only

uploading file

Former Member
0 Likes
475

i want to upload the extenal fiel like .xml/.doc into sap with link when i lick on that link ihas to open that perticular business doc.

how can i upload thsese kind of fileds and where it stores.

plz help me out

3 REPLIES 3
Read only

Former Member
0 Likes
455

for opening these type of files you can use ole. You can store your file in a particular folder. It will open in the corresponding applications. File names you can store in a table or u can get the file using ur file browser.

Read only

0 Likes
455

thank's for helping,

if u have any link wrt to this plz send me.

thanks da......

Read only

Former Member
0 Likes
455

Hi Gururaj,

1. Upload the files to the Application server using the transaction CG3Z.

2. This file path and document number should be stored in Z-Table.

3. Display the document number from the Z-Table based on your requriement.

4. If the user click the document number then show the respective document using the OLE concepts.(Find the below link which are useful for how the connect the OLE and ABAP.

[http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE6/BCFESDE6.pdf|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE6/BCFESDE6.pdf]

[http://www.erpgenie.com/abap/ole.htm|http://www.erpgenie.com/abap/ole.htm]

[http://abaplovers.blogspot.com/2008/02/ole-automation-part-2.html|http://abaplovers.blogspot.com/2008/02/ole-automation-part-2.html]

[http://searchsap.techtarget.com/tip/1,289483,sid21_gci775513,00.html|http://searchsap.techtarget.com/tip/1,289483,sid21_gci775513,00.html]

pls reward if it is useful.