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

Smartforms

Former Member
0 Likes
576

Hi All,

Please can any body let me know how to download smartforms into MS Word doc.

7 REPLIES 7
Read only

Former Member
0 Likes
543

Hi,

Smart form can be downloaded in only XML format.

Regards

Swetha.

Read only

Former Member
0 Likes
543

Hi There,

I would like to suggest,

Function module---->

CONVERT_OTF - Convert OTF format to various formats (TLINE table)

Then use,

GUI_DOWNLOAD.

Hope that's usefull.

Good Luck & Reagards.

Harsh Dave

Read only

Former Member
0 Likes
543

Hi ABC,

go to the T-CODE I18N (Internationalization),

then go to MENU -> I18N CUSTOMIZING -> I18N SYSTEM CONFIGURATION. ->

MS WORD AS EDITOR

now if you want to use MS WORD in SMARTFORM then check the checkbox Smartforms.

With luck,

Pritam.

Read only

Former Member
0 Likes
543

Hi,

Follow this link to get a detailed information for this. You have screen shots also to resolve the issue.

http://saptechnical.com/Tutorials/Smartforms/MSWord/Editor.htm

Regards,

Swapna.

Read only

0 Likes
543

Hi,

The reply which you have given is to change the samrtform editor to MS editor. But my problem is different.

As we can download the smartform in pdf (writing a program by calling the FM: CONVERT_OTF_2_PDF), in the similar way can we download the smart form to MS word.

Please help!

Read only

Former Member
0 Likes
543

Hi There.

I suggest a few options,

KYP6 Printing with MS Word for Windows

DOWNLOAD_REPORT_COMMENTARY

DOWNLOAD_SHEET_COMMENTARY

DOWNLOAD_TEXT_FILE

FILL_REPORTS_AND_DOWNLOAD Fills STRUCTURE_TAB for a report class or a user group

POPUP_AND_DOWNLOAD_FOR_WORD

Or.

go to transactions SMARTFORMS--->Utilities---->Upload.

Hope that's usefull.

Good Luck & Regards.

Harsh Dave

Read only

0 Likes
543

Hi,

The requirement is that the client will run the driver program of the smartform, then it will ask for the download path (presentation server) and then the smartform should get downloaded to that path in MS word doc (with the ame look as we see in the print preview) and then they will fill the missing details in the form (through MS word) and then print it.

So is it possible to achieve this.