‎2005 Aug 09 1:16 PM
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
‎2005 Aug 09 1:17 PM
‎2005 Aug 09 1:17 PM
‎2005 Aug 09 1:20 PM
Hi,
Utilities --> Migrate SAPscript forms in T-code SMARTFORMS
Regards,
Anjali
‎2005 Aug 09 1:20 PM
Hi,
Check this link,
http://www.sap-img.com/smartforms/smart-005.htm
Hope this will help you.
Thanks&Regards,
Ruthra.R
‎2006 Aug 30 10:03 AM
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
‎2006 Aug 30 10:12 AM
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.
‎2006 Aug 30 10:32 AM
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.