Sapscripts are client dependent, require a main window, and do not generate function modules. They only allow black and white text and have repeated transfer of control between the program and form. In contrast, smartforms are client independent, do not require a main window, generate a function module, allow multi-colored text, and do not have transfer of control back to the driver program once control is transferred to the form. Smartforms also allow multiple page formats and have additional window types compared to sapscripts.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
38 views3 pages
Differences B/W Scripts & Smartforms
Sapscripts are client dependent, require a main window, and do not generate function modules. They only allow black and white text and have repeated transfer of control between the program and form. In contrast, smartforms are client independent, do not require a main window, generate a function module, allow multi-colored text, and do not have transfer of control back to the driver program once control is transferred to the form. Smartforms also allow multiple page formats and have additional window types compared to sapscripts.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 3
Differences b/w scripts & smartforms
Differences b/w scripts & smartforms
Sapscripts Sapscripts are clinet dependent. main window is compulsary. No function Module will be generated. sapscripts allows only black and white texts. Sapscripts has repeated transfer of control. Only single PageFormat is possible Windows are: main, var, graphical windows in sapscripts. Differences b/w scripts & smartforms Smartforms Smartforms are client independent. main window is not compulsary. Smartforms generates a function module when activated. Smartforms texts can be written in various colors. There is no transfer of control b/w prg. and form in smartforms. Once the control is transferred to FMOD, it will not come back to driver prg. Multiple PageFormats are possible Windows are: main, secondary, copies and final windows in smartforms.