why sapscripts are client dependent and smartforms are
cliet independent,plz give me a brief explanation,thank u.
Answer Posted / jayshree
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 ? | 11 Yes | 0 No |
Post New Answer View All Answers
Give an example of interface from your project explaining why you used it?
How can we send data to external programs?
What are the different abap/4 editors?
what is a text table ?
What are the uses of the information in the data dictionary? : abap data dictionary
What will you code in start-of-selection & end-of-selecton & why?
What is tcode se16? For what is it used.
What is the use of the raising exception? : abap modularization
Write syntax for message error (report)?
Difference between domain and data element? What are aggregate object?
How did you transfer legacy data in the mid of the financial year (us) to the sap system? : sap abap hr
Will 50,000 records be uploaded directly into APP's Server?
What are conditional chain statement?
****THANK YOU ALL ABAP EXPERTS**** I got a JOB as ABAP Consultant in Infosys.I cleared the interview.The question posted here are really good.I cleared interview based on this material only.It really works.I thank all members who posted que&ans here. Those who are in search of job in MNC study this question set only you will get sucess. Thanks once again allinterview.com and members of this community. tulika20021@rediffmail.com
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)