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
What are the payroll related Infotypes
What are standard layouts sets in the sap script?
What is sap abap data dictionary?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
What is pass by value and what is pass by reference? Which is better?
what is a text table ?
What is the use of at new statement ?
wat are the process that can be executed & tracked in a workflow?
What are the different types of laws. What are they?
Explain what is the step-by-step process to create a table in data dictionary?
What is off cycle payroll run
What is a database view? : abap data dictionary
Can we access static attribute from instance method
What are the functional areas, user groups? How does abap query work in relation to these?
Why do we use events and actions in web dynpro?