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

urgent

Former Member
0 Likes
601

Hi Experts,

How to convert SAPScript driver program to SmartForm. Please explain me.

Thanks & Regards,

B.VenkataRathnam.

Hi Experts,

How to convert SAPScript driver program to SmartForm. Please explain me.

Thanks & Regards,

B.VenkataRathnam.

4 REPLIES 4
Read only

Former Member
0 Likes
580

Hi,

U can do it by using SF_MIGRATE program.

Otherwise,

Goto SE71 -> Utilities -> Migrate Script.

Regards,

Padmam.

Read only

Former Member
0 Likes
580

Goto smartforms on utility click convert sapscript to smartform.

also

t-code smartforms

utilities->migrate sapscript

check the link below it provides steps to convert sap scripts to smartforms

http://www.ficoexpertonline.com/downloads/Iyer_SmartForms.pdf

Check these threads.

Read only

jaideeps
Product and Topic Expert
Product and Topic Expert
0 Likes
580

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.

thanks

jaideep

*reward points if useful

Read only

Former Member
0 Likes
580

hi,

U can use the SF_MIGRATE.

or

Goto SE71 -> Utilities -> Migrate Script

Message was edited by:

Roja Velagapudi