cancel
Showing results for 
Search instead for 
Did you mean: 

Smart Form

Former Member
0 Kudos

Hello Gurus,

Please tell me what is Smart Form and how does it works?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Friend,

SAP Smart Forms is introduced first in SAP Basis Release 4.6C as the tool for creating and maintaining forms.

SAP Smart Forms allow you to execute simple modifications to the form and in the form logic by using simple graphical tools; in 90% of all cases, this won't include any programming effort. Thus, a power user without any programming knowledge can configure forms with data from an SAP System for the relevant business processes.

To print a form, you need a program for data retrieval and a Smart Form that contains the entire from logic. As data retrieval and form logic are separated, you must only adapt the Smart Form if changes to the form logic are necessary. The application program passes the data via a function module interface to the Smart Form. When activating the Smart Form, the system automatically generates a function module. At runtime, the system processes this function module.

You can insert static and dynamic tables. This includes line feeds in individual table cells, triggering events for table headings and subtotals, and sorting data before output.

You can check individual nodes as well as the entire form and find any existing errors in the tree structure. The data flow analysis checks whether all fields (variables) have a defined value at the moment they are displayed.

SAP Smart Forms allow you to include graphics, which you can display either as part of the form or as background graphics. You use background graphics to copy the layout of an existing (scanned) form or to lend forms a company-specific look. During printout, you can suppress the background graphic, if desired.

SAP Smart Forms also support postage optimizing.

<b>Also read SAP Note No. 168368 - Smart Forms: New form tool in Release 4.6C</b>

Execute transaction SMARTFORMS to start SAP Smart Forms.

Key Benefits of SAP Smart Forms:

SAP Smart Forms allows you to reduce considerably the implementation costs of mySAP.com solutions since forms can be adjusted in minimum time.

You design a form using the graphical Form Painter and the graphical Table Painter. The form logic is represented by a hierarchy structure (tree structure) that consists of individual nodes, such as nodes for global settings, nodes for texts, nodes for output tables, or nodes for graphics.

To make changes, use Drag & Drop, Copy & Paste, and select different attributes.

These actions do not include writing of coding lines or using a Script language.

Using your form description maintained in the Form Builder, Smart Forms generates a function module that encapsulates layout, content and form logic. So you do not need a group of function modules to print a form, but only one.

For Web publishing, the system provides a generated XML output of the processed form.

Smart Forms provides a data stream called XML for Smart Forms (XSF) to allow the use of 3rd party printing tools. XSF passes form content from R/3 to an external product without passing any layout information about the Smart Form.

<b>Advantages of SAP Smart Forms</b>

SAP Smart Forms have the following advantages:

1. The adaption of forms is supported to a large extent by graphic tools for layout and logic, so that no programming knowledge is necessary (at least 90% of all adjustments). Therefore, power user forms can also make configurations for your business processes with data from an SAP system. Consultants are only required in special cases.

2. Displaying table structures (dynamic framing of texts)

3. Output of background graphics, for form design in particular the use of templates which were scanned.

4. Colored output of texts

5. User-friendly and integrated Form Painter for the graphical design of forms

6. Graphical Table Painter for drawing tables

7. Reusing Font and paragraph formats in forms (Smart Styles)

8. Data interface in XML format (XML for Smart Forms, in short XSF)

9. Form translation is supported by standard translation tools

10. Flexible reuse of text modules

11. HTML output of forms (Basis release 6.10)

12. Interactive Web forms with input fields, pushbuttons, radio buttons, etc. (Basis-Release 6.10)

Former Member
0 Kudos

Any material or how to guide Raj???

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Raskin

SAP Smartforms can be used for creating and maintaining forms for mass printing in SAP Systems. The output medium for Smartforms support printer, fax, e-mail, or the Internet (by using the generated XML output).

You can create smartforms using transaction SMARTFORMS.

SAPscripts is the standard SAP form design tools for user to developed customized form printing format such as purchase orders, invoices, checks, labels.

You can create scripts in SE71.

The diff. b/n scripts and forms are :

a) Multiple page formats are possible in smartforms which is not the case in SAPScripts

b) It is possible to have a smartform without a main window .

c) Labels cannot be created in smartforms.

d) Routines can be written in smartforms tool.

e) Smartforms generates a function module when activated

f) Easier to debug in Scripts.

You can find the related documents on Smartforms in these links

DIFFERENCE BETWEEN SMARTFORMS AND SAPSCRIPTS ARE:

1).Smartforms are client independent and Sapscripts are client dependent.

2).Multiple page formats are possible in smartforms which is not the case in SAPScripts

3).It is possible to have a smartform without a main window .

4).Labels cannot be created in smartforms.

5).Routines can be written in smartforms tool.

6).Smartforms generates a function module when activated.

Functional spec is written by the fun consultants in the business/sap Language related to SAP functionality related to that particular module

A senior technical person can convert to Technical spec with tables etc

http://www.sapgenie.com/abap/smartforms.htm

http://www.sap-img.com/smartforms/sap-smart-forms.htm

http://www.sap-img.com/smartforms/smart-001.htm

Reward if useful to u

Former Member
0 Kudos

Hi Raskin Philip,

You use Smart Forms to create and maintain forms for mass printing in SAP systems. Besides using the printer for standard output you can also select the Internet (by using a generated HTML output), a fax, or e-mail as the output medium.

In addition to the tool, SAP delivers a selection of forms for central business processes. This includes forms in Customer Relationship Management (CRM) as well as in the applications SD, FI, and HR.

Smart Forms offers the following advantages:

· Creating and maintaining forms requiring half the time

· Adapting forms without any programming knowledge due to entirely graphical user interface

· Integrating input elements into the HTML output, which enables you to use a form in Internet applications as well

**reward if this helps**</b>

Regards

AK

Former Member
0 Kudos

Please a bit easy Anil as i am very new to SAP.