Hi ujjwal
- In the driver program, you make the change suggested in line below in the smartform FModlue. i.e., in the section. CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
- Remove the value Xfrom this line. gs_control_params-no_dialog = 'X'. Just make it:
gs_control_params-no_dialog = ''.
- With this the Preview Dialog will be restored.
- Now while viewing the Preview you use command PDF! in the command line (without /n), and Hit Enter, which would present you the pdf format of the smartform which you can save on the desktop.
Good luck
KJogeswaraRao