cancel
Showing results for 
Search instead for 
Did you mean: 

display report using star office

Former Member
0 Kudos

Hi...Need some light on this,,,How to display abap report using Star offce instead of MS excel???? Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If Star Office (??) is OLE compliant, you will need to issue a CREATE OBJECT 'WHATEVER.THE.REGISTRY.ENTRY.NAME.IS.HERE'.

Then once it is activated on the client system, you will need to issue OLE automation commands from ABAP to the Star Office client.

You will probably need an Object Browser to help you with the Star Office commands to pass the ABAP info down to the client.