why sap script client dependend and smart foms are client
independend
Answer Posted / suganya
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 ? | 41 Yes | 0 No |
Post New Answer View All Answers
What is sapscript? What is its purpose?
How do I set tabs between the fields in display?
Explain the character format in layout set.
How many styles for there in script?
Structures used in perform statement in scripts ?
How can I create a shaded box?
Explain the constant in sapscript
What are the advantages and disadvantages of ABAP/4 query tool ?
How many main windows can be created for a script?
How do you handle filters in ALV Reports?
I create a box in sap script for the amount in bill,i want to add Rs. word over box,it is possible?
What is the use of perform statement in scripts ?
How can I prevent page-break in the message that is to be displayed?
How can I format the date being displayed in the sapscript?
How do I create boxes in sapscript?