why sap script client dependend and smart foms are client
independend
Answer Posted / suganya
By design, SAP script is a word processing tool which
displays data on the form with the help of text elements
where the logic of those is written in the print program and
Forms were designed to be driven from print program, hence
are often termed as client dependent. Smart forms are client
independent. Bcoz it doesn’t use any text elements. It will
be executed through a function module. When a print program
calls a Smart Form, the form itself takes over to produce
output, without any further direction from print program.
| Is This Answer Correct ? | 41 Yes | 0 No |
Post New Answer View All Answers
you want to link to a layout set. What abap 4 commands will you use?
How many styles for there in script?
Which are frequently used system variables in sapscript?
How can I print logos in sapscripts?
Different types of ABAP memory ?
How to find the driver program for the given sapscript?
I want to take the back up of my script layout into my hard disk to be loaded later. What should I do?
Can we add new records to the already displayed ALV list.
How can you copy forms from one client to other?
How do I create boxes in sapscript?
What is a workflow ?
Why the Main window Triggers first in Scripts ?
How to use the new-window command?
How do you handle filters in ALV Reports?
What does the smartforms development class start with ?