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

convert sapscript to smartforms

Former Member
0 Likes
7,350

Is it possible to convert sapscript file to smartforms without any changes? guide me pls..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
5,904

Hi Kumar,

<b>Follow these steps for SAPscript form conversion:</b>

Step 1. Access the initial screen. Choose Tools>Forms printout>Smart Forms (transaction SMARTFORMS) from the SAP Easy Access Menu. The dialog window SAP Smart Forms: Initial Screen appears.

Step 2. Name the form. In the Form Field, enter field name you want to give, for example ZTF_GR_## (based on your company standard starting with Z to identify this as a customized form, where “##” is the group number).

Step 3. Access the migrate function. Go to Utilities>Migrate SAPscript Form. In the dialogue window enter the SAPscript form name, for example Y_SAPSCRIPT_STD. Choose the Check button.

Step 4. View the migrated layout. On the screen that appears, the SAPscript form is migrated into a rough Smart Form . Click on Form Painter to see an overview of the form layout.

<b> ( or )

Use the following steps for mass migration or simultaneous migration of multiple SAPscript forms:</b>

Step 1. Run the mass migration program. In Reporting (transaction SE38), select the program SF_MIGRATE and execute it . Select the names and the language of the SAPscript forms and click the execute icon. The system creates the Smart Forms named for the SAPscript forms plus the extension SF. It displays a list of the migrated forms.

Step 2. Make changes (if necessary). To change and adapt a form, go to transaction SMARTFORMS. Then activate the changed Smart Form.

10 REPLIES 10
Read only

Former Member
0 Likes
5,904

Go to transaction SMARTFORMS, enter a smart form name and click on Utilities -> Migrate SAP Script Form.

Regards,

Manoj

Read only

Former Member
0 Likes
5,904

jayakumar,

In SMARTFORMS Tcode there is Utilities-->Migrate SAPscript form.Click that & you can do the conversion.

regds,

kiran

Read only

Former Member
0 Likes
5,904

Hi

Run this report to convert

SF_MIGRATE

Thanks

Shiva

Read only

Former Member
0 Likes
5,904

Hi,

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.

U. Uma

Read only

Former Member
0 Likes
5,905

Hi Kumar,

<b>Follow these steps for SAPscript form conversion:</b>

Step 1. Access the initial screen. Choose Tools>Forms printout>Smart Forms (transaction SMARTFORMS) from the SAP Easy Access Menu. The dialog window SAP Smart Forms: Initial Screen appears.

Step 2. Name the form. In the Form Field, enter field name you want to give, for example ZTF_GR_## (based on your company standard starting with Z to identify this as a customized form, where “##” is the group number).

Step 3. Access the migrate function. Go to Utilities>Migrate SAPscript Form. In the dialogue window enter the SAPscript form name, for example Y_SAPSCRIPT_STD. Choose the Check button.

Step 4. View the migrated layout. On the screen that appears, the SAPscript form is migrated into a rough Smart Form . Click on Form Painter to see an overview of the form layout.

<b> ( or )

Use the following steps for mass migration or simultaneous migration of multiple SAPscript forms:</b>

Step 1. Run the mass migration program. In Reporting (transaction SE38), select the program SF_MIGRATE and execute it . Select the names and the language of the SAPscript forms and click the execute icon. The system creates the Smart Forms named for the SAPscript forms plus the extension SF. It displays a list of the migrated forms.

Step 2. Make changes (if necessary). To change and adapt a form, go to transaction SMARTFORMS. Then activate the changed Smart Form.

Read only

Former Member
0 Likes
5,904

Hi ,

Go to SMARTFORMS transaction & enter a smart form name & click on Utilities & select Migrate SAP Script Form.

Reward if helpful answer

Read only

0 Likes
5,904

I asked without any modification can I get smartforms.....bcs If I use migration I have to modify lot of...thats why

Read only

0 Likes
5,904

Hi Jayakumar,

just i check in 4.6 server there is no data modify in my case

Read only

0 Likes
5,904

I am wrking in ECC6.0.here its asking lot of changes.i think layout only no need to change.

Read only

Former Member
0 Likes
5,904

hi,

goto transaction SMARTFORMS.

Enter the form name and the goto Utlilities->Migration->ImportSAPscriptform.

here u enter the SAPscriptform name.