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

script & smartforms

Former Member
0 Likes
591

hi friends,

could you plz tell me how can i migrate the SAP Script TO Smartforms?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
564

Hi ..,

Go to smartforms transaction...

give a name for the smartform... and go to UTILITIES--> MIGRATION --> Import SAP Script form

Here give the script name...

regards,

sai ramesh

4 REPLIES 4
Read only

Former Member
0 Likes
565

Hi ..,

Go to smartforms transaction...

give a name for the smartform... and go to UTILITIES--> MIGRATION --> Import SAP Script form

Here give the script name...

regards,

sai ramesh

Read only

0 Likes
564

go to smartform tcode.

specify a name for the smart form,

SMARTFORMS -> Utilities ->Migrate SAP Script Form

Read only

Former Member
0 Likes
564

HI,

SAP provides a conversion for SAPscript documents to SMARTforms.

This is basically a function module, called FB_MIGRATE_FORM. You can start this function module by hand (via SE37), or create a small ABAP which migrates all SAPscript forms automatically.

You can also do this one-by-one in transaction SMARTFORMS, under

Utilities -> Migrate SAPscript form.

You could also write a small batch program calling transaction SMARTFORMS and running the migration tool.

Look at the below links

http://www.sap-img.com/smartforms/smart-004.htm

Regards

Sudheer

Read only

Former Member
0 Likes
564

Hi,

Follow the procedure:

Go to Smartforms Transaction Code then Utilities--> Migration --> Import SAP Script form.

Ashven