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
Define the various contents of technical specifications ?
Work most on which module: name a few tables?
What is a persistent class?
What is the syntax for call transaction? : abap bdc
What is the difference between the function module and a normal abap/4 subroutine?
Explain some essential objects in abap dictionary?
What are the two different ways of building a match code object? : abap data dictionary
What is the difference between a structure and a table? : abap data dictionary
What are the payroll related infotypes? : abap hr
How can we upload a text file having delimiters in to legacy system? : abap bdc
Define abap/4 layer?
If yes then why do we require logical database
what are the important fields while preparing sales order,inquiry?
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
What are Table control and tab strip control in dialog programming ?