Application Development 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: 

Call ADOBE INDESIGN from ABAP using ole

Former Member
0 Kudos

hi,

how do we call ADOBE INDESIGN from abap using ole object?

need help..

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Ajas,

Kindly check out this link.

http://help.sap.com/saphelp_46c/helpdata/en/59/ae3c98488f11d189490000e829fbbd/frameset.htm

\[removed by moderator\]

Thanks,

Satyesh

Edited by: Jan Stallkamp on Jun 10, 2008 1:34 PM

7 REPLIES 7

Former Member
0 Kudos

Hi Ajas,

Kindly check out this link.

http://help.sap.com/saphelp_46c/helpdata/en/59/ae3c98488f11d189490000e829fbbd/frameset.htm

\[removed by moderator\]

Thanks,

Satyesh

Edited by: Jan Stallkamp on Jun 10, 2008 1:34 PM

0 Kudos

Hi sathyesh,

I've created the program using CREATE OBJECT,CALL METHOD GET PROPERTY ,SET PROPERTY etc.But the application(ADOBE Indesign) couldn't opened.But i can open EXCEL application using ole.

is it possible to open the same?

Thanks for the reply....

need help...

Regards,

Ajas

0 Kudos

Hello Ajas,

I do not think that would be possible

OLE is a technique developed by Microsoft and mostly used in Microsoft products such as its Office suite

To know whether InDesign supports OLE and the commands required one would need to visit the InDesign site.. and on a quick glance through it, I didn't find OLE mentioned

However, if its a simple InDesign document that you need to open then you can use the FM WS_EXECUTE

0 Kudos

Hi Kris,

Thank you..

but InDesign can be called from a PB(Power builder) program using ole.So that i tried to call it fro ABAP...

Best regards,

Ajas

0 Kudos

Not too sure then

I got the basic excel and word connection codes from the forums itself and i'm sure nothing exists for InDesign here

Can PB call Excel too?

If so perhaps you can compare the connection code for excel there with the connection code from SAP to excel and use that to get the SAP -> InDesign connection code

Former Member
0 Kudos

Hi Ajas,

Did you get the solution to call indesign? I am trying to open Coraldraw from ABAP. While i using the CREATE OBJECT for CoralDraw.Application it is not working. Sy-subrc value is coming as 2. what is the solution. If you solved your probelm kindly help me.

Thanks and regards

Anitha. S

0 Kudos

Hi Anitha,

I had same error(sy-subrc = 2).But i solved it and its working fine.Run the function module 'AUTHORITY_CHECK_OLE' and try.

Regards,

Ajas