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

START MSEXCEL FUNCTION

Former Member
0 Likes
699

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
656

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.

7 REPLIES 7
Read only

Former Member
0 Likes
657

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.

Read only

0 Likes
656

I think you didn't understand my question .

I need another function the same as this .

Thanks

Read only

0 Likes
656

and you want to know what it is, how to use it and how to write the code? Good luck.

Read only

0 Likes
656

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

Read only

0 Likes
656

Did you check RH_START_EXCEL_WITH_DATA

Read only

0 Likes
656

>

> 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

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
656

Ignore

Edited by: Keshav.T on Jun 30, 2010 8:30 PM