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

Sapscripts to Smartform

Former Member
0 Likes
833

Hi,

I need to convert some purchase order forms from sapscript to smartforms. I wanted to know if there is any function module or application which would convert existing sapecripts to smartforms. I think probablity being less but still thought of giving a try.

Regards

Abhishek

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
781

Yes, in the SMARTFORMS transaction, click Utilities, Migrate Sapscript Form.

Regards,

Rich Heilman

6 REPLIES 6
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
782

Yes, in the SMARTFORMS transaction, click Utilities, Migrate Sapscript Form.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
781

Hi,

Utilities --> Migrate SAPscript forms in T-code SMARTFORMS

Regards,

Anjali

Read only

Former Member
0 Likes
781

Hi,

Check this link,

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

Hope this will help you.

Thanks&Regards,

Ruthra.R

Read only

Former Member
0 Likes
781

Hi Abhishek,

I'll also be migrating purchase order forms from sapscript to smartforms. Did you have to create a new print program or not?

I've been doing some checking and i think the include FM06PE04 will be calling the smartform but our system does not have that standard include..

What should be done? Thanks

Read only

Former Member
0 Likes
781

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.

Read only

0 Likes
781

hi, thanks for your reply.

i will only be migrating form MEDRUCK to smartform, i will be doing this manually since the user changed some of the format. but do i have to create a new new print program or will SAPFM06P do the job of calling the new smartform that i will be creating?

thanks again.