why scripts are client dependent and smart forms are client
independent.?
Answers were Sorted based on User's Feedback
Answer / subhash boyidi
when u create a smart form it will store in the form of
function module program.where several clients can call that
fn module where they want to..so it is client independent.
Is This Answer Correct ? | 24 Yes | 3 No |
Answer / 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 |
Answer / sameera
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.
Further when you downloaded a script with the sap utility
program RSTXSCRP,
You can see a script has repeated transfer of control SAP
script texts are usually allocated to an object from an SAP
application. For example, there are texts on customers,
vendors, and materials, whose data is client dependent and
whereas smart forms uses call to the function module only
once and all form processing is handled using the Function
module.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anil
when you create a script it will store in STXH table.tables are client dependent.so scripts created in one client will not available in another client.
when you create smart form it will create one fm.function modules are client independent.so smart form created in one client will be available in another clrnt.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venkateswarlu
when you save the script it is saved in the into the
particular program whereas in smart forms are clinet
independent because it will store into the multiple client.
Is This Answer Correct ? | 3 Yes | 9 No |
Answer / amirineni.sravan chandraa
all the above are wrong
Both sap scripts and smart forms are client dependent....
because all the forms supplied by SAP will be available in
the client 000 and not in other clients.
these scripts are client dependent and language dependent.
Is This Answer Correct ? | 0 Yes | 26 No |
What are the system fields you have worked with? Explain?
How can we use / display table in a screen?
Explain the way(s) you find an exit(s) to a given standard sap program?
what are the events in sap script print progam.
What are the types of views? : sap abap data dictionary
What is the syntax of packed number?
what precautions or prerequisites do you follow to update a record into database table and how
What is the difference between normal report program and module pool program?
3 Answers Atos Origin, Kaavian,
What are clustered tables?
What is logical data base
project preparation,prepare blue print and realization what do u mean by this?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul