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
When is the top-of-page event triggered? : abap data dictionary
What is database utility?
What is the difference between native sql & open sql? : abap data dictionary
What is its? : abap hr
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
Application Category?
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp
What are the different methods of passing data?
What is the Process to transfer IDOC from Outbound System to Inbound system.
What is the diff between database view and maintenance view?
In sap script how to print bar code in vertical manner
What is the difference between tables and structures?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
Can you assign a matchcode object to a parameter? If so how?
Difference between user exit and badis?