<?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: write form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-form/m-p/2259685#M489691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eilana ,  &lt;/P&gt;&lt;P&gt;  Could you please explain your question a bit more.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2007 04:35:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-29T04:35:55Z</dc:date>
    <item>
      <title>write form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-form/m-p/2259682#M489688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;may i know what is the use of import parameter&lt;/P&gt;&lt;P&gt;function and type? &lt;/P&gt;&lt;P&gt;type = 'TOP' means?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-form/m-p/2259682#M489688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T04:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: write form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-form/m-p/2259683#M489689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IMPORT - the parameters which you want to PASS to the Function Module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT - The parameters which you receive from the function module into your program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES - IMPORT/EXPORT are structures ( only one record is available per call to FM. For multiple records use Table)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-form/m-p/2259683#M489689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T04:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: write form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-form/m-p/2259684#M489690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;patil,&lt;/P&gt;&lt;P&gt;this link is not relevant to my question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-form/m-p/2259684#M489690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T04:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: write form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-form/m-p/2259685#M489691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eilana ,  &lt;/P&gt;&lt;P&gt;  Could you please explain your question a bit more.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:35:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-form/m-p/2259685#M489691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T04:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: write form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-form/m-p/2259686#M489692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;    Write_Form: The system outputs the layout set element specified in parameter ELEMENT into the currently opened layout set. In the parameter WINDOW we can specify the name of a window for the output. Remember that the layout set element must be defined in this window. The parameter FUNCTION specifies how to merge the text lines to be output with any existing contents in the window. In this case, there are differences between the different window types or areas.  Some of the important export parameters used in Write_Form.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Element: Specify the name of the text element you want to output into the layout set window specified in the parameter WINDOW. The element must be defined in that layout set window. If you specify no element, the system uses the default element, if one is defined in the layout set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Window: Specify the name of the window into which you want to output the layout set element specified in the parameter ELEMENT. Default value for Window is &amp;#145;MAIN&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function: The parameter determines how to output the text element into the respective window. The output type depends on the window type and area:&lt;/P&gt;&lt;P&gt; 	&lt;/P&gt;&lt;P&gt;	Window Type: MAIN	Area: BODY&lt;/P&gt;&lt;P&gt;	SET/APPEND: Appends to previous output.&lt;/P&gt;&lt;P&gt;            Window Type: Main    Area: Top/Bottom and&lt;/P&gt;&lt;P&gt;            Window Type: Other than Main and all areas&lt;/P&gt;&lt;P&gt;            SET : Delete the old element contents and prints the new elements&lt;/P&gt;&lt;P&gt;            APPEND: Appends the new content to existing elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type:  The system interprets this parameter only for output to the main window. The parameter determines the area of the main window into which we want to output the element.  Possible values:&amp;lt;b&amp;gt; 'TOP'	       header area&amp;lt;/b&amp;gt;                                                            'BODY'       main area&lt;/P&gt;&lt;P&gt;                                                            'BOTTOM' footer area &lt;/P&gt;&lt;P&gt;                                                             Default value:	'BODY'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:36:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-form/m-p/2259686#M489692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T04:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: write form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-form/m-p/2259687#M489693</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;  TYPE - The system interprets this parameter only for output to the main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter determines the area of the main window into which you want to output the element. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'TOP' header area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'BODY' main area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'BOTTOM' footer area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default value: 'BODY'&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;for more, chk this&lt;/P&gt;&lt;P&gt; &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d6/0dba41494511d182b70000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d6/0dba41494511d182b70000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful, reward&lt;/P&gt;&lt;P&gt;Sathish. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-form/m-p/2259687#M489693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T04:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: write form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-form/m-p/2259688#M489694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please   go thorugh   definition    which i had given below  ...... and  also link if  your time  permits ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TYPE
 The system interprets this parameter only for output to the main window.

The parameter determines the area of the main window into which you want to output the element. 

Possible values:

'TOP' header area

'BODY' main area

'BOTTOM' footer area

Default value: 'BODY'
 &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://"&amp;gt;http://help.sap.com/saphelp_nw04s/helpdata/en/d6/0dc169494511d182b70000e829fbfe/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-form/m-p/2259688#M489694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T04:40:50Z</dc:date>
    </item>
  </channel>
</rss>

