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: 

Smartforms to MSWord

Former Member
0 Kudos

Hi All,

I need to download smartforms to MSWord.Is there any Function modulr for that.....

I think 'CONVERT_OTF' will not work in this case

1 REPLY 1

Former Member
0 Kudos

Hi Yogesh,

Just try this once.

first convert the smart form in to RTF format using the function module CONVERT_TO_RTF and using GUI_DOWNLOAD for download to desktop or else where.

OR

using 'COVERT_OTF' try these steps once

1. From the smartform you have got the function module created by SAP right..

and you are calling this function module in you ABAP program..

2. Now one of the the output parameter of this function module will be output_info.

From this you will get the OTF data for your smartform..

3. Now pass this OTF data to function module CONVERT_OTF and in the

call of this func mod.pass format as 'DOC' (check if we can pass this ) this will

convert our OTF data to DOC format..

4. Now make use of GUI_DOWNLOAD func mod. to download the data to

presentation system...

I guess this should work ...

HOPE IT HELPS U....

reward if useful

thanks and regards

suma