cancel
Showing results for 
Search instead for 
Did you mean: 

migration of a script to smart form

Former Member
0 Kudos

hi gurus

iam working on script to smart form migration... iam able to convert the script layout into smart form layout .....

is it mandatory to write the smartform program... and if possible how can i convert script code into smart form program...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

To convert the print program of script into that of smartform, use the code only till where the data is being fetched. Replace open_form, write form and close_form with ssf_function_module_name and the generated function module of the smartform.

Regards

Jaspreet

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

Check this wiki ...

[https://wiki.sdn.sap.com/wiki/display/Snippets/MIgrationofSAPScriptto+Smartform]

Regards,

Ansari.

former_member205763
Active Contributor
0 Kudos

Do you mean to say print program, you can use the code till the point all the data is fetched into internal tables,

then replace call to fms open_form write_form with single call to smartform fm.