why SAP scripts are client dependent and smart forms are not?
Answer Posted / sandeep
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the page windows? How many main windows will be there in a page window?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What are the page headers for secondary lists?
Which objects are independent transport objects?
What are the data types of internal tables?
Of the two call transaction and session method, which is faster?
What are the types of subroutines? : abap modularization
Differentiate screen painter from menu painter.
What is the purpose of sum statement?
What is the difference between Check and Continue?
Difference between top-of-page and top-of-page during at line- selection?
What is the difference between the function module and a normal abap/4 subroutine?
How to display if the value entered contains records or not?
Sal abap on hana interview
What data is contained in data dictionary? : abap data dictionary