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
i want default printer name in sap-scripts? please help me how to handle this one.
What do you mean by symbols?
How to use the new-window command?
Different types of ABAP memory ?
How can I format the date being displayed in the sapscript?
You want to display top 5 records from an internal table. How will you do that?
How to convert a sapscript to smart form?
You want to backup sapscript layoutsets. How will you do it?
If the second page is not triggering what is the problem?
What is sap script?
How to debug a script?
Explain composer. What does it do?
When we should use ABAP Memory and SAP Memory ?
How can I change the page size of the layout?
How can I get the landscape format in sapscript?