<?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: Problem with Write_FORM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293801#M1221045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pooja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the debuggin mode in the report i see that the data is there in the internal table and also debugging mode in Scripts also i see that the data is present in that work area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Mar 2009 08:52:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-10T08:52:51Z</dc:date>
    <item>
      <title>Problem with Write_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293796#M1221040</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;&lt;/P&gt;&lt;P&gt;Through print program i am trying to display the values of an internal table in the scripts. I am looping this internal table and writing the WRITE_FORM inside this loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of ty_mail,&lt;/P&gt;&lt;P&gt;        mail type so_rec_ext,&lt;/P&gt;&lt;P&gt;       end of ty_mail.&lt;/P&gt;&lt;P&gt;data: it_mail type standard table of ty_mail,&lt;/P&gt;&lt;P&gt;      wa_mail type ty_mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_mail into wa_mail.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                element = 'MAIL'&lt;/P&gt;&lt;P&gt;                window  = 'WINDOW19'&lt;/P&gt;&lt;P&gt;           EXCEPTIONS&lt;/P&gt;&lt;P&gt;                OTHERS  = 0.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the scripts inside WINDOW19 under element /: MAIL i am writing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/ &amp;amp;wa_mail-mail&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but what is happening is that only the last record of the internal table is getting displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the internal table has values&lt;/P&gt;&lt;P&gt;AAA&lt;/P&gt;&lt;P&gt;BBB&lt;/P&gt;&lt;P&gt;CCC&lt;/P&gt;&lt;P&gt;DDD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only DDD is getting displayed in the output. Can any1 please help me out in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 07:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293796#M1221040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T07:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Write_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293797#M1221041</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 internal table data in Window instead of Workarea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank U,&lt;/P&gt;&lt;P&gt;Jay....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 07:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293797#M1221041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T07:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Write_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293798#M1221042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the scripts inside WINDOW19 &lt;/P&gt;&lt;P&gt;u write like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; /E  MAIL &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;amp;wa_mail-mail&amp;amp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;' *  ' means defaullt paragraph..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Chaithanya A on Mar 10, 2009 9:10 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 08:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293798#M1221042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T08:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Write_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293799#M1221043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chaitanya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written it as /E Mail only. i wrote it wrong in my previous message. I even tried doing as you have suggested. But still I am not able to get it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 08:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293799#M1221043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T08:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Write_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293800#M1221044</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;Your code looka perfect, just wanted to know have you selected the all the data from the table into the intrenal table before calling the write_form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 08:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293800#M1221044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T08:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Write_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293801#M1221045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pooja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the debuggin mode in the report i see that the data is there in the internal table and also debugging mode in Scripts also i see that the data is present in that work area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 08:52:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293801#M1221045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T08:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Write_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293802#M1221046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your Window19 large enough to display more than one records?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a wild guess if you also pass other 2 exporting parameter in WRITE_FORM as&lt;/P&gt;&lt;P&gt;         FUNCTION                       = 'SET'&lt;/P&gt;&lt;P&gt;         TYPE                           = 'BODY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 08:57:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293802#M1221046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T08:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Write_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293803#M1221047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, my window is larege enough to display more than 2 records. However, i will try adding the 2 additional parameters as you suggested and check...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 09:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293803#M1221047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T09:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Write_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293804#M1221048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What type of window (WINDOW19 ) it is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 09:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293804#M1221048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T09:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Write_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293805#M1221049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Buddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code looks fine, &lt;/P&gt;&lt;P&gt;I dont know the exact solution but i have a alternate for this problem, Coz I got the same problem Once.&lt;/P&gt;&lt;P&gt;I will explain my problem then you can solve this by your self.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a label printing program, 6 windows each window is each label, contains diff material no's. for each window, and all the material No's are in only one internal table lets say ITAB1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My ITAB1 data is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;001&lt;/P&gt;&lt;P&gt;002&lt;/P&gt;&lt;P&gt;003&lt;/P&gt;&lt;P&gt;004&lt;/P&gt;&lt;P&gt;005&lt;/P&gt;&lt;P&gt;006&lt;/P&gt;&lt;P&gt;007&lt;/P&gt;&lt;P&gt;008&lt;/P&gt;&lt;P&gt;...............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when I tried, I am getting 006 in all the windows, and in next page 008.&lt;/P&gt;&lt;P&gt;I written the code just like you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;had no option but i did a alternate like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB2[] = ITAB1[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab1 .&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;element = &lt;STRONG&gt;'ELEMENT1'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;window = 'MAIN'&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;OTHERS = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete itab1. exit.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab1 .&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;element = &lt;STRONG&gt;'ELEMENT2'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;window = 'MAIN'&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;OTHERS = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete itab1. exit.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab1 .&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;element = &lt;STRONG&gt;'ELEMENT3'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;window = 'MAIN'&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;OTHERS = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete itab1. exit.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab1 .&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;element = &lt;STRONG&gt;'ELEMENT4'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;window = 'MAIN'&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;OTHERS = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete itab1. exit.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I know my window size so I repeated my code like this. &lt;/P&gt;&lt;P&gt;Which perfectly shown the output, It seems to be silly, But worked very fine for me. &lt;/P&gt;&lt;P&gt;I even dont know whether this is a solution or alternate. &lt;/P&gt;&lt;P&gt;Try this at the worst case when you dont have any solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dileep .C&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 09:04:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293805#M1221049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T09:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Write_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293806#M1221050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is a variable window&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 09:12:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293806#M1221050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T09:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Write_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293807#M1221051</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;Pass the data to a MAIN window type ...then it should display the data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 09:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293807#M1221051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T09:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Write_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293808#M1221052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but i dont want to display this in MAIN window.. i want to display this another window before the main window or after the main window&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 10:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293808#M1221052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T10:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Write_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293809#M1221053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to pass the data to a MAIN window if you want to display the result as per your requirement, else in othe rtype of windows it won't display the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you serach or press F1 on different types of windows then the definition says&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAIN: A spl WINDOW where item lines are to be printed.Every page has to have a MAIN WIndow .&lt;/P&gt;&lt;P&gt;VAR: Content of this window is regenerated on evry new page.ALL WIndows which contains diffeent information different pages must of type 'VAR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have executed the code provided by you and result is only displayed in MAIN tyoe window only else in other type only last entry is displayed.&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pooja Gupta on Mar 10, 2009 12:35 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 11:35:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293809#M1221053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T11:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Write_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293810#M1221054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pooja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you inofrmation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right,&lt;/P&gt;&lt;P&gt;The Above code I mentioned is the same. But without knowing the reason I mentioned it. &lt;/P&gt;&lt;P&gt;Now thanks that i have a clear Idea why it happend to me and happening to him.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 01:35:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-write-form/m-p/5293810#M1221054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T01:35:31Z</dc:date>
    </item>
  </channel>
</rss>

