2008 Nov 18 12:34 PM
Hi All,
We have requirement to migrate SAP Script to smart form, please suggest how to do this?
Thanks
Saurabh
2008 Nov 18 12:38 PM
hi,
U have to first design a smartform layout just like that script and then in driver progrm u have to comment all 'open , write and close from' statement and then u hav to use FM 'SSF_FUNCTION_MODULE_NAME' .
2008 Nov 18 12:39 PM
Hi,
-->Go to T-code smartforms
>Go to Utilities>migration->import sap script form
give ur script name and script will be converted to smartforms
Thanks
Ankur Sharma
2008 Nov 18 12:40 PM
Hi Saurabh,
Just go to transction SMARTFORMS.
Give the name of the smartform, that you want to design.
Go to Utilities -> Migration -> Import SAP Script Form.
Specify your SAP Script form name there.
And press enter.
This will copy your script form into smartforms.
Regards,
Nitin.
2008 Nov 18 12:44 PM
its very simple
go smartforms TCODE
type in ur smartform
Utilities -> Migration der u find the required option to migrate
click on it
type in ur new form name
dats it
shiva
2008 Nov 18 12:51 PM
Hi Saurabh
Just as some guys said you, u need to run trx SMARTFORMS and then Utilities->Migrate from sapscript or (if you've a release => 47): Utilities->Migration->Import Sapscript form
But remember: only the sapscript will be imported to the samrtform, so only the layout. All code of program used to manage the sapscript will have to be imported manually.
Max
2008 Nov 18 12:47 PM
Hi,
Go to T.code - SMARTFORMS->Utillities->Import Scripts
Then Provide your Form Name and Execute it.
Vikas.
2008 Nov 20 5:19 AM