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 Smartforms (Paragraph problem)

Former Member
0 Kudos
550

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.

5 REPLIES 5
Read only

amit_khare
Active Contributor
0 Kudos
440

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

Read only

0 Kudos
440

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?

Read only

Former Member
0 Kudos
440

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

Read only

Former Member
0 Kudos
440

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.

Read only

Former Member
0 Kudos
440

Probably, problems with differents Languages?