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: 

SAP Word Long Text Editor IW23

Former Member
0 Kudos

Hi

Please can someone help me with the following. I am trying to create a long text editor similar to that in iw23 that uses OLE. The basic logic is in an i can create an empty ole object with a blank word screen in SAP.

The problem come in when I am populating the texts onto the screen and then pass the table to the function module COMPOSE_RTF

I am linking the standard texts into the word editor.

Please help.

I can share the source code.

Kind Regards

Arun

1 REPLY 1

Former Member
0 Kudos

Having debugged the sap standard ole program there i found a link that illustrates the methods to call

http://help.sap.com/saphelp_nw04/helpdata/en/e9/0be9a7408e11d1893b0000e8323c4f/frameset.htm

anyone dealt have a quick overview on how to handle raising of errors and destrying objects.

Thanks

Arun