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
How to create any functions?
Can we set page headers to details lists?
Tell me a scenario where did you use secondary index?
What are the different abap editors? What is the used of different editors in abap?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
In what ways we can get the context sensitive f1 help on a field?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What is a persistent class?
Can a filed occur in several field groups?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
Which FM do you use to find out who is reporting to whom
What is tmg?
What are dml commands in abap?
How will you link form with the event driven in sap scripts?
Difference between user exit and badis?