‎2010 Jun 30 2:52 PM
Hi everyone,
I try to use function in ECC6
case sy-subrc.
when 0.
**-----Start MS Excel
call function '/HRBP/RH_START_EXCEL_FILE_OLE'
exporting
upload_filename = l_filename
exceptions
no_ole_support = 1
ole_file_error = 2
ole_error = 3
coordinate_error = 4
others = 5.
if sy-subrc ne 0.
message e001(zhrbp_zk). "#EC *
endif.
But this function doesn't exit ! did you have another solution to start msexcel .
Thanks in advance
Soufiene
‎2010 Jun 30 3:07 PM
Why not search with SE37 and EXCEL?? You'll find some FM's that launch Excel...test until you find the one that works for you.
‎2010 Jun 30 3:07 PM
Why not search with SE37 and EXCEL?? You'll find some FM's that launch Excel...test until you find the one that works for you.
‎2010 Jun 30 3:11 PM
I think you didn't understand my question .
I need another function the same as this .
Thanks
‎2010 Jun 30 3:34 PM
and you want to know what it is, how to use it and how to write the code? Good luck.
‎2010 Jun 30 3:42 PM
You always didn't undesstand my question !!!
The function RH_START_EXCEL_DATA_OLE is obsolete.
There is no function possible equivalent . i will open OSS note .
Thank you
Soufiene
‎2010 Jun 30 4:00 PM
‎2010 Jun 30 4:13 PM
>
> You always didn't undesstand my question !!!
> There is no function possible equivalent . i will open OSS note .
Oh, I think he understood pretty well. If you open an OSS message, they will likely come back and tell you it's a consulting issue. That's because it is.
Rob
‎2010 Jun 30 3:53 PM