why scripts are client dependent and smart forms are client
independent.?
Answer Posted / sai krrishna
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 ? | 6 Yes | 3 No |
Post New Answer View All Answers
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
How to display if the value entered contains records or not?
what is diff between ECC 5.0 AND ECC 6.0
What are the system fields?
Explain the systems fields used for interactive lists and lists?
How do you do bdc for a table control? : abap bdc
What is the length of function code at user-command?
Can you create a table with fields not referring to data elements? : abap data dictionary
How the transaction that are programmed by the user can be protected?
Describe data classes? : abap hr
How to create a link between modified form and modified print program?
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
What is at exit-command:?
What are the differences between session method and call transaction method? : abap bdc
Can you print decimals in type n?