why scripts are client dependent and smart forms are client
independent.?
Answer Posted / sai krrishna
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 ? | 6 Yes | 3 No |
Post New Answer View All Answers
Does sap handle multiple languages?
How do you write transaction programs in sap?
Explain client-dependent and client-independent tables.
how to modify the standard method as per your requirement
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
Explain the difference between domain and data element?
What is the master data necessary before you can start posting in MM?
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
Explain the sequences of event block?
what is field string ? & where we are using field strings?
Differentiate between the uline and write: sy-uline statements if any?
What are the events used in abap in the order of execution?
Performance tuning techniques
What are the types of bdc s?
How is conversion of data types done between abap/4 & external level? : abap data dictionary