‎2008 May 20 7:17 AM
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
‎2008 May 20 9:03 AM
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.
‎2008 May 20 11:13 AM
thank's for helping,
if u have any link wrt to this plz send me.
thanks da......
‎2008 May 20 11:35 AM
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.