Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

why scripts are client dependent and smart forms are client
independent.?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the two different ways of building a match code object? : abap data dictionary

1027


What is the difference between sum and collect?

1481


what is bapi,badi,bdc,ale idocs?

2162


What should be the approach for writing a bdc program? : abap bdc

1058


how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?

1985


difference between Valuation type and valuation category?

2406


What are the requirements a dialog program must fulfill?

1037


What are the basic objects of the data dictionary? : abap data dictionary

1023


What is an update task?

992


What is smart forms? : abap hr

1034


Have you printed any report?

2126


How to call a subroutine in sapscript?

1054


What is the difference between a structure and a table? : abap data dictionary

1034


How are the function code handles in flow logic?

1018


What is transparent table?

1020