ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  ERP CRM  >>  SAP  >>  ABAP
 
 


 

 
 Basis interview questions  Basis Interview Questions
 ABAP interview questions  ABAP Interview Questions
 SAPScript interview questions  SAPScript Interview Questions
 SD interview questions  SD Interview Questions
 MM interview questions  MM Interview Questions
 QM interview questions  QM Interview Questions
 PP interview questions  PP Interview Questions
 PM interview questions  PM Interview Questions
 PS interview questions  PS Interview Questions
 FI CO interview questions  FI CO Interview Questions
 HR interview questions  HR Interview Questions
 SAP CRM interview questions  SAP CRM Interview Questions
 SRM interview questions  SRM Interview Questions
 APO interview questions  APO Interview Questions
 Business Warehouse interview questions  Business Warehouse Interview Questions
 Business Workflow interview questions  Business Workflow Interview Questions
 SAP Security interview questions  SAP Security Interview Questions
 SAP Interfaces interview questions  SAP Interfaces Interview Questions
 Netweaver interview questions  Netweaver Interview Questions
 SAP ALE IDocs interview questions  SAP ALE IDocs Interview Questions
 SAP B1 interview questions  SAP B1 Interview Questions
 SAP AllOther interview questions  SAP AllOther Interview Questions
Question
What is the main difference between Smartforms and SAP 
scripts?
 Question Submitted By :: Sara George
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is the main difference between Smartforms and SAP scripts?
Answer
# 1
Smartforms are client independant.
SAP scripts are client independent
 
Is This Answer Correct ?    12 Yes 47 No
Sara George
 
  Re: What is the main difference between Smartforms and SAP scripts?
Answer
# 2
To output documents using the programming interface, R/3
application programs makes use of scripts or smart forms. 

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.  

Steps for creation 

Creation of Script 

Print program will determine the output document, the areas
values, and the frequency of the output. The database access
will be made in the print program which will insert them in
the corresponding fields of the form. Script needs direction
from the print program to print output. 

Scripts uses layout set that describes the layout of the
individual print pages and uses text elements to supply
definable output blocks, which a print program can call.  

Creation of smart form 

Ø       Design the form

Ø       Form Activation which returns Function module

Ø       Application program for data retrieval & calling
Smart form. 

Application program calls the function module, the Smart
Form uses the modules interface (which corresponds to the
form interface) to transfer any table data previously
selected and to print the form according to the form
description. In addition form can have additional data
selections. 

driver program is generated automatically by activating the
smartform

we need to write the driver program .no program is generated
 by activating the script

 
Is This Answer Correct ?    17 Yes 0 No
Shobha
 
 
 
  Re: What is the main difference between Smartforms and SAP scripts?
Answer
# 3
1}scripts are cliend dendent , smartforms are client 
independent

2}scripts we can maintain 99 main windoes & it can not work 
with out mainwindow

smartforms we can maintain only on mein window & in this v 
can creat with out main window ,

3} v can write coding in scripts

  in smartforms v can write codding
 
Is This Answer Correct ?    1 Yes 7 No
Reddy
 
  Re: What is the main difference between Smartforms and SAP scripts?
Answer
# 4
1) Script is Client Dependent.
   Smartforms are Client InDependent.

2) Multiple Page formats are possible in Smartforms.
   Multiple Page formats are notpossible in Scripts.
 
3) We can maintain Background Graphics in Smartforms.

4) Scripts doesnot generate any Functionmodules.
   Smartforms generate  Functionmodules.

5) We can add colours in scripts.
   We cannot add colours in Smartforms.

6) Scripts maintains 99 mainwindows .
   Smartforms maintains only one Main window.
 
Is This Answer Correct ?    10 Yes 5 No
Raj.neel1
 
  Re: What is the main difference between Smartforms and SAP scripts?
Answer
# 5
smartformsare client dependent and scripts are client 
dependent. in scripts all pages can be printed in potrait 
or in landscape whereas in smartforms, every page can 
follow its way of printing
 
Is This Answer Correct ?    3 Yes 4 No
Venu
 
  Re: What is the main difference between Smartforms and SAP scripts?
Answer
# 6
1) Script is Client Dependent whereas SMARTFORM is client  
   Independent. 
2) We can't cave script without Main window but SMARTFORM we  
   can.
3) After executing SMARTFORM it generates a function module
   Script doesn't.
4) we can set background Image to SMARTFORM but not in Script
5) We can add color in SMARTFORM but not in Script.
6) In Script we can maintains up to 99 main windows but in
   SMARTFORM can maintain only one Main window.
 
Is This Answer Correct ?    3 Yes 0 No
Rupesh
 
  Re: What is the main difference between Smartforms and SAP scripts?
Answer
# 7
Scripts are client dependant
Sartforms are client independant
 
Is This Answer Correct ?    3 Yes 0 No
Sarageorge
[Cognizant]
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
what is the difference between user-exit & BADIs?  2
What are V1 & V2 updates within the SAP LUW? Why & How they occur?  1
which state ment is used to move identically named fields between structures?  2
where can u find user-exits & bapi? Satyam2
Events used in Interactive Reports? Keane-India-Ltd3
which of the command flushes the database buffer? a) $free b) $tab.  3
What type of user exits have you written? Deloitte1
How do you create secondary index. Do you have access to create secondary index? IBM2
How to make changes in standard script for sales order header data? SGT2
What is meant by enhancements? FutureSoft4
What is the difference between ABAP memory and SAP memory? SGT1
Suppose i have table with 2 columns say 1st with Numerics and 2nd with words like 1 for one and 2 for two......so.if i want to change the 9 numeric word as some twenty...how? Siemens1
which select statement is used in script?  1
What is the purpose of BAPI 'BAPI_SALESORDER_SIMULATE'? Write a sample program. SGT1
are all BAPI S are autocommited? if not what should we do? Cap-Gemini3
I have two internal tables itab1 and itab2 and I had move the content of the itab1 to itab2 and then itab1 had to deleted Accenture2
can we change the output value of LIST ?  1
when we are using at new?should we use this inside the loop or outside?what will be the effect?  1
write the program for prime numbers between 1 to 1000 IBM1
How to transfer legacy data into base tables by scheduling a time frame using bdc?  2
 
For more ABAP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com