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
What role does an abap program play in sapscript?
How do you test the script?
How many main windows can we create in one script?
How can I transfer sapscript from one client to another?
What are the components/elements/layout sets in sap script ?
What is t.code for script styles?
How can I prevent page-break in the message that is to be displayed?
What is the work you have done in the MM module and what programs did you use for creating views in MM ?
How can I copy sapscripts from one client to another, or export/import them?
In what format does sap script store text ?
What is the use of perform statement in scripts ?
How to insert symbols in smart form?
Difference between ABAB Memory and SAP Memory ?
How do I create boxes in sapscript?
How can I word wrap the text being displayed in sapscript?