why SAP script is clint dependent and smartform is clint
indepedent ?
Answer Posted / nitin gautam(sharma)
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 ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can we set page headers to details lists?
Which database object is used for storing the system variables? : abap data dictionary
How can one distinguish between different kinds of parameters? : abap modularization
What are the parameters used in each function?
What are the events in screen programming?
What are the disadvantages of abap query tool?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
Can we use transfer dataset to transfer data in internal table ?
What is an abap/4 query? : abap hr
Can you define a field without a data element? : abap data dictionary
how to see the tables of 200 in client 100?
What are the different types of sapscript symbols?
What are the organizational related Infotypes
What is the difference between field-group header and other field groups? : abap modularization
How would you set the formatting options statically and dynamically within a report?