<?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 smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2074421#M429898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;           I'm new to smartforms. Can anyone tell me what a form interface is? And can you'll please send me some good faq's on smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2007 04:05:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-07T04:05:24Z</dc:date>
    <item>
      <title>smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2074421#M429898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;           I'm new to smartforms. Can anyone tell me what a form interface is? And can you'll please send me some good faq's on smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 04:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2074421#M429898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T04:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2074422#M429899</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;Declare a structure in SE11 with the follg.&lt;/P&gt;&lt;P&gt;LOW&lt;/P&gt;&lt;P&gt;HIGH&lt;/P&gt;&lt;P&gt;SIGN&lt;/P&gt;&lt;P&gt;OPTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;low and high should have datatype of your value in range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then pass it in smartform-&amp;gt;Form interface-&amp;gt;table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab like &amp;lt;struture you created in SE11&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info.,refer&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check most imp link&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;FAQ&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;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 04:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2074422#M429899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T04:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2074423#M429900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    In Smartforms we will be passing Work Areas and tables from Print program into smartform, and those values passed are called at the interface section of smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose we have a work area in Print Program for example:-&lt;/P&gt;&lt;P&gt;1) w_mara ( w_matnr type mara )&lt;/P&gt;&lt;P&gt;2) t_makt ( t_makt    TYPE   STANDARD TABLE OF  makt )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and we are populating this workarea with values from MARA and t_makt with values from MAKT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the print program we use a function-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:    c_fmname     TYPE      tdsfname   VALUE   'smartform name'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;i&amp;gt;*This Function Returns the name of generated Function Module.&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt;  &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;    formname                  = c_fmname&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;      fm_name                   = w_fmname&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    no_form                         = 1&lt;/P&gt;&lt;P&gt;    no_function_module        = 2&lt;/P&gt;&lt;P&gt;    OTHERS                        = 3&lt;/P&gt;&lt;P&gt;           .&lt;/P&gt;&lt;P&gt;  IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;    EXIT.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;i&amp;gt;*To call the generated Function Module in the above step.&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt;  CALL FUNCTION w_fmname&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      w_mara         = w_mara&lt;/P&gt;&lt;P&gt;          TABLES&lt;/P&gt;&lt;P&gt;      t_makt          = t_makt&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      formatting_error = 1&lt;/P&gt;&lt;P&gt;      internal_error   = 2&lt;/P&gt;&lt;P&gt;      send_error       = 3&lt;/P&gt;&lt;P&gt;      user_canceled    = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In smartform interface we need to call all the workareas and internal tables :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in IMPORT Tab we need to declare;&lt;/P&gt;&lt;P&gt;w_mara  type mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in TABLES Tab section we need to declare:&lt;/P&gt;&lt;P&gt;t_makt  like MAKT.&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;Reward Points if Helpful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Avi...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 04:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2074423#M429900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T04:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2074424#M429901</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;           form interface is nothing but its an interface between the program and smartforms.so which are to be transfered from program to smartform,those r specified in form interface.&lt;/P&gt;&lt;P&gt;Smartforms&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;/P&gt;&lt;P&gt;How to trace smartform&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will help u...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 04:33:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2074424#M429901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T04:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2074425#M429902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What are Smart Forms?&lt;/P&gt;&lt;P&gt;SAP&amp;#146;s new print form solution, SAP Smart Forms, is the successor of SAPscript. All new&lt;/P&gt;&lt;P&gt;development of forms at SAP will be done using the Smart Form print solution. However,&lt;/P&gt;&lt;P&gt;SAPScript will still be supported for those forms already created in SAPScript, and for customers&lt;/P&gt;&lt;P&gt;who have created their own forms in SAPScript.&lt;/P&gt;&lt;P&gt;SAP Smart Forms is a tool for the maintenance of forms on which application data from the SAP&lt;/P&gt;&lt;P&gt;system can be output. Depending on the application, the number of forms to be printed can be&lt;/P&gt;&lt;P&gt;very high, and they might have to be printed in a short period of time, in a mass printing.&lt;/P&gt;&lt;P&gt;Examples of mass printing are monthly invoices sent by telecom companies or salary statements.&lt;/P&gt;&lt;P&gt;The output of application data is placed into a dynamically expandable table where the size and&lt;/P&gt;&lt;P&gt;layout of the output table is determined by the number of records being retrieved.&lt;/P&gt;&lt;P&gt;What About SAPscript?&lt;/P&gt;&lt;P&gt;Customers can use either SAPScript or Smart Forms as their forms solution. SAP recommends&lt;/P&gt;&lt;P&gt;you use Smart Forms for new developments (from 4.6C), because these forms are much easier&lt;/P&gt;&lt;P&gt;to edit when using the Smart Forms graphical tools. Also, further development is planned for the&lt;/P&gt;&lt;P&gt;Smart Form print solution.&lt;/P&gt;&lt;P&gt;For example, the customer can use a preconfigured Smart Form for the Purchase Order, and a&lt;/P&gt;&lt;P&gt;SAPscript form for the Production Order (if no suitable Smart Form is available), or create the&lt;/P&gt;&lt;P&gt;Smart Form.&lt;/P&gt;&lt;P&gt;While unnecessary, a user&amp;#146;s prior knowledge of SAPScript forms can accelerate their Smart&lt;/P&gt;&lt;P&gt;Forms learning because some tools are used both by Smart Forms and SAPscript (for example,&lt;/P&gt;&lt;P&gt;font maintenance transaction SE73, SAPScript texts, and more).&lt;/P&gt;&lt;P&gt;SAP Smart Form Process Overview&lt;/P&gt;&lt;P&gt;The basic structure of SAP Smart Forms consists of the Smart Form Builder, the Smart Form&lt;/P&gt;&lt;P&gt;print form template (which you create or is given to you as a preconfigured starting point), the&lt;/P&gt;&lt;P&gt;Smart Form function module, and the Smart Form print program (also described as a driver&lt;/P&gt;&lt;P&gt;program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Smart Form print programs are not the same as SAPScript programs, and you cannot use a&lt;/P&gt;&lt;P&gt;SAPScript print program with a Smart Form print form.&lt;/P&gt;&lt;P&gt;Programming Flow&lt;/P&gt;&lt;P&gt;When an SAP Smart Form template is created, a user creates the form layout, defines the&lt;/P&gt;&lt;P&gt;required fields, conditions, and special programming instructions in the Smart Form template&lt;/P&gt;&lt;P&gt;using the Smart Form Builder.&lt;/P&gt;&lt;P&gt;After the form design is complete, the form needs to be activated before it can be tested or&lt;/P&gt;&lt;P&gt;accessible by print programs.Activating the form initiates the generation of a function module that&lt;/P&gt;&lt;P&gt;handles all of the form&amp;#146;s processing.&lt;/P&gt;&lt;P&gt;This function module interacts with the application program and print program to create the output&lt;/P&gt;&lt;P&gt;in the user-defined output media for the specified device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main SAP Smart Form interface is the Smart Form Builder. Call this transaction by entering&lt;/P&gt;&lt;P&gt;the transaction code smartforms in the Command field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Smart Form Print Form Template&lt;/P&gt;&lt;P&gt;A Smart Form print form is designed using the Smart Form Builder. This formdoes not create the&lt;/P&gt;&lt;P&gt;final output. The Smart Form function module, generated by the Smart Form print form, creates&lt;/P&gt;&lt;P&gt;the output.&lt;/P&gt;&lt;P&gt;Smart Form Function Module&lt;/P&gt;&lt;P&gt;The Smart Form function module is the code generated automatically when you activate your&lt;/P&gt;&lt;P&gt;Smart Form print form. Each time you make a change to your print form in the Smart Form&lt;/P&gt;&lt;P&gt;Builder, the change needs to be activated in the Smart Form Builder before taking effect in your&lt;/P&gt;&lt;P&gt;output.&lt;/P&gt;&lt;P&gt;Smart Form Print Program&lt;/P&gt;&lt;P&gt;The Smart Form print program is where the majority of data extraction occurs. Typically, one&lt;/P&gt;&lt;P&gt;Smart Form print program should be associated with one type of form. For example, the Smart&lt;/P&gt;&lt;P&gt;Form purchase order has a corresponding Smart Form purchase order print program that only&lt;/P&gt;&lt;P&gt;handles data extraction for that form.&lt;/P&gt;&lt;P&gt;This one-to-one relationship improves the transparency for the user between what is being&lt;/P&gt;&lt;P&gt;performed in the form versus the print program.&lt;/P&gt;&lt;P&gt;We recommend that customer-specific customization be performed in the Smart Form print form,&lt;/P&gt;&lt;P&gt;and not in the Smart Form print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Graphics&lt;/P&gt;&lt;P&gt;Graphics to be used in forms must first be stored on the Business Document Server (BDS) of the&lt;/P&gt;&lt;P&gt;SAP System (as a bitmap image or TIFF). The transaction code SE78 is used for this purpose.&lt;/P&gt;&lt;P&gt;Applications graphics include:&lt;/P&gt;&lt;P&gt;&amp;#149; Logos&lt;/P&gt;&lt;P&gt;&amp;#149; Preprinted forms that are scanned in as background pictures&lt;/P&gt;&lt;P&gt;Templates and Tables&lt;/P&gt;&lt;P&gt;SAP Smart Forms has a powerful new tool called the Table Painter. The Table Painter provides&lt;/P&gt;&lt;P&gt;more powerful functionality over SAPScript. For example, table and template outputs that are&lt;/P&gt;&lt;P&gt;rather difficult to create in SAPscript are much easier in Smart Forms. One exciting feature in&lt;/P&gt;&lt;P&gt;Smart Forms is the ability to create dynamically expandable tables.&lt;/P&gt;&lt;P&gt;In Smart Forms, although templates still have a fixed number of rows, the number of rows in a&lt;/P&gt;&lt;P&gt;Smart Form table can be dynamic. In both Smart Form templates and tables, you can determine&lt;/P&gt;&lt;P&gt;how many cells a line of a table output should have using the Table Painter's row types.&lt;/P&gt;&lt;P&gt;Additionally, you can use a scanned-in image of a preprinted third-party form (such as a W2 form&lt;/P&gt;&lt;P&gt;for Employee Earnings in the U.S.) as a background image in the creation of templates. A&lt;/P&gt;&lt;P&gt;background image proves especially useful when laying out fields on a template. This&lt;/P&gt;&lt;P&gt;background image can either be printed or not when the form is output.&lt;/P&gt;&lt;P&gt;Tables&lt;/P&gt;&lt;P&gt;When you work on a table node in your form, the node is marked with the table icon . In the&lt;/P&gt;&lt;P&gt;maintenance frame, you get a new type of tab,Working with Nodes in a Form&lt;/P&gt;&lt;P&gt;All nodes can be created or moved using the navigation tree.&lt;/P&gt;&lt;P&gt;&amp;#149; Node Order:&lt;/P&gt;&lt;P&gt;&amp;amp;#8722; The node order impacts the order in which form output is processed. Addtitionally,&lt;/P&gt;&lt;P&gt;conditions that you can create on a specific node determined whether a node is&lt;/P&gt;&lt;P&gt;processed.&lt;/P&gt;&lt;P&gt;&amp;amp;#8722; You determine the order of output on the form based on the order that you arrange the&lt;/P&gt;&lt;P&gt;nodes in the Navigation Tree.&lt;/P&gt;&lt;P&gt;&amp;#149; Node Movement:&lt;/P&gt;&lt;P&gt;&amp;amp;#8722; To move a node, click and drag it to the new desired location in the navigation tree.&lt;/P&gt;&lt;P&gt;&amp;amp;#8722; You can also move a node by double-clicking in the Form Painter, the right frame in the&lt;/P&gt;&lt;P&gt;Form Builder screen. If your Form Painter is not visible on the screen, choose Form&lt;/P&gt;&lt;P&gt;Painter. You can control whether the Form Painter is visible or hidden using this button.&lt;/P&gt;&lt;P&gt;You can navigate to the relevant nodes in the navigation menu by selecting the desired&lt;/P&gt;&lt;P&gt;output area in the right frame.&lt;/P&gt;&lt;P&gt;&amp;#149; Creation and Definition:&lt;/P&gt;&lt;P&gt;&amp;amp;#8722; For each node, you define the attributes for the node in the Form Builder&amp;#146;s maintenance&lt;/P&gt;&lt;P&gt;frame (for example, text, the technical name of the graphics to be included, or styles).&lt;/P&gt;&lt;P&gt;&amp;amp;#8722; In the Form Builder&amp;#146;s maintenance frame, the tabs for Output options and Conditions&lt;/P&gt;&lt;P&gt;appear in all output node types.&lt;/P&gt;&lt;P&gt;&amp;amp;#8722; A graphic is added as a separate node as well, and is positioned on the form using the&lt;/P&gt;&lt;P&gt;Form Painter.&lt;/P&gt;&lt;P&gt;All texts of the form are output using text nodes. As an exception, addresses can also&lt;/P&gt;&lt;P&gt;be output using address nodes (direct access to the Business Address Services,&lt;/P&gt;&lt;P&gt;previously Central Address Management).&lt;/P&gt;&lt;P&gt;Node Creation Steps&lt;/P&gt;&lt;P&gt;1. Create a text node: Position your cursor where you want to add your text node and click.&lt;/P&gt;&lt;P&gt;2. Then right click and choose Create &amp;amp;#8594; Text&lt;/P&gt;&lt;P&gt;3. Enter the textHello World in the text editing box in Form Builder&amp;#146;s center frame, the&lt;/P&gt;&lt;P&gt;maintenance frame.&lt;/P&gt;&lt;P&gt;4. Save the node.&lt;/P&gt;&lt;P&gt;5. To check the form, choose .&lt;/P&gt;&lt;P&gt;6. After the form has been checked, choose to activate it.&lt;/P&gt;&lt;P&gt;When the form is activated, the Form Builder generates a function module. The name&lt;/P&gt;&lt;P&gt;of the generated function module is unique within a system.&lt;/P&gt;&lt;P&gt;The module must be regenerated if it is transported to another system. You can view&lt;/P&gt;&lt;P&gt;the Function Module name by pressing the F8 key, which brings you to the initial&lt;/P&gt;&lt;P&gt;screen of the Function Builder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 05:04:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2074425#M429902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-07T05:04:32Z</dc:date>
    </item>
  </channel>
</rss>

