<?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: FM write_form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-write-form/m-p/2560127#M583844</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;I understand your problem,  suppose you want to display address of the vendor in constant window, so, you can write text element in constant window like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/E: ELE1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In write form FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Function 'Write_Form'&lt;/P&gt;&lt;P&gt;Exporting&lt;/P&gt;&lt;P&gt;Element : 'ELE1'&lt;/P&gt;&lt;P&gt;Function : 'SET'&lt;/P&gt;&lt;P&gt;Type       : 'BODY'&lt;/P&gt;&lt;P&gt;Window  : 'Const' (Window name)&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;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jul 2007 14:01:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-09T14:01:41Z</dc:date>
    <item>
      <title>FM write_form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-write-form/m-p/2560125#M583842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For SAP-Script is this below shown FM very important and elementary. &lt;/P&gt;&lt;P&gt;Who can say to me how can I call a window type -&amp;gt; var (not main)&lt;/P&gt;&lt;P&gt;with this FM.&lt;/P&gt;&lt;P&gt;Worlds all examples about sap script show how it works with&lt;/P&gt;&lt;P&gt;main but never an example with other window types like var or constants ?&lt;/P&gt;&lt;P&gt;I can't  almost see this line -&amp;gt;    WINDOW              = 'MAIN'&lt;/P&gt;&lt;P&gt;I hope you have insight for my nervousness.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ilhan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          ELEMENT                  = 'INTRODUCTION'&lt;/P&gt;&lt;P&gt;          FUNCTION                 = 'SET'&lt;/P&gt;&lt;P&gt;          TYPE                         = 'BODY'&lt;/P&gt;&lt;P&gt;          WINDOW                   = 'MAIN'&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;         OTHERS                   = 8&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 08:56:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-write-form/m-p/2560125#M583842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T08:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: FM write_form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-write-form/m-p/2560126#M583843</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;U can use this FM for the Other Windows also by the following Means,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   element                        = 'ELEMENT1'&lt;/P&gt;&lt;P&gt;   type                             = 'BODY'&lt;/P&gt;&lt;P&gt;   window                         = 'WINDOW1'.&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;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 09:03:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-write-form/m-p/2560126#M583843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T09:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: FM write_form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-write-form/m-p/2560127#M583844</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;I understand your problem,  suppose you want to display address of the vendor in constant window, so, you can write text element in constant window like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/E: ELE1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In write form FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Function 'Write_Form'&lt;/P&gt;&lt;P&gt;Exporting&lt;/P&gt;&lt;P&gt;Element : 'ELE1'&lt;/P&gt;&lt;P&gt;Function : 'SET'&lt;/P&gt;&lt;P&gt;Type       : 'BODY'&lt;/P&gt;&lt;P&gt;Window  : 'Const' (Window name)&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;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 14:01:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-write-form/m-p/2560127#M583844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T14:01:41Z</dc:date>
    </item>
  </channel>
</rss>

