cancel
Showing results for 
Search instead for 
Did you mean: 

convert

Former Member
0 Kudos

how to convert a sapscript to smartforms?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

SAP provides a conversion for SAPscript documents to SMARTforms.

There 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.

for migration of sripts to smartforms

1. In Reporting select the program SF_MIGRATE and execute it.

2. Select the names and the language of the SAPscript forms and choose Execute. The system creates the Smart Forms under the names of the SAPscript forms plus the extension _SF.

It displays a list of the migrated forms.

3. To change and adapt a form, go to transaction

SMARTFORMS . Then activate the changed Smart Form.

Regards.

Former Member
0 Kudos

Hi,

SAP provides a conversion for SAPscript into SMARTforms.

There are two way through which you can convert sapscript into smartforms.

(1) 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.

(2) 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.

Note :

While Converting sapscript into smartforms,only layout has passed.But you have do all logic coding in your smartforms.

Steps :

(1) Understand logic of sapscript program.

(2) Understand SAP script windows data.

Now make your technical Design Accordingly,and now do code accordingly for your smartforms.

Regards,

bgan.

Former Member
0 Kudos

Hi Shankar,

In Tcode SMARTFORMS, in menu Utilities you have an option.. Migrate Scripts to Smartforms.

Refer this link for more information.

http://help.sap.com/saphelp_nw04/helpdata/en/9d/9599386185c064e10000009b38f8cf/content.htm

reward if helpful