<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAP Smart Forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537612#M245204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMARTFORMS STEPS.&lt;/P&gt;&lt;P&gt;1. In Tcode se11 Create a structure(struct) same like the Internal table that you are going to use in your report.&lt;/P&gt;&lt;P&gt;2. Create Table type(t_struct) of stracture in se11.&lt;/P&gt;&lt;P&gt;3. In your program declare Internal table(Itab) type table of structure(struct).&lt;/P&gt;&lt;P&gt;4. Define work area(wa) like line of internal table.&lt;/P&gt;&lt;P&gt;5. Open Tcode Smartforms&lt;/P&gt;&lt;P&gt;6. In form Global setting , forminterface Import parameter define Internal table(Itab) like table type of stracture(t_struct).&lt;/P&gt;&lt;P&gt;7. In form Global setting , Global definitions , in Global data define Work area(wa) like type stracture(struct).&lt;/P&gt;&lt;P&gt;8. In form pages and window, create Page node by default Page1 is available.&lt;/P&gt;&lt;P&gt;9. In page node you can create numbers of secondary window. But in form there is only one Main window.&lt;/P&gt;&lt;P&gt;10. By right click on page you can create windows or Go to Edit, Node, Create.&lt;/P&gt;&lt;P&gt;11. After creating the window right click on window create table for displaying the data that you are passing through internal table.&lt;/P&gt;&lt;P&gt;12. In the table Data parameter, loop internal internal table (Itab) into work area(wa).&lt;/P&gt;&lt;P&gt;13. In table there are three areas Header, Main Area, Footer.&lt;/P&gt;&lt;P&gt;14. Right click on the Main area create table line by default line type1 is there select it.&lt;/P&gt;&lt;P&gt;15. Divide line into cells according to your need then for each cell create Text node.&lt;/P&gt;&lt;P&gt;16. In text node general attribute. Write down fields of your work area(wa) or write any thing you want to display.&lt;/P&gt;&lt;P&gt;17. Save form and activate it.&lt;/P&gt;&lt;P&gt;18. Then go to Environment, function module name, there you get the name of function module copy it.&lt;/P&gt;&lt;P&gt;19. In your program call the function module that you have copied from your form.&lt;/P&gt;&lt;P&gt;20. In your program in exporting parameter of function pass the internal table(itab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Smart Forms is introduced in SAP Basis Release 4.6C as the tool for creating and maintaining forms.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Smart Forms also support postage optimizing.&lt;/P&gt;&lt;P&gt;Also read SAP Note No. 168368 - Smart Forms: New form tool in Release 4.6C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Transaction to start SAP Smart Forms?&lt;/P&gt;&lt;P&gt;Execute transaction SMARTFORMS to start SAP Smart Forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Key Benefits of SAP Smart Forms:&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;To make changes, use Drag &amp;amp; Drop, Copy &amp;amp; Paste, and select different attributes.These actions do not include writing of coding lines or using a Script language.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SmartForms System Fields&lt;/P&gt;&lt;P&gt;Within a form you can use the field string SFSY with its system fields. During form processing the system replaces these fields with the corresponding values. The field values come from the SAP System or are results of the processing.&lt;/P&gt;&lt;P&gt;System fields of Smart Forms&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-DATE&amp;amp;&lt;/P&gt;&lt;P&gt;Displays the date. You determine the display format in the user master record.&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-TIME&amp;amp;&lt;/P&gt;&lt;P&gt;Displays the time of day in the form HH:MM:SS.&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-PAGE&amp;amp;&lt;/P&gt;&lt;P&gt;Inserts the number of the current print page into the text. You determine the format of the page number (for example, Arabic, numeric) in the page node.&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-FORMPAGES&amp;amp;&lt;/P&gt;&lt;P&gt;Displays the total number of pages for the currently processed form. This allows you to include texts such as'Page x of y' into your output.&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-JOBPAGES&amp;amp;&lt;/P&gt;&lt;P&gt;Contains the total page number of all forms in the currently processed print request.&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-WINDOWNAME&amp;amp;&lt;/P&gt;&lt;P&gt;Contains the name of the current window (string in the Window field)&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-PAGENAME&amp;amp;&lt;/P&gt;&lt;P&gt;Contains the name of the current page (string in the Page field)&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-PAGEBREAK&amp;amp;&lt;/P&gt;&lt;P&gt;Is set to 'X' after a page break (either automatic [Page 7] or command-controlled [Page 46])&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-MAINEND&amp;amp;&lt;/P&gt;&lt;P&gt;Is set as soon as processing of the main window on the current page ends&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-EXCEPTION&amp;amp;&lt;/P&gt;&lt;P&gt;Contains the name of the raised exception. You must trigger your own exceptions, which you defined in the form interface, using the user_exception macro (syntax: user_exception &amp;lt;exception name &amp;gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Forms Available in Standard SAP R/3&lt;/P&gt;&lt;P&gt;SF_EXAMPLE_01&lt;/P&gt;&lt;P&gt;Simple example; invoice with table output of flight booking for one customer&lt;/P&gt;&lt;P&gt;SF_EXAMPLE_02&lt;/P&gt;&lt;P&gt;Similar to SF_EXAMPLE_01 but with subtotals&lt;/P&gt;&lt;P&gt;SF_EXAMPLE_03&lt;/P&gt;&lt;P&gt;Similar to SF_EXAMPLE_02, whereby several customers are selected in the application program; the form is called for each customer and all form outputs are included in an output request&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantages of SAP Smart Forms&lt;/P&gt;&lt;P&gt;SAP Smart Forms have the following advantages:&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;2. Displaying table structures (dynamic framing of texts)&lt;/P&gt;&lt;P&gt;3. Output of background graphics, for form design in particular the use of templates which were scanned.&lt;/P&gt;&lt;P&gt;4. Colored output of texts&lt;/P&gt;&lt;P&gt;5. User-friendly and integrated Form Painter for the graphical design of forms&lt;/P&gt;&lt;P&gt;6. Graphical Table Painter for drawing tables&lt;/P&gt;&lt;P&gt;7. Reusing Font and paragraph formats in forms (Smart Styles)&lt;/P&gt;&lt;P&gt;8. Data interface in XML format (XML for Smart Forms, in short XSF)&lt;/P&gt;&lt;P&gt;9. Form translation is supported by standard translation tools&lt;/P&gt;&lt;P&gt;10. Flexible reuse of text modules&lt;/P&gt;&lt;P&gt;11. HTML output of forms (Basis release 6.10)&lt;/P&gt;&lt;P&gt;12. Interactive Web forms with input fields, pushbuttons, radio buttons, etc. (Basis-Release 6.10) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check this step by step procedure to create SMARTFORMS:&lt;/P&gt;&lt;P&gt;&lt;A href="http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html" target="test_blank"&gt;http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look through for example these links for details about Smart Forms:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-press.com/downloads/h955_preview.pdf" target="test_blank"&gt;http://www.sap-press.com/downloads/h955_preview.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapsf001.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapsf001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ossincorp.com/Black_Box/Black_Box_2.htm" target="test_blank"&gt;http://www.ossincorp.com/Black_Box/Black_Box_2.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/7e67af5c-6188-4252-8613-41816756d560/from-sappres.pdf" target="test_blank"&gt;http://esnips.com/doc/7e67af5c-6188-4252-8613-41816756d560/from-sappres.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/58566115-54a4-4405-8872-8de952e245e5/smartform.pdf" target="test_blank"&gt;http://esnips.com/doc/58566115-54a4-4405-8872-8de952e245e5/smartform.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/13b7ae7a-b32c-4b96-b588-881859d4ac99/Template,Table,Loop,Command-in-Smartforms.doc" target="test_blank"&gt;http://esnips.com/doc/13b7ae7a-b32c-4b96-b588-881859d4ac99/Template,Table,Loop,Command-in-Smartforms.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/97acb00a-e513-4611-91f0-c626f460bfc5/Smart_Form_Overview.pdf" target="test_blank"&gt;http://esnips.com/doc/97acb00a-e513-4611-91f0-c626f460bfc5/Smart_Form_Overview.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/77a981b9-8fe3-4fbb-8101-67745c1fe60c/SMART-FORMS_shail.ppt" target="test_blank"&gt;http://esnips.com/doc/77a981b9-8fe3-4fbb-8101-67745c1fe60c/SMART-FORMS_shail.ppt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms_described.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms_described.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms_detail.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms_detail.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms_sapscript.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms_sapscript.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/SMARTFORMS_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/TECHNICAL/SMARTFORMS_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basicly the difference between ALV and Smart Forms:&lt;/P&gt;&lt;P&gt;-Smart Forms are used to create and maintain forms for mass printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-ALV is used for reporting and to enhance the readability and functionality of a normal report output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Abhy Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2006 12:41:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-02T12:41:25Z</dc:date>
    <item>
      <title>SAP Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537609#M245201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any buddy send me docs related to smart forms.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;mail the docs at :- [REMOVED BY ADMIN]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Craig Cmehil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 06:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537609#M245201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T06:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537610#M245202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the link &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://www.sapprofessionals.org/?q=smartforms_a_detailed_overview"&amp;gt;Samrtform detail&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope This Helps&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 12:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537610#M245202</guid>
      <dc:creator>former_member480923</dc:creator>
      <dc:date>2006-08-02T12:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537611#M245203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Dilip,&lt;/P&gt;&lt;P&gt; Check these out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SmartForms : some links&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smart-001.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smart-001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smartform-tutorial.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smartform-tutorial.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smart-002.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smart-002.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 12:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537611#M245203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T12:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537612#M245204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMARTFORMS STEPS.&lt;/P&gt;&lt;P&gt;1. In Tcode se11 Create a structure(struct) same like the Internal table that you are going to use in your report.&lt;/P&gt;&lt;P&gt;2. Create Table type(t_struct) of stracture in se11.&lt;/P&gt;&lt;P&gt;3. In your program declare Internal table(Itab) type table of structure(struct).&lt;/P&gt;&lt;P&gt;4. Define work area(wa) like line of internal table.&lt;/P&gt;&lt;P&gt;5. Open Tcode Smartforms&lt;/P&gt;&lt;P&gt;6. In form Global setting , forminterface Import parameter define Internal table(Itab) like table type of stracture(t_struct).&lt;/P&gt;&lt;P&gt;7. In form Global setting , Global definitions , in Global data define Work area(wa) like type stracture(struct).&lt;/P&gt;&lt;P&gt;8. In form pages and window, create Page node by default Page1 is available.&lt;/P&gt;&lt;P&gt;9. In page node you can create numbers of secondary window. But in form there is only one Main window.&lt;/P&gt;&lt;P&gt;10. By right click on page you can create windows or Go to Edit, Node, Create.&lt;/P&gt;&lt;P&gt;11. After creating the window right click on window create table for displaying the data that you are passing through internal table.&lt;/P&gt;&lt;P&gt;12. In the table Data parameter, loop internal internal table (Itab) into work area(wa).&lt;/P&gt;&lt;P&gt;13. In table there are three areas Header, Main Area, Footer.&lt;/P&gt;&lt;P&gt;14. Right click on the Main area create table line by default line type1 is there select it.&lt;/P&gt;&lt;P&gt;15. Divide line into cells according to your need then for each cell create Text node.&lt;/P&gt;&lt;P&gt;16. In text node general attribute. Write down fields of your work area(wa) or write any thing you want to display.&lt;/P&gt;&lt;P&gt;17. Save form and activate it.&lt;/P&gt;&lt;P&gt;18. Then go to Environment, function module name, there you get the name of function module copy it.&lt;/P&gt;&lt;P&gt;19. In your program call the function module that you have copied from your form.&lt;/P&gt;&lt;P&gt;20. In your program in exporting parameter of function pass the internal table(itab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Smart Forms is introduced in SAP Basis Release 4.6C as the tool for creating and maintaining forms.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Smart Forms also support postage optimizing.&lt;/P&gt;&lt;P&gt;Also read SAP Note No. 168368 - Smart Forms: New form tool in Release 4.6C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Transaction to start SAP Smart Forms?&lt;/P&gt;&lt;P&gt;Execute transaction SMARTFORMS to start SAP Smart Forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Key Benefits of SAP Smart Forms:&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;To make changes, use Drag &amp;amp; Drop, Copy &amp;amp; Paste, and select different attributes.These actions do not include writing of coding lines or using a Script language.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SmartForms System Fields&lt;/P&gt;&lt;P&gt;Within a form you can use the field string SFSY with its system fields. During form processing the system replaces these fields with the corresponding values. The field values come from the SAP System or are results of the processing.&lt;/P&gt;&lt;P&gt;System fields of Smart Forms&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-DATE&amp;amp;&lt;/P&gt;&lt;P&gt;Displays the date. You determine the display format in the user master record.&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-TIME&amp;amp;&lt;/P&gt;&lt;P&gt;Displays the time of day in the form HH:MM:SS.&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-PAGE&amp;amp;&lt;/P&gt;&lt;P&gt;Inserts the number of the current print page into the text. You determine the format of the page number (for example, Arabic, numeric) in the page node.&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-FORMPAGES&amp;amp;&lt;/P&gt;&lt;P&gt;Displays the total number of pages for the currently processed form. This allows you to include texts such as'Page x of y' into your output.&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-JOBPAGES&amp;amp;&lt;/P&gt;&lt;P&gt;Contains the total page number of all forms in the currently processed print request.&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-WINDOWNAME&amp;amp;&lt;/P&gt;&lt;P&gt;Contains the name of the current window (string in the Window field)&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-PAGENAME&amp;amp;&lt;/P&gt;&lt;P&gt;Contains the name of the current page (string in the Page field)&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-PAGEBREAK&amp;amp;&lt;/P&gt;&lt;P&gt;Is set to 'X' after a page break (either automatic [Page 7] or command-controlled [Page 46])&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-MAINEND&amp;amp;&lt;/P&gt;&lt;P&gt;Is set as soon as processing of the main window on the current page ends&lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-EXCEPTION&amp;amp;&lt;/P&gt;&lt;P&gt;Contains the name of the raised exception. You must trigger your own exceptions, which you defined in the form interface, using the user_exception macro (syntax: user_exception &amp;lt;exception name &amp;gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Forms Available in Standard SAP R/3&lt;/P&gt;&lt;P&gt;SF_EXAMPLE_01&lt;/P&gt;&lt;P&gt;Simple example; invoice with table output of flight booking for one customer&lt;/P&gt;&lt;P&gt;SF_EXAMPLE_02&lt;/P&gt;&lt;P&gt;Similar to SF_EXAMPLE_01 but with subtotals&lt;/P&gt;&lt;P&gt;SF_EXAMPLE_03&lt;/P&gt;&lt;P&gt;Similar to SF_EXAMPLE_02, whereby several customers are selected in the application program; the form is called for each customer and all form outputs are included in an output request&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantages of SAP Smart Forms&lt;/P&gt;&lt;P&gt;SAP Smart Forms have the following advantages:&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;2. Displaying table structures (dynamic framing of texts)&lt;/P&gt;&lt;P&gt;3. Output of background graphics, for form design in particular the use of templates which were scanned.&lt;/P&gt;&lt;P&gt;4. Colored output of texts&lt;/P&gt;&lt;P&gt;5. User-friendly and integrated Form Painter for the graphical design of forms&lt;/P&gt;&lt;P&gt;6. Graphical Table Painter for drawing tables&lt;/P&gt;&lt;P&gt;7. Reusing Font and paragraph formats in forms (Smart Styles)&lt;/P&gt;&lt;P&gt;8. Data interface in XML format (XML for Smart Forms, in short XSF)&lt;/P&gt;&lt;P&gt;9. Form translation is supported by standard translation tools&lt;/P&gt;&lt;P&gt;10. Flexible reuse of text modules&lt;/P&gt;&lt;P&gt;11. HTML output of forms (Basis release 6.10)&lt;/P&gt;&lt;P&gt;12. Interactive Web forms with input fields, pushbuttons, radio buttons, etc. (Basis-Release 6.10) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check this step by step procedure to create SMARTFORMS:&lt;/P&gt;&lt;P&gt;&lt;A href="http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html" target="test_blank"&gt;http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look through for example these links for details about Smart Forms:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-press.com/downloads/h955_preview.pdf" target="test_blank"&gt;http://www.sap-press.com/downloads/h955_preview.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapsf001.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapsf001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ossincorp.com/Black_Box/Black_Box_2.htm" target="test_blank"&gt;http://www.ossincorp.com/Black_Box/Black_Box_2.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/7e67af5c-6188-4252-8613-41816756d560/from-sappres.pdf" target="test_blank"&gt;http://esnips.com/doc/7e67af5c-6188-4252-8613-41816756d560/from-sappres.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/58566115-54a4-4405-8872-8de952e245e5/smartform.pdf" target="test_blank"&gt;http://esnips.com/doc/58566115-54a4-4405-8872-8de952e245e5/smartform.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/13b7ae7a-b32c-4b96-b588-881859d4ac99/Template,Table,Loop,Command-in-Smartforms.doc" target="test_blank"&gt;http://esnips.com/doc/13b7ae7a-b32c-4b96-b588-881859d4ac99/Template,Table,Loop,Command-in-Smartforms.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/97acb00a-e513-4611-91f0-c626f460bfc5/Smart_Form_Overview.pdf" target="test_blank"&gt;http://esnips.com/doc/97acb00a-e513-4611-91f0-c626f460bfc5/Smart_Form_Overview.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/77a981b9-8fe3-4fbb-8101-67745c1fe60c/SMART-FORMS_shail.ppt" target="test_blank"&gt;http://esnips.com/doc/77a981b9-8fe3-4fbb-8101-67745c1fe60c/SMART-FORMS_shail.ppt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms_described.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms_described.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms_detail.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms_detail.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms_sapscript.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms_sapscript.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/SMARTFORMS_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/TECHNICAL/SMARTFORMS_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basicly the difference between ALV and Smart Forms:&lt;/P&gt;&lt;P&gt;-Smart Forms are used to create and maintain forms for mass printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-ALV is used for reporting and to enhance the readability and functionality of a normal report output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Abhy Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 12:41:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537612#M245204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T12:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537613#M245205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/7e67af5c-6188-4252-8613-41816756d560/from-sappres.pdf" target="test_blank"&gt;http://esnips.com/doc/7e67af5c-6188-4252-8613-41816756d560/from-sappres.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/58566115-54a4-4405-8872-de952e245e5/smartform.pdf" target="test_blank"&gt;http://esnips.com/doc/58566115-54a4-4405-8872-de952e245e5/smartform.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/2276d194-dc47-4b1e-9c14-7af0ffe923ca/smartforms-xsf-output.pdf" target="test_blank"&gt;http://esnips.com/doc/2276d194-dc47-4b1e-9c14-7af0ffe923ca/smartforms-xsf-output.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/97acb00a-e513-4611-91f0-c626f460bfc5/Smart_Form_Overview.pdf" target="test_blank"&gt;http://esnips.com/doc/97acb00a-e513-4611-91f0-c626f460bfc5/Smart_Form_Overview.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/77a981b9-8fe3-4fbb-8101-67745c1fe60c/SMART-FORMS_shail.ppt" target="test_blank"&gt;http://esnips.com/doc/77a981b9-8fe3-4fbb-8101-67745c1fe60c/SMART-FORMS_shail.ppt&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html" target="test_blank"&gt;http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapsf001.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapsf001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-press.com/downloads/h955_preview.pdf" target="test_blank"&gt;http://www.sap-press.com/downloads/h955_preview.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ossincorp.com/Black_Box/Black_Box_2.htm" target="test_blank"&gt;http://www.ossincorp.com/Black_Box/Black_Box_2.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smartform-tutorial.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smartform-tutorial.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ossincorp.com/Black_Box/Black_Box_2.htm" target="test_blank"&gt;http://www.ossincorp.com/Black_Box/Black_Box_2.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.niraj.tripod.com/id67.html" target="test_blank"&gt;http://sap.niraj.tripod.com/id67.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://myweb.dal.ca/hchinni/sap/smartforms_home.htm" target="test_blank"&gt;http://myweb.dal.ca/hchinni/sap/smartforms_home.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step by StepGood one):&lt;/P&gt;&lt;P&gt;&lt;A href="http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html" target="test_blank"&gt;http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smart-001.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smart-001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smartform-tutorial.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smartform-tutorial.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smart-002.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smart-002.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 12:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537613#M245205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T12:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537614#M245206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Dilip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have sent you some documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smart-006.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smart-006.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1234083"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you to use the Unit CH(CHARACTERS) for the Left Margin and Width and &lt;/P&gt;&lt;P&gt;LN(LINES) for Upper margin and Height&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMARTFORMS STEPS.&lt;/P&gt;&lt;P&gt;1. In Tcode se11 Create a structure(struct) same like the Internal table that you are going to use in your report.&lt;/P&gt;&lt;P&gt;2. Create Table type(t_struct) of stracture in se11.&lt;/P&gt;&lt;P&gt;3. In your program declare Internal table(Itab) type table of structure(struct).&lt;/P&gt;&lt;P&gt;4. Define work area(wa) like line of internal table.&lt;/P&gt;&lt;P&gt;5. Open Tcode Smartforms&lt;/P&gt;&lt;P&gt;6. In form Global setting , forminterface Import parameter define Internal table(Itab) like table type of stracture(t_struct).&lt;/P&gt;&lt;P&gt;7. In form Global setting , Global definitions , in Global data define Work area(wa) like type stracture(struct).&lt;/P&gt;&lt;P&gt;8. In form pages and window, create Page node by default Page1 is available.&lt;/P&gt;&lt;P&gt;9. In page node you can create numbers of secondary window. But in form there is only one Main window.&lt;/P&gt;&lt;P&gt;10. By right click on page you can create windows or Go to Edit, Node, Create.&lt;/P&gt;&lt;P&gt;11. After creating the window right click on window create table for displaying the data that you are passing through internal table.&lt;/P&gt;&lt;P&gt;12. In the table Data parameter, loop internal internal table (Itab) into work area(wa).&lt;/P&gt;&lt;P&gt;13. In table there are three areas Header, Main Area, Footer.&lt;/P&gt;&lt;P&gt;14. Right click on the Main area create table line by default line type1 is there select it.&lt;/P&gt;&lt;P&gt;15. Divide line into cells according to your need then for each cell create Text node.&lt;/P&gt;&lt;P&gt;16. In text node general attribute. Write down fields of your work area(wa) or write any thing you want to display.&lt;/P&gt;&lt;P&gt;17. Save form and activate it.&lt;/P&gt;&lt;P&gt;18. Then go to Environment, function module name, there you get the name of function module copy it.&lt;/P&gt;&lt;P&gt;19. In your program call the function module that you have copied from your form.&lt;/P&gt;&lt;P&gt;20. In your program in exporting parameter of function pass the internal table(itab).&lt;/P&gt;&lt;P&gt;SAP Smart Forms is introduced in SAP Basis Release 4.6C as the tool for creating and maintaining forms. &lt;/P&gt;&lt;P&gt;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 &lt;/P&gt;&lt;P&gt;configure forms with data from an SAP System for the relevant business processes. &lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;SAP Smart Forms also support postage optimizing. &lt;/P&gt;&lt;P&gt;Also read SAP Note No. 168368 - Smart Forms: New form tool in Release 4.6C &lt;/P&gt;&lt;P&gt;What Transaction to start SAP Smart Forms? &lt;/P&gt;&lt;P&gt;Execute transaction SMARTFORMS to start SAP Smart Forms. &lt;/P&gt;&lt;P&gt;Key Benefits of SAP Smart Forms: &lt;/P&gt;&lt;P&gt;SAP Smart Forms allows you to reduce considerably the implementation costs of mySAP.com solutions since forms can be adjusted in minimum time. &lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;To make changes, use Drag &amp;amp; Drop, Copy &amp;amp; Paste, and select different attributes. &lt;/P&gt;&lt;P&gt;These actions do not include writing of coding lines or using a Script language. &lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;For Web publishing, the system provides a generated XML output of the processed form. &lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SmartForms System Fields &lt;/P&gt;&lt;P&gt;Within a form you can use the field string SFSY with its system fields. During form processing the system replaces these fields with the corresponding values. The field values come from the SAP System or are results of the processing. &lt;/P&gt;&lt;P&gt;System fields of Smart Forms &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-DATE&amp;amp; &lt;/P&gt;&lt;P&gt;Displays the date. You determine the display format in the user master record. &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-TIME&amp;amp; &lt;/P&gt;&lt;P&gt;Displays the time of day in the form HH:MM:SS. &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-PAGE&amp;amp; &lt;/P&gt;&lt;P&gt;Inserts the number of the current print page into the text. You determine the format of the page number (for example, Arabic, numeric) in the page node. &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-FORMPAGES&amp;amp; &lt;/P&gt;&lt;P&gt;Displays the total number of pages for the currently processed form. This allows you to include texts such as'Page x of y' into your output. &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-JOBPAGES&amp;amp; &lt;/P&gt;&lt;P&gt;Contains the total page number of all forms in the currently processed print request. &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-WINDOWNAME&amp;amp; &lt;/P&gt;&lt;P&gt;Contains the name of the current window (string in the Window field) &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-PAGENAME&amp;amp; &lt;/P&gt;&lt;P&gt;Contains the name of the current page (string in the Page field) &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-PAGEBREAK&amp;amp; &lt;/P&gt;&lt;P&gt;Is set to 'X' after a page break (either automatic [Page 7] or command-controlled [Page 46]) &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-MAINEND&amp;amp; &lt;/P&gt;&lt;P&gt;Is set as soon as processing of the main window on the current page ends &lt;/P&gt;&lt;P&gt;&amp;amp;SFSY-EXCEPTION&amp;amp; &lt;/P&gt;&lt;P&gt;Contains the name of the raised exception. You must trigger your own exceptions, which you defined in the form interface, using the user_exception macro (syntax: user_exception &amp;lt;exception name &amp;gt;). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Forms Available in Standard SAP R/3 &lt;/P&gt;&lt;P&gt;SF_EXAMPLE_01 &lt;/P&gt;&lt;P&gt;Simple example; invoice with table output of flight booking for one customer &lt;/P&gt;&lt;P&gt;SF_EXAMPLE_02 &lt;/P&gt;&lt;P&gt;Similar to SF_EXAMPLE_01 but with subtotals &lt;/P&gt;&lt;P&gt;SF_EXAMPLE_03 &lt;/P&gt;&lt;P&gt;Similar to SF_EXAMPLE_02, whereby several customers are selected in the application program; the form is called for each customer and all form outputs are included in an output request &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantages of SAP Smart Forms &lt;/P&gt;&lt;P&gt;SAP Smart Forms have the following advantages: &lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;2. Displaying table structures (dynamic framing of texts) &lt;/P&gt;&lt;P&gt;3. Output of background graphics, for form design in particular the use of templates which were scanned. &lt;/P&gt;&lt;P&gt;4. Colored output of texts &lt;/P&gt;&lt;P&gt;5. User-friendly and integrated Form Painter for the graphical design of forms &lt;/P&gt;&lt;P&gt;6. Graphical Table Painter for drawing tables &lt;/P&gt;&lt;P&gt;7. Reusing Font and paragraph formats in forms (Smart Styles) &lt;/P&gt;&lt;P&gt;8. Data interface in XML format (XML for Smart Forms, in short XSF) &lt;/P&gt;&lt;P&gt;9. Form translation is supported by standard translation tools &lt;/P&gt;&lt;P&gt;10. Flexible reuse of text modules &lt;/P&gt;&lt;P&gt;11. HTML output of forms (Basis release 6.10) &lt;/P&gt;&lt;P&gt;12. Interactive Web forms with input fields, pushbuttons, radio buttons, etc. (Basis-Release 6.10) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can search &lt;A href="https://community.sap.com/www.help.sap.com" target="test_blank"&gt;www.help.sap.com&lt;/A&gt; for more details.&lt;/P&gt;&lt;P&gt;The following wesites provide details about ABAP and smartforms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cma.zdnet.com/book/abap/index.htm" target="test_blank"&gt;http://cma.zdnet.com/book/abap/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com" target="test_blank"&gt;http://www.sapgenie.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com" target="test_blank"&gt;http://www.sappoint.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://abap4.0catch.com/SAP_and_ABAP_Links.html#SAP_Hints_and_Tips" target="test_blank"&gt;http://abap4.0catch.com/SAP_and_ABAP_Links.html#SAP_Hints_and_Tips&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="977529"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/a5/de6838abce021ae10000009b38f842/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/Data/htm/english.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smart-001.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smart-001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smartform-tutorial.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smartform-tutorial.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smart-002.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smart-002.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the Real time Examples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Go to transaction SMARTFORMS.&lt;/P&gt;&lt;P&gt;2.Enter the smartforms name.&lt;/P&gt;&lt;P&gt;3.Go to menu smartforms - &amp;gt; copy(Ctrl + F5).&lt;/P&gt;&lt;P&gt;4.Enter Form name which you want to copy in source object &lt;/P&gt;&lt;P&gt;and your 'Y' formname in target object.Press enter your SAP &lt;/P&gt;&lt;P&gt;created form will be copied to your 'Y' forname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. copying is simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. But at the same time, some configuration&lt;/P&gt;&lt;P&gt;is required by the functional consultant&lt;/P&gt;&lt;P&gt;so that this Y smartform opens,&lt;/P&gt;&lt;P&gt;(instead of the original smartform)&lt;/P&gt;&lt;P&gt;, when we want to view invoice thru&lt;/P&gt;&lt;P&gt;VF02, VF03 tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Copying&lt;/P&gt;&lt;P&gt;a) use tcode smartforms&lt;/P&gt;&lt;P&gt;b) enter the original smartform name&lt;/P&gt;&lt;P&gt;c) press COPY button application toolbar&lt;/P&gt;&lt;P&gt;or CTRL + F5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. One is for Invoice (SD Module)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. LB_BIL_INVOICE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will create a YLB_BIL_INVOICE form.The print program for this &lt;/P&gt;&lt;P&gt;form is RLB_INVOICE.If you have any change in layout other than &lt;/P&gt;&lt;P&gt;the current YLB_BIL_INVOICE.Make the changes in this form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Go to Nace transaction.&lt;/P&gt;&lt;P&gt;2.Select V3 Billing.Press output type (F5).&lt;/P&gt;&lt;P&gt;3.Select the ouptut type RD00.Press processing routine.&lt;/P&gt;&lt;P&gt;4.Press change(ctrl + F1) and enter print program and your &lt;/P&gt;&lt;P&gt;y program in the processing routines.Save it.Now execute your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 12:58:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537614#M245206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T12:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537615#M245207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;go through these links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sap4u.com" target="test_blank"&gt;www.sap4u.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sappoint.com" target="test_blank"&gt;www.sappoint.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 13:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537615#M245207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T13:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537616#M245208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this , this will clearly explains with all screen shots.&lt;/P&gt;&lt;P&gt;&lt;A href="http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html" target="test_blank"&gt;http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay D T T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 13:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537616#M245208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T13:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Smart Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537617#M245209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Have a look at these good links-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;smartforms&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smartform-tutorial.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smartform-tutorial.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms_sapscript.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms_sapscript.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;scripts&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_crm40/helpdata/en/16/c832857cc111d686e0000086568e5f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_crm40/helpdata/en/16/c832857cc111d686e0000086568e5f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapabap01.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapabap01.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sapscripts.htm" target="test_blank"&gt;http://www.sap-img.com/sapscripts.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/tip/1,289483,sid21_gci943419,00.html" target="test_blank"&gt;http://searchsap.techtarget.com/tip/1,289483,sid21_gci943419,00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/topics/t.asp?t=303&amp;amp;p=452&amp;amp;h2=452&amp;amp;h1=303" target="test_blank"&gt;http://sap.ittoolbox.com/topics/t.asp?t=303&amp;amp;p=452&amp;amp;h2=452&amp;amp;h1=303&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/phpBB2/viewtopic.php?t=14007&amp;amp;sid=09eec5147a0dbeee1b5edd21af8ebc6a" target="test_blank"&gt;http://www.sapgenie.com/phpBB2/viewtopic.php?t=14007&amp;amp;sid=09eec5147a0dbeee1b5edd21af8ebc6a&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/ssintro.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/ssintro.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/sscript.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/sscript.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/sscript.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/sscript.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/lsetssap.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/lsetssap.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/sscrtpex1.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/sscrtpex1.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sapscripts.htm" target="test_blank"&gt;http://www.sap-img.com/sapscripts.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRPROG/BCSRVSCRPROG.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRPROG/BCSRVSCRPROG.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRRDI/BCSRVSCRRDI.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRRDI/BCSRVSCRRDI.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCREDIT/BCSRVSCREDIT.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCREDIT/BCSRVSCREDIT.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark useful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanuja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 13:22:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smart-forms/m-p/1537617#M245209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T13:22:38Z</dc:date>
    </item>
  </channel>
</rss>

