<?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 script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1980490#M401091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from ur question i got that u copied the program from one server to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats y its showing open form is missing due to no such script is available in that server. confirm that first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the text element in the corresponding windows is not available thats y it is showing write form is invalid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u understand this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;feel-free to ask furthur clarifications...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking u &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Feb 2007 05:48:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-10T05:48:05Z</dc:date>
    <item>
      <title>sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1980486#M401087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            as i m new to sap script ,when i m executing my driver program of script .....*****&lt;STRONG&gt;u know i copied the driver program&lt;/STRONG&gt;***** .it is showing this type of error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error :&lt;/P&gt;&lt;P&gt;WRITE_FORM is invalid, OPEN_FORM is missing.....plz help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 05:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1980486#M401087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T05:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1980487#M401088</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;Pls check ur created form is given correctly or not? Otherwise u have to check first &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;creating the form correctly and u have to give in the open_form FM  in your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 05:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1980487#M401088</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-02-10T05:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1980488#M401089</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;    make sure you opened the form using open_form, given the correct name of the layoutset...pass the text element name of the window that you've called in open_form in the element (exporting) parameter of your write_form&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 05:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1980488#M401089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T05:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1980489#M401090</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 the driver program,&lt;/P&gt;&lt;P&gt;u have to use these function modules.&lt;/P&gt;&lt;P&gt;Below is the example code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION &amp;lt;b&amp;gt;'OPEN_FORM'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;         APPLICATION                  = 'TX'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        ARCHIVE_INDEX               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        ARCHIVE_PARAMS              =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;           DEVICE                      = 'PRINTER'&lt;/P&gt;&lt;P&gt;         DIALOG                        = 'X'&lt;/P&gt;&lt;P&gt;           FORM                        = 'Z_FICO_CONFIRM'&lt;/P&gt;&lt;P&gt;           LANGUAGE                    = SY-LANGU&lt;/P&gt;&lt;P&gt;         OPTIONS                       =  OPTIONS&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        MAIL_SENDER                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        MAIL_RECIPIENT              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        MAIL_APPL_OBJECT            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        RAW_DATA_INTERFACE          = '*'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        LANGUAGE                    =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        NEW_ARCHIVE_PARAMS          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         RESULT                      = RESULT&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;         CANCELED                    = 1&lt;/P&gt;&lt;P&gt;         DEVICE                      = 2&lt;/P&gt;&lt;P&gt;         FORM                        = 3&lt;/P&gt;&lt;P&gt;         OPTIONS                     = 4&lt;/P&gt;&lt;P&gt;         UNCLOSED                    = 5&lt;/P&gt;&lt;P&gt;         MAIL_OPTIONS                = 6&lt;/P&gt;&lt;P&gt;         ARCHIVE_ERROR               = 7&lt;/P&gt;&lt;P&gt;         INVALID_FAX_NUMBER          = 8&lt;/P&gt;&lt;P&gt;         MORE_PARAMS_NEEDED_IN_BATCH = 9&lt;/P&gt;&lt;P&gt;         OTHERS                      = 10&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              .&lt;/P&gt;&lt;P&gt;  CALL FUNCTION &amp;lt;b&amp;gt;'WRITE_FORM'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;           ELEMENT                  = VELEMENT&lt;/P&gt;&lt;P&gt;           FUNCTION                 = VFUNCTION&lt;/P&gt;&lt;P&gt;           TYPE                     = VTYPE&lt;/P&gt;&lt;P&gt;           WINDOW                   = VWINDOW&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        PENDING_LINES            =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;         ELEMENT                  = 1&lt;/P&gt;&lt;P&gt;         FUNCTION                 = 2&lt;/P&gt;&lt;P&gt;         TYPE                     = 3&lt;/P&gt;&lt;P&gt;         UNOPENED                 = 4&lt;/P&gt;&lt;P&gt;         UNSTARTED                = 5&lt;/P&gt;&lt;P&gt;         WINDOW                   = 6&lt;/P&gt;&lt;P&gt;         BAD_PAGEFORMAT_FOR_PRINT = 7&lt;/P&gt;&lt;P&gt;         OTHERS                   = 8&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sipra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 05:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1980489#M401090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T05:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1980490#M401091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from ur question i got that u copied the program from one server to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats y its showing open form is missing due to no such script is available in that server. confirm that first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the text element in the corresponding windows is not available thats y it is showing write form is invalid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u understand this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;feel-free to ask furthur clarifications...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking u &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 05:48:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1980490#M401091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T05:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1980491#M401092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx senthil....thnx alot..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 06:42:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1980491#M401092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-10T06:42:09Z</dc:date>
    </item>
  </channel>
</rss>

