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
Write syntax for message error (report)?
What is is a match code? : abap data dictionary
What are the steps in a bdc session? : abap bdc
What is the significance of hide?
How is the command suppress-dialog useful?
Explain the different types of data dictionary objects?
What are the aggregate objects in the data dictionary? : abap data dictionary
What are the steps in creating screen ?
What is partner selection?
Explain how do you use structures in the abap programs?
How do you read files from the application server ? : abap bdc
What are pooled tables? : abap data dictionary
Explain how data is stored in cluster table?
What is hotspot?
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc