<?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 Function modules used in SAP Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-used-in-sap-script/m-p/2328644#M512097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List at least function modules used in SAP Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Along with explaination of function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2007 21:08:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-13T21:08:23Z</dc:date>
    <item>
      <title>Function modules used in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-used-in-sap-script/m-p/2328644#M512097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List at least function modules used in SAP Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Along with explaination of function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 21:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-used-in-sap-script/m-p/2328644#M512097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T21:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function modules used in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-used-in-sap-script/m-p/2328645#M512098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In scripts, open_form, write_form &amp;amp; close_form are the mandatory function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start_form &amp;amp; end_form are optional.&lt;/P&gt;&lt;P&gt;Start_form is used to start a new layout set.It has to be followed by an end_form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 21:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-used-in-sap-script/m-p/2328645#M512098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T21:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Function modules used in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-used-in-sap-script/m-p/2328646#M512099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open_form...TO open the form, &lt;/P&gt;&lt;P&gt;Write_form..writes the data in the form.&lt;/P&gt;&lt;P&gt;Close_form.. Closes the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to this you can also use start_form and end_form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This FM are used when you are printing Multiple header items.&lt;/P&gt;&lt;P&gt;For eg - Multiple orders and each order on a different page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shreekant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 21:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-used-in-sap-script/m-p/2328646#M512099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T21:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Function modules used in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-used-in-sap-script/m-p/2328647#M512100</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;in script, we use these function moduleS  frequently.&lt;/P&gt;&lt;P&gt;OPEN_FORM&lt;/P&gt;&lt;P&gt;START_FORM&lt;/P&gt;&lt;P&gt;WRITE_FORM&lt;/P&gt;&lt;P&gt;END_FORM&lt;/P&gt;&lt;P&gt;CLOSE_FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;open_form&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this FM open's the form printing and initialses the layout.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'open_form'
        exporting 
                      form = ' ' ' here specifies the form name. default value is SPACE
                      language = sy-langu "here specifies the language in which form existing
                     device = 'printer' " here pass o/p device type.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;close_form&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this FM close the form printing, we must close the opened form with close-form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'close_form'&lt;/P&gt;&lt;P&gt;**this FM has no parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;start_form&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;this FM is used for printing the form specified page, not from starting page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'start_form'
                  exporting 
                               form = ' ' "name of the form
                               language = sy-langu " exisisting language
                               startpage = &amp;lt; &amp;gt; ' here specifies the page number from which printing is started.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;end_form&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;this FM is used for end the form printing whish was started by start_form.&lt;/P&gt;&lt;P&gt;start_form must end with end_form FM.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;call function 'end_form'&lt;/P&gt;&lt;P&gt;**has no mandatiry parameters&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;write_form&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this FM outputs the form elements specified in the parameter element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'write_form'
                   exporting
                                element = &amp;lt; &amp;gt; "pass the element to output
                                window = &amp;lt;&amp;gt; " specifies the output location
                                type = &amp;lt; &amp;gt; "specifies the position onn window&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;control_form&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this FM is used for inserting script control command from program into script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'control_form'
                   exporting
                                  command = &amp;lt; &amp;gt; 'here pass the control command.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashokreddy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ashok Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 21:59:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-used-in-sap-script/m-p/2328647#M512100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T21:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Function modules used in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-used-in-sap-script/m-p/2328648#M512101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will you please give me the example so that i can understand exact use of these function modules in reality..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;especially &lt;/P&gt;&lt;P&gt;START_FORM&lt;/P&gt;&lt;P&gt;END_FORM&lt;/P&gt;&lt;P&gt;CONTROL_FORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2007 14:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-used-in-sap-script/m-p/2328648#M512101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-08T14:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Function modules used in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-used-in-sap-script/m-p/2328649#M512102</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Function module used in Scripts:&lt;/STRONG&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. OPEN_FORM: It Opens the output layout set.&lt;/P&gt;&lt;P&gt;2. CLOSE_FORM: It closes the output layout set.&lt;/P&gt;&lt;P&gt;3. WRITE_FORM: It calls the elements from the layout set.&lt;/P&gt;&lt;P&gt;4. STATR_FORM: Starts a new layout set.&lt;/P&gt;&lt;P&gt;5. END_FORM: End a new layout set.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Nasreen&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 12:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-used-in-sap-script/m-p/2328649#M512102</guid>
      <dc:creator>former_member697780</dc:creator>
      <dc:date>2020-12-16T12:46:06Z</dc:date>
    </item>
  </channel>
</rss>

