2006 Dec 11 12:40 PM
Hi everyone,
It' possible to convert automatically, all the paragraphs from one SAPscript to a Smartform style or similar?.
My problem is that i have 60 o 70 paragraphs in the SAPscript and i'm searching a automatic process for migrate them to a Smartform.
Greetings.
2006 Dec 11 12:49 PM
Hi,
If you are talking of Styles then goto tcode SMARTSTYLES -> UTILITIES -> Convert SAPScript Styles.
If you are talking of paragraphs as in SAPSCript then goto Tcode SMARTFORMS ->UTILITIES -> Convert SAPScript.
Regards,
Amit
Reward all helpful answers.
Yeah, by formats means styles, so if you want you can also convert the styles too from SAPScript by using other method or delete the current one and choose any from smartform styles.
Message was edited by:
Amit Khare
For language problem just change the maintain language for the form.But it will give some more errors later.
Message was edited by:
Amit Khare
2006 Dec 11 12:58 PM
Hi,
You told me: "If you are talking of paragraphs as in SAPSCript then goto Tcode SMARTFORMS ->UTILITIES -> Convert SAPScript."
I imported the Smartform form to SAPScript but the paragraphs didn't appear . When i go to tab "General Atributes" in one Page (Smartforms), the system show me:
Do you want to delete all
invalid formats %TEXT2 in the text node?
2006 Dec 11 12:52 PM
Hi,
You certainly have the options to migrate sap-scripts to smartforms,
in transaction code smartforms as well as smartstyles.
just migrate the script to styles,all your paragraph and character formats will get copied.
Regards,
pankaj singh
2006 Dec 11 12:57 PM
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.
We can convert script to smartform but not a smart form to script.Hope it is clear.
2006 Dec 11 1:01 PM