cancel
Showing results for 
Search instead for 
Did you mean: 

Display XLS via WD

Former Member
0 Kudos

Hi all,

i want to display an Excel file via WD, and i have called the FM SCMS_URL_READ and its returning an URL, how shall i use it then to display my XLS file,

its an EXCEL file not a HRICOLFOTO

thanx very much,

Kind regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have a look at the Office Control UI element.

It is uesd to display word docs ,excel docs .

[office control|http://help.sap.com/erp2005_ehp_04/helpdata/EN/d1/af8841349e1909e10000000a155106/frameset.htm]

Pls go through the link.

Cheers,

Aditya.

Former Member
0 Kudos

HI, i dont want use the office controler, i want display it normal, after clicking on the excel-file its should be displayed totaly nornal.

best regards

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

If you have the URL to the Excel document, have you tried just placing this URL in a LinkToURL UI element. When the user clicks the hyperlink this should cause the generated SCMS URL to open in the browser.

Former Member
0 Kudos

How?

would yopu please tell me how can i do this??? waht shall i do with the gotten URL from 'SCMS_DOC_URL_READ'

is ther a method to do this?

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You have a URL, right? Just bind that URL to the reference property of the LinkToURL UI element.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/25/e2f0416ab6da6fe10000000a1550b0/frameset.htm

Former Member
0 Kudos

hi, sorry i got the URL from the FM SCMS_DOC_URL_READ and i just paste it in EXPLORER to see if its working, but it didnt.

normaly, if i want to display a power point or Word document or any kind of MS-office , a pop up appears asking ( SAVE OPEN CANCEL ) and this pop up is the problem, i used the SAP Standard cl_wd_runtime_services=>, its not working with the MS-office Product. cause that Popup ist set by default on (CANCEL), ' i Hop that you understand waht i meant' , i tryed to set that pop up on OPENT from Backend, and now i can display my EXCEL on Portal without seeing that Pop up , but this is nor a Solution , this popup i can get it if i am useing ARCHIVE_DISPLAY_META in backend, but not in Portal,

and i want get it too in Portal too, i dont know if this has something to do with cl_wd_runtime_services or i have to use a FM?

I know , its a littel bit complicated.

Thank you

Natel